Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Tweak ElasticSearch for logstash, set up logstash 1.5.0 #23

Merged
merged 1 commit into from
Jun 28, 2015
Merged

Conversation

bai
Copy link
Member

@bai bai commented Jun 28, 2015

This pull request sets up logstash 1.5.0 with elasticsearch 1.6.0 output.

  • Uses non-stop-the-world G1GC
  • Dynamically calculates ES JVM heap and mlockall
  • Disables unnecessary log analyzers and tweaks rebalance/recovery thresholds

r: @dwradcliffe

@bai bai force-pushed the es-logstash branch 4 times, most recently from 4ad03fc to 506c6b7 Compare June 28, 2015 11:06
@dwradcliffe
Copy link
Member

👍

node.default['elasticsearch']['custom_config']['index.analysis.analyzer.default.type'] = 'keyword'
node.default['elasticsearch']['custom_config']['index.analysis.analyzer.default.stopwords'] = '_none_'

node.default['elasticsearch']['skip_restart'] = true
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is needed so we don't restart ES nodes on chef config change.

bai added a commit that referenced this pull request Jun 28, 2015
Tweak ElasticSearch for logstash, set up logstash 1.5.0
@bai bai merged commit 419312e into master Jun 28, 2015
@bai bai deleted the es-logstash branch June 28, 2015 19:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants