Created
March 6, 2016 00:15
-
-
Save thamilton2014/cf01d7e63ee6dfd71e1b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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