Installed elastic-agent on the server and Collect Custom Log Data
I was Create a pipeline in Kibana (Stack Management -> Ingest pipelines)
And "Message" Field -> Split Data (Success)
How can I Convert String Field to Date Type in "Manage processor"?
leandrojmp
(Leandro Pereira)
September 8, 2022, 1:28am
4
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)
leandrojmp
(Leandro Pereira)
September 8, 2022, 2:19am
6
It is the mapping in elasticsearch, only way to change it is creating a new index.
system
(system)
Closed
October 6, 2022, 2:19am
7
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.