Transform date to ELK

Hi everyone! my name is Matias Aguero, I need to transform a date value field with the format "2019-08-23 17:28:22 UTC" through a logstash pipeline to the format "2020-10-22T14:42:10". how i do this?

Thanks!

You will want to use https://www.elastic.co/guide/en/logstash/current/plugins-filters-date.html

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.