Can you please help me to how I can see my logs in different lines differ by minutes and seconds.
My logs are as under:
Jul 22, 2019 1:23:05 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /usr/local/tomcat-7.0.42/webapps/Demo_Portal-hook
Jul 22, 2019 1:23:07 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /usr/local/tomcat-7.0.42/webapps/Demo_ManageUsers-portlet
Jul 22, 2019 1:23:10 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /usr/local/tomcat-7.0.42/webapps/Demo_ServiceManagement-portlet
Groc pattern:
grok {
match => { "message" => "%{TIMESTAMP_ISO8601:application_timestamp} %{WORD:severity} %{GREEDYDATA:application_message}" }
}
Now my logs are coming in Kibana as:
Jul 22, 2019 1:23:52 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /usr/local/tomcat-7.0.42/webapps/Demo_Theme-theme
Jul 22, 2019 1:23:55 PM org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory /usr/local/tomcat-7.0.42/webapps/Demo_Network
But I want them in multiple lines for every second. Also I want to club the messages starting from At