daily pastebin goal
23%
SHARE
TWEET

Untitled

a guest Sep 1st, 2015 57 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. output {
  3.         elasticsearch {
  4.                 #cluster => "logstash-cluster"
  5.                 host => "10.20.1.226"
  6. #                port => "9300"
  7.                 flush_size => "1"
  8.                 manage_template => true
  9. #                template => "/opt/logstash/lib/logstash/outputs/elasticsearch/elasticsearch-template.json"
  10.                 protocol => "http"
  11.                 index => "bro-%{+YYYY.MM.dd}"
  12.         }
  13. }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
 
Top