Skip to content

Instantly share code, notes, and snippets.

@mfournier
Created September 16, 2013 10:07
Show Gist options
  • Save mfournier/6578802 to your computer and use it in GitHub Desktop.
Save mfournier/6578802 to your computer and use it in GitHub Desktop.
elasticsearch.yml
### MANAGED BY PUPPET ###
---
bootstrap:
mlockall: true
cluster:
name: logstash
index:
number_of_replicas: 0
number_of_shards: 25
node:
name: elasticsearch-logs-1925b1db-9701-4f92-9184-7fd26e334b39
output {
elasticsearch {
cluster => "logstash"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment