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

templates: Reduce number of shards to 1 #13

Merged
merged 4 commits into from
Apr 13, 2019

Conversation

alexdulin
Copy link
Member

@alexdulin alexdulin commented Apr 13, 2019

Elasticsearch is changing the default number of shards for all indices from 5 to 1, since 5 is pretty unnecessary. Reducing the number of shards will reduce load on Elasticsearch clusters, and since this creates daily indicies, that can be substantial.

Changes:

  • This PR reduces the default number of shards for the writeback index to 1.
  • Since the template settings change in this PR I updated the version on the index to 0.0.2 also.
  • Cleaned up a number of things in CI pipeline

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@alexdulin alexdulin added the enhancement New feature or request label Apr 13, 2019
@dbellinghoven
Copy link
Contributor

LGTM

@dbellinghoven dbellinghoven merged commit d4f26dc into master Apr 13, 2019
@alexdulin alexdulin deleted the feature/template-shards-1 branch March 10, 2021 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants