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

Specify index.refresh_interval on index creation #15202

Closed
tylersmalley opened this issue Nov 28, 2017 · 3 comments
Closed

Specify index.refresh_interval on index creation #15202

tylersmalley opened this issue Nov 28, 2017 · 3 comments
Labels
Team:Operations Team label for Operations Team

Comments

@tylersmalley
Copy link
Contributor

The SavedObjects Client uses refresh: wait_for, which doesn't force a refresh, rather, it waits for a refresh to happen. This is determined by the index.refresh_interval setting. It's possible a template exists which could apply this setting to unwanted.

Let's set this to the default of 1 second.

@tylersmalley tylersmalley added the Team:Operations Team label for Operations Team label Nov 28, 2017
@jbudz
Copy link
Member

jbudz commented Nov 28, 2017

Is using true an option?

@tylersmalley
Copy link
Contributor Author

I don't believe so, as we would trigger massive amounts of refreshes due to how we currently handle imports.

@tylersmalley
Copy link
Contributor Author

Closing as it will become unnecessary with #49764

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

No branches or pull requests

2 participants