Logstash dateparse failure error

Hi there,

please format your code when posting, pasting the code properly formatted and spaced, highlithing it and clicking on the Preformatted text tool (image ).

As for your question, can you please post here the output of the following pipeline?

input {
  ...whater your input is...
}

filter {}

output {
  stdout{}
}