Conversion of date field from string to date format

Hi All,

I want to convert one date field which is of string to date type.
I am trying the same with the convert processor available but it will throw error as
"date format is not supported" and from the document as well I checked the same that date conversion is not allowed.

Can someone suggest how to perform this task.

I want my date field datatype as date in the index created.

May be this? https://www.elastic.co/guide/en/elasticsearch/reference/6.7/date-processor.html

1 Like

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