Skip to content

Instantly share code, notes, and snippets.

@untergeek
Created April 11, 2014 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save untergeek/10483315 to your computer and use it in GitHub Desktop.
Save untergeek/10483315 to your computer and use it in GitHub Desktop.
indices.memory.index_buffer_size: 15%
cluster.name: untergeek
node.name: "NotSony"
discovery.zen.minimum_master_nodes: 2
discovery.zen.ping.timeout: 10s
input {
generator {
type => "generator"
lines => [
"This is a crappy way to load test Elasticsearch and Logstash..."
]
}
}
filter { }
output {
elasticsearch {
workers => 4
protocol => "node"
host => "172.19.73.2"
cluster => "untergeek"
index => "generator-%{+YYYY.MM.dd}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment