How should I use the "UNIX_MS" Syntax in Date Plugin? Below is what I've tried and it does not work. I cannot find any examples of this online.
date
{
match => [ "my_field", "MMM dd YYY HH:mm:ss", "MMM d YYY HH:mm:ss", "ISO8601", "UNIX_MS" ]
}