Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fluent-bit logs errors #22

Open
1robroos opened this issue May 16, 2019 · 2 comments
Open

fluent-bit logs errors #22

1robroos opened this issue May 16, 2019 · 2 comments

Comments

@1robroos
Copy link

The fluent-bit pod ( on minikube ) shows a lot of errors:

{"took":25,"errors":true,"items":[{"index":{"_index":"kubernetes_cluster-2019.05.16","_type":"flb_type","_id":"5Mf2wWoBjkwQFkQkrbET","status":400,"error":{"type":"mapper_parsing_exception","reason":"failed to parse","caused_by":{"type":"i_o_exception","reason":"Duplicate field '@timestamp'\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@5394d44b; line: 1, column: 816]"}}}},{"index":{"_index":"kubernetes_cluster-2019.05.16","_type":"flb_type","_id":"5cf2wWoBjkwQFkQkrbET","status":400,"error":{"type":"mapper_parsing_exception","reason":"failed to parse","caused_by":{"type":"i_o_exception","reason":"Duplicate field '@timestamp'\n at [Source: org.elasticsearch.common.bytes.BytesReference$MarkSupportingStreamInputWrapper@6c337d70; line: 1, column: 288]"}}}},{"index":{"_index":"kubernetes_cluster-2019.05.16","_type":"flb_type","_id":"5sf2wWoBjkwQFkQkrbET","status":400,"error":{"type":"mapper_parsing_ex

fluent/fluent-bit#628 references this also.

Not sure what version you use, is it 1.0.4? :

$ kc describe pod/fluent-bit-44gtk -n logging| grep Image
    Image:          fluent/fluent-bit:1.0.4

In your chart I see version 1.3.0 ( confusing for me , sorry )

What is the correct way to solve this ?

@komljen
Copy link
Owner

komljen commented May 29, 2019

The version is 1.0.4. 1.3.0 is the helm chart version.
The latest fluent-bit is 1.1.1, so you can try that one.
I updated it faf9efa.

@1robroos
Copy link
Author

1robroos commented Jun 5, 2019

Thanks, I just tried, unfortunately the same error remains.
This is on minikube. I will deploy a test EKS cluster for testing helm,tiller and your charts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants