Created
December 24, 2013 17:23
-
-
Save fbarbeira/7b39a56ef9d1f3be03fb to your computer and use it in GitHub Desktop.
logstash output test
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 { | |
cluster => "mycluster" | |
manage_template => false | |
index => "%{segment_name}-logstash-%{+YYYY.MM.dd}" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment