Hey,
I'm transferring multiple events into ES using LS. For every event, i'm creating a timeStamp according to a milliseconds field:
date {
match => [ "saveTime", "UNIX_MS" ]
}
Many events succeed but every once in a while LS just stops and I see this error:
...
:message=>"Exception in filterworker", "exception"=>#<ArgumentError: comparison of String with 1413763200000 failed>
...
Why does it happen?