Skip to content

Instantly share code, notes, and snippets.

@maniankara
Last active December 18, 2017 18:32
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 maniankara/f4c4f5000a7f53fd52bcc52795a99390 to your computer and use it in GitHub Desktop.
Save maniankara/f4c4f5000a7f53fd52bcc52795a99390 to your computer and use it in GitHub Desktop.
jenkins_logstash_conf
input {
tcp {
port => 12345
codec => multiline {
pattern => "^Finished: "
what => "previous"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment