Kibana Ingest pipeline Convert String to Date?

  1. Installed elastic-agent on the server and Collect Custom Log Data

  2. I was Create a pipeline in Kibana (Stack Management -> Ingest pipelines)

  3. And "Message" Field -> Split Data (Success)

How can I Convert String Field to Date Type in "Manage processor"?

  • "Time" Field is String

Check the Date Processor

1 Like

I set it like this

But.... I get this Error

Probably because the string 2022-09-08 00:09:12.141 does not match the ISO8601 date format.

Try to use this in the format yyyy-MM-dd HH:mm:ss.SSS

2 Likes

After changing the settings "ISO8601 -> yyyy-MM-dd HH:mm:ss.SSS" (Success!!!)

But column type Looks like String....

How can I Convert this type? (String -> Date)

It is the mapping in elasticsearch, only way to change it is creating a new index.

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