-
Notifications
You must be signed in to change notification settings - Fork 525
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
Ensure ES index names are lowercase #4294
Labels
Comments
simitt
added a commit
to simitt/apm-server
that referenced
this issue
Oct 8, 2020
Ensure customized index names are always lowercase, fixing regression introduced with https://github.com/elastic/beats/pull/18854/files fixes elastic#4294
2 tasks
simitt
added a commit
that referenced
this issue
Oct 12, 2020
Ensure customized index names are always lowercase, fixing regression introduced with https://github.com/elastic/beats/pull/18854/files fixes #4294
simitt
added a commit
to simitt/apm-server
that referenced
this issue
Oct 12, 2020
Ensure customized index names are always lowercase, fixing regression introduced with https://github.com/elastic/beats/pull/18854/files fixes elastic#4294
simitt
added a commit
to simitt/apm-server
that referenced
this issue
Oct 12, 2020
Ensure customized index names are always lowercase, fixing regression introduced with https://github.com/elastic/beats/pull/18854/files fixes elastic#4294
simitt
added a commit
to simitt/apm-server
that referenced
this issue
Oct 12, 2020
Ensure customized index names are always lowercase, fixing regression introduced with https://github.com/elastic/beats/pull/18854/files fixes elastic#4294
simitt
added a commit
that referenced
this issue
Oct 12, 2020
Ensure customized index names are always lowercase, fixing regression introduced with https://github.com/elastic/beats/pull/18854/files fixes #4294
simitt
added a commit
that referenced
this issue
Oct 12, 2020
Ensure customized index names are always lowercase, fixing regression introduced with https://github.com/elastic/beats/pull/18854/files fixes #4294
simitt
added a commit
that referenced
this issue
Oct 12, 2020
Ensure customized index names are always lowercase, fixing regression introduced with https://github.com/elastic/beats/pull/18854/files fixes #4294
simitt
added a commit
to simitt/apm-server
that referenced
this issue
Oct 15, 2020
Ensure ILM custom index suffixes are also lowercased. fixes elastic#4294
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With elastic/beats#18854 libbeat changed the default behavior for not not lowercasing all outputs by default, but instead setting index and pipeline names to lowercase in the standard idxmgmt implementation.
APM Server diverges from beats idxmgmt implementation, therefore APM Server would have needed to also update to this behavior. By not applying any change in APM Server but ugrading to libbeat changes, we introduced a regression where customized index names are no longer guaranteed to be lower case.
Issue was reported in https://discuss.elastic.co/t/index-name-must-be-lowercase-after-upgrade-to-7-9-2/251433/7
The text was updated successfully, but these errors were encountered: