Skip to content

Instantly share code, notes, and snippets.

@andrewvc
Last active February 28, 2018 17:51
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 andrewvc/6b13148b3c94c2832afa7ef90955f5c7 to your computer and use it in GitHub Desktop.
Save andrewvc/6b13148b3c94c2832afa7ef90955f5c7 to your computer and use it in GitHub Desktop.
filter {
ruby {
code => "io = StringIO.new(event.get('message')); enum = io.each_line; enum.next; event.set('mydate', enum.next); io.close"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment