Skip to content

Instantly share code, notes, and snippets.

@joshrotenberg
Created July 16, 2015 21:22
Show Gist options
  • Select an option

  • Save joshrotenberg/44b59afadaa32031f6e9 to your computer and use it in GitHub Desktop.

Select an option

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