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

Do not require template if index change and template disabled #5319

Merged
merged 2 commits into from
Oct 5, 2017

Conversation

ruflin
Copy link
Contributor

@ruflin ruflin commented Oct 4, 2017

If the elasticsearch index name is changed, its required to set a template. The error message was also shown when template itself are disabled. This is now changed that if templates are disabled, no error is returned.

Closes #5308

If the elasticsearch index name is changed, its required to set a template. The error message was also shown when template itself are disabled. This is now changed that if templates are disabled, no error is returned.

Closes elastic#5308
@tsg
Copy link
Contributor

tsg commented Oct 5, 2017

Changelog entry? Or too small of a change?

@ruflin
Copy link
Contributor Author

ruflin commented Oct 5, 2017

@tsg Good point, definitively should have one as it's a bug fix. Added.

@tsg tsg merged commit ce9e47b into elastic:master Oct 5, 2017
@ruflin ruflin deleted the setup-template-false branch October 5, 2017 10:16
@ruflin ruflin removed the needs_backport PR is waiting to be backported to other branches. label Oct 5, 2017
ruflin added a commit to ruflin/beats that referenced this pull request Oct 5, 2017
…c#5319)

* Do not require template if index change and template disabled

If the elasticsearch index name is changed, its required to set a template. The error message was also shown when template itself are disabled. This is now changed that if templates are disabled, no error is returned.

Closes elastic#5308

* Add Changelog

(cherry picked from commit ce9e47b)
tsg pushed a commit that referenced this pull request Oct 6, 2017
…#5334)

* Do not require template if index change and template disabled

If the elasticsearch index name is changed, its required to set a template. The error message was also shown when template itself are disabled. This is now changed that if templates are disabled, no error is returned.

Closes #5308

* Add Changelog

(cherry picked from commit ce9e47b)
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
…c#5319) (elastic#5334)

* Do not require template if index change and template disabled

If the elasticsearch index name is changed, its required to set a template. The error message was also shown when template itself are disabled. This is now changed that if templates are disabled, no error is returned.

Closes elastic#5308

* Add Changelog

(cherry picked from commit b56accf)
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.

2 participants