Skip to content

Instantly share code, notes, and snippets.

@carmstrong
Forked from devinrsmith/logstash.conf
Last active August 29, 2015 14:05
Show Gist options
  • Save carmstrong/13040ba5b96ee8367728 to your computer and use it in GitHub Desktop.
Save carmstrong/13040ba5b96ee8367728 to your computer and use it in GitHub Desktop.
input {
tcp {
host => "0.0.0.0"
port => 5228
codec => json_lines
}
}
output {
elasticsearch {
embedded => true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment