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

Index Template Support Update #968

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rkbennett
Copy link

#958
Adds support for new index template schema
Adds handling for adding ilm configurations when settings field doesn't exist
Only overwrites index_patterns from template when absolutely necessary
Adds legacy_template option (boolean), which will change paths between _index_template and _template, and also configure ilm fields appropriately

Thanks for contributing to Logstash! If you haven't already signed our CLA, here's a handy link: https://www.elastic.co/contributor-agreement/

Adds support for new index template schema
Adds handling for adding ilm configurations when settings field doesn't exist
Only overwrites index_patterns from template when absolutely necessary
Adds legacy_template option (boolean), which will change paths between _index_template and _template, and also configure ilm fields appropriately
Sets legacy_template to default to boolean true, this is due to undefined template names when template management is enabled. The current default logstash template is only written for the legacy index template schema
@al-ah
Copy link

al-ah commented Feb 12, 2022

Looks like it hasn't been fixed yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants