Skip to content

Instantly share code, notes, and snippets.

@lvthillo
Created June 21, 2019 17:44
Show Gist options
  • Save lvthillo/c69ef0936bc6f9c71c61aac6a5ee2b17 to your computer and use it in GitHub Desktop.
Save lvthillo/c69ef0936bc6f9c71c61aac6a5ee2b17 to your computer and use it in GitHub Desktop.
logstash.conf
input {
gelf {}
}
output {
elasticsearch {
hosts => "elasticsearch:9200"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment