Skip to content
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

go ES rollover do not work with predefined index prefixes #3476

Closed
pupseba opened this issue Jan 11, 2022 · 1 comment
Closed

go ES rollover do not work with predefined index prefixes #3476

pupseba opened this issue Jan 11, 2022 · 1 comment

Comments

@pupseba
Copy link

pupseba commented Jan 11, 2022

Setting a INDEX_PREFIX variable will result in rollover jobs failing since moving from the python to the go code for this component

aliases = append(aliases, client.Alias{

For example, setting a prefix of "jaeger-operator" for the generated indices in the ES, will result in a search for indices called "jaeger-operatorjaeger-" instead of indices prefixed with "jaeger-operator" and a search of "jaeger-operator-".

@pupseba
Copy link
Author

pupseba commented Jan 12, 2022

Duplicate of #3441 and fixed by #3457. Already announced in 1.30.0 Release notes https://github.com/jaegertracing/jaeger/releases/tag/v1.30.0

@pupseba pupseba closed this as completed Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant