Jaeger and elasticsearch ILM #3003
kdevries
started this conversation in
Show and tell
Replies: 2 comments 6 replies
-
@kdevries did you know about Jaeger's ILM documentation? If possible, please let us know how it could be improved to make it easier for users like yourself to follow. |
Beta Was this translation helpful? Give feedback.
4 replies
-
How would I make this ILM initializer work with ES version 8.x?
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
After fiddling around for a long time and getting bits of useful information on various spots I finally got ILM working for Jaeger.
Usefull info for me was:
#1242 (comment)
https://dimmaski.com/ilm-elasticsearch-jaeger/
Steps to follow.
PUT on https://{{elastic_server}}/_ilm/policy/jaeger-ilm-policy with JSON (cahnge what is needed):
(I use the jaeger-service from here on but also do the steps below for jaeger-span:
PUT on https://{{elastic_server}}/_template/jaeger-service with JSON:
PUT on https://{{elastic_server}}/jaeger-service-write-000001 with JSON:
--es.use-aliases=true --es.create-index-templates=false --es.use-ilm=true
If there is any other way of doing this (use everything default and then change ILM settings ?) that is handier please let me know.
Friendly greetings,
Kevin
Beta Was this translation helpful? Give feedback.
All reactions