We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This will create a listing process on Port 6666 which will consume direct json logstash messages.
{"@version": 1, "message": "Hallo Karl", "@timestamp":"2014-02-22T17:50:39.287Z"}
input { udp { type => "magento-logs" port => 6666 codec => json { charset => "UTF-8" } } } output { stdout { } elasticsearch { embedded => true } }