Skip to content

Instantly share code, notes, and snippets.

@mattupstate
Created June 20, 2014 20:05
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 mattupstate/b61a5f9392ba0b3b4d78 to your computer and use it in GitHub Desktop.
Save mattupstate/b61a5f9392ba0b3b4d78 to your computer and use it in GitHub Desktop.
input {
file {
path => [ "/var/log/*.log", "/var/log/messages", "/var/log/syslog" ]
start_position => "beginning"
}
}
output {
elasticsearch_http {
host => "elasticsearch.company.internal"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment