Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. output {
  2. if "metric" not in [tags] {
  3. elasticsearch {
  4. hosts => ['elasticsearch-101', 'elasticsearch-102', 'elasticsearch-103', 'elasticsearch-104']
  5. user => "logstash"
  6. password => "**********************"
  7. cacert => "/usr/local/share/ca-certificates/ca.crt"
  8. ssl => true
  9. }
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement