daily pastebin goal
22%
SHARE
TWEET

Untitled

a guest Feb 27th, 2015 208 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. input {
  2.   kafka {
  3.     zk_connect => "kafka-1:2181,kafka-2:2181,kafka-3:2181,kafka-4:2181,kafka-5:2181"
  4.     group_id => "foo"
  5.     topic_id => "bar"
  6.     consumer_threads => 4
  7.   }
  8. }
  9.  
  10. filter {
  11.   json {
  12.     source => "message"
  13.   }
  14. }
  15.  
  16. output {
  17.   elasticsearch {
  18.     host => ["10.240.62.4:9200", "10.240.207.224:9200", "10.240.7.181:9200", "10.240.72.221:9200", "10.240.199.125:9200"]
  19.     protocol => "http"
  20.     workers => 4
  21.   }
  22. }
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