Skip to content

Instantly share code, notes, and snippets.

@clay584
Created July 7, 2014 15:35
Show Gist options
  • Save clay584/dac6753007f45ad7e9f4 to your computer and use it in GitHub Desktop.
Save clay584/dac6753007f45ad7e9f4 to your computer and use it in GitHub Desktop.
input {
stdin { }
}
filter {
#all of your fixed grok filters
}
output {
elasticsearch {
protocol => http
index => "logstash-%{+YYYY.MM.dd}"
host => "host.domain.com"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment