Log filtring issue

Hi I have application log something likke...But when it is displaying in kibana it is not coming in same line.
it is splitting at " at org" and displaying in different line, How can i make it display all log in same time range in same line in kibana

2018-12-27 10:31:15,486 ERROR [mtldws01.dev4.certapay.com] GUID() (jmsListenerTaskExecutor-23) [com.acxsys.emt.notification.NotificationMessageProcessRequestDispatcher] I/O error on POST request for "http://notification-engine-host/notification/process-notification": Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out when processing HornetQMessage[ID:6cd1531d-09ec-11e9-9d43-b594df867a2b]:PERSISTENT
org.springframework.web.client.ResourceAccessException: I/O error on POST request for "http://notification-engine-host/notification/process-notification": Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out
at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:666) ~[spring-web-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:613) ~[spring-web-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.springframework.web.client.RestTemplate.postForEntity(RestTemplate.java:407) ~[spring-web-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at com.acxsys.emt.notification.NotificationMessageProcessRequestDispatcher.sendByHttpConnectionPooling(NotificationMessageProcessRequestDispatcher.java:156) ~[notification-client-4.13-SNAPSHOT.jar:?]
at com.acxsys.emt.notification.NotificationMessageProcessRequestDispatcher.triggerNotificationProcessing(NotificationMessageProcessRequestDispatcher.java:142) ~[notification-client-4.13-SNAPSHOT.jar:?]
at com.acxsys.emt.notification.NotificationMessageProcessRequestDispatcher.onMessage(NotificationMessageProcessRequestDispatcher.java:115) [notification-client-4.13-SNAPSHOT.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_152]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_152]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_152]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_152]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333) [spring-aop-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) [spring-aop-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) [spring-aop-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) [spring-tx-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282) [spring-tx-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) [spring-tx-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) [spring-aop-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213) [spring-aop-4.3.8.RELEASE.jar:4.3.8.RELEASE]
at com.sun.proxy.$Proxy482.onMessage(Unknown Source) [?:?]

Have a look here it might help you. Also here could help.

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