Skip to content

Instantly share code, notes, and snippets.

@fbarbeira
Created December 24, 2013 17:23
Show Gist options
  • Save fbarbeira/7b39a56ef9d1f3be03fb to your computer and use it in GitHub Desktop.
Save fbarbeira/7b39a56ef9d1f3be03fb to your computer and use it in GitHub Desktop.
logstash output test
output {
elasticsearch {
cluster => "mycluster"
manage_template => false
index => "%{segment_name}-logstash-%{+YYYY.MM.dd}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment