daily pastebin goal
22%
SHARE
TWEET

Untitled

a guest Feb 27th, 2015 3 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. elasticsearch_http {
  2.       # host => "<%= @fqdn %>"
  3.       flush_size => 1000
  4.       host => "logstash-1.domain.corp"
  5.       # codec => json
  6.       # flush_size => 1000
  7.       # replication => async
  8.     }
  9.  
  10.     elasticsearch_http {
  11.       # host => "<%= @fqdn %>"
  12.       flush_size => 1000
  13.       host => "logstash-2.domain.corp"
  14.       # codec => json
  15.       # flush_size => 1000
  16.       # replication => async
  17.     }
  18.  
  19.     elasticsearch_http {
  20.       # host => "<%= @fqdn %>"
  21.       flush_size => 1000
  22.       host => "logstash-3.domain.corp"
  23.       # codec => json
  24.       # flush_size => 1000
  25.       # replication => async
  26.     }
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