Skip to content

Instantly share code, notes, and snippets.

@shreyaskarnik
Last active November 3, 2016 01:29
Show Gist options
  • Save shreyaskarnik/8b9bb29d758d4ec5ce7c to your computer and use it in GitHub Desktop.
Save shreyaskarnik/8b9bb29d758d4ec5ce7c to your computer and use it in GitHub Desktop.
Logstash-gelf-conf
input {
gelf {}
}
output {
elasticsearch {
host => "elasticsearch"
protocol => "http"
workers=> 10
}
stdout {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment