-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Filebeat to kafka output does not work #694
Comments
Hi @shivoham77,
|
#699 should add the workaround to the chart FAQ. |
Okay, Thanks I will try. |
If I want to use lower version of filebeat helm charts, trying with following command with --version flag, but it does not work. helm install -f values.yaml --version 3.1.0 --name fb-logs elastic/filebeat --namespace filebeat Let me also tell you somemore information its not enough if we override the readinessprobe. Yes pods and containers inside go into running state. But ACTUALLY there is not logs or output sent to kafka Thank you for the help |
I was able to get some logs in kafka using:
|
Thank you for detailed explanation with demo. True you had 3.1.0, But some how I got hold on this https://hub.helm.sh/charts/stable/filebeat/3.0.1 where it shows older versions was thinking that is only ones available. Did not do deep crosscheck my bad. |
You can use Note that
Note also that charts coming from helm/charts/stable/filebeat are not coming from Elastic. |
Chart version: 6.8.11SNAPSHOT
Kubernetes version: client - 1.17 server- 1.15
Kubernetes provider: AWS EKS E.g. GKE (Google Kubernetes Engine)
Helm Version: 2.16.7
**
helm get release
outputDescribe the bug:
When installed, The pods do not run, not topic with logs sent to kafka. Kafka Modules not enabled.
in the pod "filebeat module list" kafka not present in "enabled".
Readiness probe fail: kafka output doesn't support testing.
Steps to reproduce:
**Expected behavior: Modules enabled, readiness probe sould not fail, filebeat should be sending topic and logs to kafka, **
Provide logs and/or server output (if relevant):
Be careful to obfuscate every secrets (credentials, token, public IP, ...) that could be visible in the output before copy-pasting
Any additional context:
The text was updated successfully, but these errors were encountered: