Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. output {
  2. if [type] == "wxnumber" {
  3. elasticsearch {
  4. hosts => "localhost:9200"
  5. sniffing => false
  6. manage_template => false
  7. index => "%{[source]}"
  8. document_type => "%{[@metadata][type]}"
  9. }
  10. }
  11. }`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement