Hi,
I am facing problem in multiline handling in Fileebeat.
below is the Error statcktrace:
2016-05-04 16:14:04,376 [http-bio-8443-exec-16] [username 87527E1A8A32B2F0CE4955E6598CC98D] ERROR com.tieto.its.sb.service.AbstractApplicationService - Exception Trace ::
com.tieto.its.sc.exceptions.SystemException: null
at com.tieto.its.sc.exceptions.ExceptionHandler.throwSystemException(ExceptionHandler.java:106)
at com.tieto.its.rss.integration.impl.RssApplicationIntegration.handleRuntimeException(RssApplicationIntegration.java:78)
at com.tieto.its.rss.integration.impl.RssApplicationIntegration.handleRestException(RssApplicationIntegration.java:52)
at com.tieto.its.sc.restclient.AbstractRestClient.invoke(AbstractRestClient.java:90)
at com.tieto.its.rss.integration.impl.VoucherSaleIntegration.retrievedistributedVoucherInfo(VoucherSaleIntegration.java:175)
FB configuration:
multiline:
pattern: "^com.|^[[:space:]]+at"
negate: false
match: after
Still its spanning across multiple rows in Kibana. Can anybody suggest correct pattern for this? I am not good in regex.
br,
Sunil