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

Problem: Elasticsearch 5.x fails when using thread_pool.write.* default options #22

Open
mamedin opened this issue Oct 23, 2019 · 0 comments
Assignees

Comments

@mamedin
Copy link
Contributor

mamedin commented Oct 23, 2019

After merging #19, when installing elasticsearch 5 with default options it fails because the following options don't exist in ES 5, they are ES 6 variables:

https://github.com/artefactual-labs/ansible-elasticsearch/pull/19/files#diff-7eeda618087b49ae876084ab6c73fdbbR41-R42

ES 5 must use:

- "thread_pool.bulk.size: 2"
- "thread_pool.bulk.queue_size: 1000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant