Details
-
Type:
Bug/Feature
-
Status: Confirmed (View workflow)
-
Resolution: Unresolved
-
Affects Version/s: 1.3.3
-
Fix Version/s: None
-
Labels:None
Description
cite@helena:~$ cat /tmp/date.conf
input { stdin { } }
output { stdout
}
filter {
grok { match => ["message", "%
%
{GREEDYDATA:remainder}"] }
date
}
cite@helena:~$ echo 11:38:52 hello world | java -jar Downloads/logstash-1.3.3-flatjar.jar agent -f /tmp/date.conf
I'd say that's an unexpected result. Couldn't we simply assume the current day?
Thanks
Stefan