Skip to content

Instantly share code, notes, and snippets.

@toast38coza
Created March 15, 2016 17:20
Show Gist options
  • Save toast38coza/e7c1b891a6ace16196d0 to your computer and use it in GitHub Desktop.
Save toast38coza/e7c1b891a6ace16196d0 to your computer and use it in GitHub Desktop.
input {
tcp {
port => 5000
}
http {
port => 8201
type => webhooks
}
beats {
port => 5044
}
file {
path => "/var/log/nginx/*"
}
}
output {
stdout { codec => rubydebug }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment