How To Separate Time From Logs, Logstash Parsing Logs

Hi everyone, I have logs with a view -
"2019-09-17 04:06:01,294 INFO [org.springframework.extensions.webscripts.AbstractRuntimeContainer] [localhost-startStop-1] Initialised Spring Surf Container Web Script Container (in 6614.501ms)"

How do I separate a date from a given line and output it в @timestamp

At the moment I have this kind of log in Kibana

I want to sort the logs by the log creation time and not the kiban output time - "2019-09-17 04:06:01,294"

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