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

If the cluster does not contain any indices then index templates do not survive cluster restart. #617

Closed
lukas-vlcek opened this issue Jan 9, 2011 · 3 comments

Comments

@lukas-vlcek
Copy link
Contributor

Test is simple:

  1. start fresh empty cluster
  2. create new index template (_template)
  3. restart cluster
  4. index template is not present

Test that index template survive if there is an index

  1. start fresh empty cluster
  2. create new index
  3. create new index template (_template)
  4. restart cluster
  5. index template is present
@lukas-vlcek
Copy link
Contributor Author

Also if filter_indices is applied in _cluster/state/ REST API then index templates are filtered out.

@lukas-vlcek
Copy link
Contributor Author

Oops! I closed this ticket and there does not seem to be an easy way to reopen it again... (agh, I don't think I like the GitHub ticket web interface as all.)

@kimchy
Copy link
Member

kimchy commented Jan 11, 2011

If the cluster does not contain any indices then index templates do not survive cluster restart, closed by f5a9f2d.

tallpsmith pushed a commit to tallpsmith/elasticsearch that referenced this issue May 5, 2011
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants