Skip to content

Is it possible to make the jaeger collector use dynamic indexes? route based on some trace cable #7211

Answered by dosubot bot
Kaua3045 asked this question in Q&A
Discussion options

You must be logged in to vote

Jaeger V2 does not support routing traces to specific Elasticsearch indexes based on trace fields (like service name or custom tags). Index selection is managed by static prefixes, date/time patterns, and optionally by using read/write aliases or Index Lifecycle Management (ILM) policies. All traces are written to indexes determined by these static or temporal schemes, not by trace content or fields. There is no configuration or code path in V2 that enables dynamic index routing based on trace fields, so deploying one collector per app for this purpose is not necessary or supported reference reference.

For migration from V1 to V2, the main changes are in configuration style (YAML instead…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Kaua3045
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant