Skip to content

Instantly share code, notes, and snippets.

@stevendeboer
Created October 9, 2013 12:35
Show Gist options
  • Save stevendeboer/6900566 to your computer and use it in GitHub Desktop.
Save stevendeboer/6900566 to your computer and use it in GitHub Desktop.
output {
elasticsearch {
type => "all"
embedded => false
host => "localhost"
port => "9300"
cluster => "elasticsearch"
node_name => "logstash"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment