Skip to content
Discussion options

You must be logged in to vote

Great progress! Your manual template setup is the right approach given the issues with Jaeger's automatic template creation.

Important for your ILM setup to work: Make sure your Jaeger configuration includes these settings:

jaeger_storage:
  backends:
    primary_store:
      elasticsearch:
        use_aliases: true
        use_ilm: true
        create_mappings: false
        # ... rest of your config

Without use_aliases: true, Jaeger will continue writing to date-based indices directly (like jaeger-primary-jaeger-span-2026-03-19) instead of your write aliases (jaeger-primary-jaeger-span-write). This would bypass your ILM rollover configuration.

Also note from the ILM configuration discu…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@jackchuong
Comment options

@dosubot
Comment options

@jackchuong
Comment options

@dosubot
Comment options

Answer selected by jackchuong
@jackchuong
Comment options

@dosubot
Comment options

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