# Name: SimpleDemoPipeline # Do what you want # input{ stdin{} } filter{ grok { match => { "message" => "%{COMBINEDAPACHELOG}" } } } output{ stdout{ codec => rubydebug } }