jonhmb
(Jonathan)
March 9, 2021, 5:08pm
1
I have logs from a Jenkins application and I need this LastCommitDate to be really a date, but it is a String
How can i transform it to a Date field?
I need to transform even the past logs, so it will propably be needed to reindex but how to do it?
You can change the mapping for that field to type date
and give it a format
that matches your date string.
You will need to reindex or reingest your data once your mapping has changed.
jonhmb
(Jonathan)
March 9, 2021, 5:44pm
3
Could you please give me an example for this?
system
(system)
Closed
April 6, 2021, 5:44pm
4
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.