elasticsearch logstash Logstash Debug source data input { http { port => 83000 codec => json } } output { stdout { codec => rubydebug } }