daily pastebin goal
22%
SHARE
TWEET

Untitled

a guest Feb 2nd, 2018 120 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. input {
  2.     udp  {
  3.         codec => "json"
  4.         port => 9125
  5.         type => "erlang"
  6.     }
  7. }
  8.  
  9. filter{
  10.   date {
  11.     match => [ "@timestamp", "YYYY-MM-dd'T'HH:mm:ss.SSS" ]
  12.   }
  13. }
  14.  
  15. output {
  16.     elasticsearch { hosts => ["elasticsearch:9200"] }
  17.     stdout { codec => rubydebug }
  18. }
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