Skip to content

Instantly share code, notes, and snippets.

@thamilton2014
Created March 6, 2016 00:15
Show Gist options
  • Save thamilton2014/cf01d7e63ee6dfd71e1b to your computer and use it in GitHub Desktop.
Save thamilton2014/cf01d7e63ee6dfd71e1b to your computer and use it in GitHub Desktop.
output {
elasticsearch {
hosts => ["192.168.99.100:9200"]
sniffing => true
manage_template => false
index => "cucumber-%{+YYYY.MM.dd}"
document_type => "cucumber"
}
stdout { codec => rubydebug }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment