Hi ,
Is there any way to modify date format on logstash filter file.
I am using the current once
date {
match => [ "submit_time_unix", "UNIX" ]
target => "submit_time_unix"
}
and the o/p is "June 22nd 2016, 01:54:30.000" and but I want it should be "2016-06-22"