-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Document change to LS index setting in Breaking Changes #5614
Comments
@dedemorton Not sure if this was backported yet? |
@ruflin No, the PR has not been backported yet. However the topics that Kyle points to are about the Elasticsearch output config, not the Logstash configuration, which this issue focuses on. I do think a small update of the ES output config docs is still required. We should show that the default index name is "filebeat-%{[beat.version]}-%{+yyyy.MM.dd}" correct? But I'm not sure if we want to recommend that users include the beat version when they define a custom index name. WDYT? |
We should recommend to include the beats version as otherwise in case we do bug fixes to the template and they update the version, they would not automatically get the newest template. |
Note that #5841 fixes the remaining examples to include the version info in the index name. |
Users that send data from Beats to LS need to update their LS configuration to specify a new index name that includes the Beat version. Previously we recommended
And in 6.0 we updated to:
The index templates we supply all apply to
[beat]-[version]-*
so if you don't update LS the template won't be applied.The text was updated successfully, but these errors were encountered: