Skip to content

Instantly share code, notes, and snippets.

@joshrotenberg
Created July 16, 2015 21:22
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 joshrotenberg/44b59afadaa32031f6e9 to your computer and use it in GitHub Desktop.
Save joshrotenberg/44b59afadaa32031f6e9 to your computer and use it in GitHub Desktop.
input {
file {
path => "/tmp/doof/*"
codec => "gzip_lines"
start_position => "beginning"
}
}
output {
kafka {
topic_id => "test"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment