Skip to content

Instantly share code, notes, and snippets.

@gabriel403
Last active December 20, 2015 16:59
Show Gist options
  • Save gabriel403/6164981 to your computer and use it in GitHub Desktop.
Save gabriel403/6164981 to your computer and use it in GitHub Desktop.
input {
stdin {
type => "stdin-type"
}
}
output {
elasticsearch {
embedded => false
host => "localhost"
}
}
output {
stdout {
debug => true
debug_format => "json"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment