Hi I have created a java service and i am indexing the response into elasticseaarch i am sending a date value but elasticsearch considers it as string. Code is already deployed in production. How to change the incoming field i should inform elastic search to consider it as a datefield?
"producercode" : "B39882",
"send" : "Y",
"open" : "",
"timestamp" : "Mon Oct 12 07:29:59 PDT 2020"
Is der any possibility of creating pipeline if index name contains prefix like this "notification-service-track-" It should convert this and should index this as a datefield.
Note: We are creating a date based index so by using index API java we are creating index hence index mapping is created by elasticsearch only