daily pastebin goal
22%
SHARE
TWEET

Untitled

a guest Jun 30th, 2014 204 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. input {
  2.   tcp {
  3.     port => 5000
  4.     codec => json_lines { charset => "BINARY" }
  5.   }
  6. }
  7.  
  8. output {
  9.   stdout {
  10.     codec => rubydebug
  11.   }
  12.   elasticsearch {
  13.     embedded => true
  14.   }
  15. }
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