SHARE
TWEET
Untitled
a guest
Feb 2nd, 2018
120
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- input {
- udp {
- codec => "json"
- port => 9125
- type => "erlang"
- }
- }
- filter{
- date {
- match => [ "@timestamp", "YYYY-MM-dd'T'HH:mm:ss.SSS" ]
- }
- }
- output {
- elasticsearch { hosts => ["elasticsearch:9200"] }
- stdout { codec => rubydebug }
- }
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.
