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

Even more configuration for elasticsearch #1188

Merged
merged 1 commit into from
Aug 16, 2019

Conversation

shreddedbacon
Copy link
Member

@shreddedbacon shreddedbacon commented Aug 16, 2019

Checklist

  • Affected Issues have been mentioned in the Closing issues section
  • Documentation has been written/updated.
  • Changelog entry has been written

This is additional to PR #1182 and allows even more configuration to be specified via environment variables, but allows for free options rather than specific types.

Options specified as a single variable separated with newline values

export EXTRA_OPTS="processors: 4\ntransport.netty.worker_count: 4\nxpack.watcher.thread_pool.size: 20\nthread_pool.fetch_shard_started.max: 8\n"

which results in the following being added to config/elasticsearch.yml during container start up

processors: 4
transport.netty.worker_count: 4
xpack.watcher.thread_pool.size: 20
thread_pool.fetch_shard_started.max: 8

Changelog Entry

Improvement - Allow any additional configurations to be added to elasticsearch

Closing issues

closes #1181

@Schnitzel Schnitzel merged commit fca014e into uselagoon:master Aug 16, 2019
@Schnitzel Schnitzel added this to the v1.0.0 RBAC milestone Aug 29, 2019
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

Successfully merging this pull request may close these issues.

Support more elasticsearch configuration options
2 participants