Skip to content

Instantly share code, notes, and snippets.

@ansrivas
Forked from shreyaskarnik/logstash.conf
Created November 3, 2016 01:29
Show Gist options
  • Save ansrivas/af4d011e50f7d12861334541d5ea519d to your computer and use it in GitHub Desktop.
Save ansrivas/af4d011e50f7d12861334541d5ea519d 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