You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem is that when template AND index_template are mixed together, they do not behave well. One will take over and the other just does not work at all
Reconfirming the Problem: When template AND index_template are mixed together, they do not behave well. One will take over and the other just does not work at all.
To me, ideally, I'd say that when jaeger starts up, it should check the ES version before creating those templates; and create the "right" ones depending on the version.
Otherwise, jaeger could attempt to create _index_template first; and:
Requirement
As a jaeger admin, we're using Opensearch as the storage.
We have also migrated all our old "template" to "index_template" ( https://www.elastic.co/guide/en/elasticsearch/reference/current/index-templates.html ).
Problem
Problem is that when template AND index_template are mixed together, they do not behave well. One will take over and the other just does not work at all
Proposal
Move to index_template
Open questions
See discussion there on the bug, the error message and the resolution:
https://discuss.elastic.co/t/connecting-from-jaeger-tracing-to-elasticsearch/365713
The text was updated successfully, but these errors were encountered: