Guest User

Untitled

a guest
Sep 2nd, 2020
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. output{
  2. elasticsearch {
  3. hosts => ["https://localhost:9200"]
  4. cacert => "/etc/elasticsearch/estackcap12extract.crt"
  5. ssl => true
  6. ssl_certificate_verification => false
  7. index => "%{[@metadata][beat]}-%{[@metadata][version]}-%{+YYYY.MM.dd}"
  8. user => "elastic"
  9. password => "password"
  10. }
  11. }
Add Comment
Please, Sign In to add comment