logstash-plugins / logstash-filter-date

Apache License 2.0
7 stars 43 forks source link

ISO8601 Basic Format Support #138

Open yakimant opened 4 years ago

yakimant commented 4 years ago

Hi guys,

I want to duplicate my question here:

I was reading ISO 8601 wiki:

And found out: "Representations can be done in one of two formats – a basic format with a minimal number of separators or an extended format with separators added to enhance human readability."

But if I use ISO8601 date filter for the following, I get a "_dateparsefailure": "20200602T112500+0000"

For me it looks exactly as basic format of ISO8601. https://discuss.elastic.co/t/iso-8601-basic-format/235323

Is there any particular reason, why basic format is not supported?