daily pastebin goal
22%
SHARE
TWEET

Untitled

a guest Feb 27th, 2015 201 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.     codec => plain { format => "%{message}" }
  8.   }
  9. }
  10.  
  11. filter {
  12.   json {
  13.     source => "message"
  14.   }
  15. }
  16.  
  17. output {
  18.   elasticsearch {
  19.     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"]
  20.     protocol => "http"
  21.     workers => 4
  22.   }
  23. }
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