Hi,
I am using Logstash 2.3.0
were I am using grok match to extract the filename from source
field which was generated by default.
I am using below configuration to extract the filename but I am not getting the field lognamereq
,
grok {
match => { "source" => "%{PATH}/%{UUID:lognamereq}" }
}
Am I missing anything?