Skip to content

Instantly share code, notes, and snippets.

@benbpyle
Created March 23, 2019 14:42
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 benbpyle/3bc96b91ef8679bdbd3a36d1597e4f07 to your computer and use it in GitHub Desktop.
Save benbpyle/3bc96b91ef8679bdbd3a36d1597e4f07 to your computer and use it in GitHub Desktop.
Logstash-TCP
input {
tcp {
port => "5000"
codec => json_lines
}
}
output {
stdout {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment