Skip to content

Instantly share code, notes, and snippets.

@engineerball
Last active September 28, 2016 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save engineerball/83d4b2966a82a0bc6c54d9b55a0a8380 to your computer and use it in GitHub Desktop.
Save engineerball/83d4b2966a82a0bc6c54d9b55a0a8380 to your computer and use it in GitHub Desktop.
view docker logs in ELK
input {
gelf {}
}
output {
elasticsearch {
hosts => ["elasticsearch"]
workers=> 10
}
stdout {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment