-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esIndexCleaner not working - index-prefix missing in helm chart? #329
Comments
moving to helm chart repository |
Or is the concern that people who use es-index-rollover want the
|
Hi, i set the prefix here:
so I would have expected that the environmentvariable/start parameter for took a while to figure out what to do to get it running. Thanks in advance! |
I just ran into a similiar issue when trying to let the EsIndexCleaner connect to an Elasticsearch instance via TLS. The storage configuration looks as follows:
The configuration of the extra environment parameters as follows:
I guess the problem with this is, that the template of the EsIndexCleaner does not evaluate the cmdLineParams at all.
However in the the EsIndexCleaner template it looks like that:
I think, both of our issues would get fixed if the cmdLineArguments would be correctly evaluated in the EsIndexCleaner template, just as they are done in the collector-deploy template (and also others.) Any opinions on that? Is there an open issue or am I on the wrong track? |
@may-cDev Thanks for your response. I would have to understand es-index cleaner a bit better to see if it can take all the same cmdlineParams as storage ES. But I can see what you say makes sense. |
I believe that we can pass extra command line args to the cleaner and indeed it would solve the issue. |
@may-cDev Would you be willing to make a contribution 😃 ?? |
[jaeger] fixes #329 missing prefix on esCronJobs
Describe the bug
see jaegertracing/jaeger#3228
the helm chart sets probably something wrong with the prefix or no prefix at all.
I think this has not really been fixed.
To Reproduce
(note, i use an "external" ES):
Expected behavior
should delete old indexes.
it lists the indexes, but don't delete anything.
get in logs:
{"level":"info","ts":1641844868.3567104,"caller":"./main.go:99","msg":"No indices to delete"}
Version (please complete the following information):
current helm chart: version: 0.52.0
Additional context
workaround: if i set manually the prefix with:
Hope this "quick" bug report is sufficient.
Thanks in advance.
The text was updated successfully, but these errors were encountered: