Skip to content

Instantly share code, notes, and snippets.

@cutoffthetop
Created December 8, 2013 20:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cutoffthetop/7863325 to your computer and use it in GitHub Desktop.
Save cutoffthetop/7863325 to your computer and use it in GitHub Desktop.
input {
file {
path => ["/tmp/logstash/*.log"]
start_position => beginning
}
}
output {
hbase {
table_name => "test"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment