Skip to content

Instantly share code, notes, and snippets.

@kung-foo
Last active August 29, 2015 14:24
Show Gist options
  • Save kung-foo/e8bdd7aa39b323dff962 to your computer and use it in GitHub Desktop.
Save kung-foo/e8bdd7aa39b323dff962 to your computer and use it in GitHub Desktop.
input {
tcp {
port => 9999
codec => json_lines {}
}
}
output {
stdout {
codec => rubydebug
}
elasticsearch {
embedded => ES_EMBEDDED
host => "ES_HOST"
port => "ES_PORT"
protocol => "http"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment