jaeger 2.6.0 compability with Elasticsearch 8.X #7153
Replies: 2 comments 3 replies
-
All releases are tested against ES v8, e.g. the recent run, which has a config similar to yours. My guess is this is related to your setup. The error |
Beta Was this translation helpful? Give feedback.
-
Jaeger 2.6.0 is compatible with Elasticsearch 8.X—this is confirmed in the official documentation, which states that Jaeger supports Elasticsearch versions 7.x and 8.x, and will automatically detect and use the correct API and index mappings for your Elasticsearch version (source). The error you are seeing:
means that Jaeger is sending a request to Elasticsearch to create an index template, but the request body is empty when Elasticsearch expects data. This can happen due to a misconfiguration or a missing part of the configuration that results in Jaeger not sending the required template definition (source). Suggestions:
Summary: To continue talking to Dosu, mention @dosu-bot. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I have the issue with compability with Jaeger 2.6.0 with Elastic 8.X. It's my config:
After running the command I have an error:
./jaeger --config=config-elastic.yaml (I used binary)
Is it Jaeger 2.6.0 compatible with Elastic 8.X ? Give me please some suggestions :) Maybe I need to use an older version?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions