Hi All,
I have below logs pattern but not able to club them in multiline ,
Aug 23, 2018 2:38:23 AM org.apache.catalina.core.StandardServer await
INFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance.
Aug 23, 2018 2:38:23 AM org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler ["http-bio-7023"]
Aug 23, 2018 2:38:23 AM org.apache.catalina.core.StandardService stopInternal
INFO: Stopping service test
Aug 23, 2018 2:38:23 AM org.apache.openejb.assembler.classic.Assembler destroyApplication
INFO: Undeploying app: /usr/local/app/apache-tomee-plus-1.7.2/webapps/ROOT
Aug 23, 2018 2:38:24 AM org.apache.openejb.assembler.classic.Assembler destroyApplication
INFO: Undeploying app: /usr/local/app/apache-tomee-plus-1.7.2/webapps/tomee
Aug 23, 2018 2:38:24 AM org.apache.openejb.assembler.classic.Assembler destroyApplication
INFO: Undeploying app: /usr/local/app/apache-tomee-plus-1.7.2/webapps/host-manager
Aug 23, 2018 2:38:24 AM org.apache.openejb.assembler.classic.Assembler destroyApplication
INFO: Undeploying app: /usr/local/app/apache-tomee-plus-1.7.2/webapps/healthcheck
Aug 23, 2018 2:38:24 AM org.apache.openejb.assembler.classic.Assembler destroyApplication
INFO: Undeploying app: /usr/local/app/apache-tomee-plus-1.7.2/webapps/manager
Aug 23, 2018 2:38:25 AM org.apache.openejb.assembler.classic.Assembler destroyApplication
INFO: Undeploying app: /usr/local/app/apache-tomee-plus-1.7.2/webapps/pcs
Aug 23, 2018 2:38:25 AM org.apache.openejb.assembler.classic.Assembler destroyApplication
INFO: Undeploying app: /usr/local/app/apache-tomee-plus-1.7.2/webapps/context
Aug 23, 2018 2:38:25 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/context] appears to have started a thread named [pool-13-thread-1] but has failed to stop it. This is very likely to create a memory leak.
Aug 23, 2018 2:38:25 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/context] appears to have started a thread named [pool-13-thread-2] but has failed to stop it. This is very likely to create a memory leak.
Aug 23, 2018 2:38:25 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/context] appears to have started a thread named [pool-13-thread-3] but has failed to stop it. This is very likely to create a memory leak.
Aug 23, 2018 2:38:25 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/context] appears to have started a thread named [pool-13-thread-4] but has failed to stop it. This is very likely to create a memory leak.
Aug 23, 2018 2:38:25 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/context] appears to have started a thread named [pool-13-thread-5] but has failed to stop it. This is very likely to create a memory leak.
Aug 23, 2018 2:38:25 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/context] appears to have started a thread named [pool-13-thread-6] but has failed to stop it. This is very likely to create a memory leak.
Aug 23, 2018 2:38:25 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/context] appears to have started a thread named [pool-13-thread-7] but has failed to stop it. This is very likely to create a memory leak.
Aug 23, 2018 2:38:25 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/context] appears to have started a thread named [pool-13-thread-8] but has failed to stop it. This is very likely to create a memory leak.
Aug 23, 2018 2:38:25 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/context] appears to have started a thread named [pool-13-thread-9] but has failed to stop it. This is very likely to create a memory leak.
Aug 23, 2018 2:38:25 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/context] appears to have started a thread named [pool-13-thread-10] but has failed to stop it. This is very likely to create a memory leak.
Aug 23, 2018 2:38:25 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/context] appears to have started a thread named [pool-13-thread-11] but has failed to stop it. This is very likely to create a memory leak.
Aug 23, 2018 2:38:25 AM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/context] appears to have started a thread named [pool-13-thread-12]
INFO: Stopped ActiveMQ broker
Aug 23, 2018 2:38:25 AM org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler ["http-bio-7023"]
Aug 23, 2018 2:59:03 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
Aug 23, 2018 2:59:03 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-bio-7023"]
Aug 23, 2018 2:59:03 AM org.apache.openejb.util.OptionsLog info
INFO: Using 'openejb.jdbc.datasource-creator=org.apache.tomee.jdbc.TomEEDataSourceCreator'
Aug 23, 2018 2:59:03 AM org.apache.openejb.OpenEJB$Instance <init>
INFO: ********************************************************************************
Aug 23, 2018 2:59:03 AM org.apache.openejb.OpenEJB$Instance <init>
INFO: OpenEJB http://tomee.apache.org/
Aug 23, 2018 2:59:03 AM org.apache.openejb.OpenEJB$Instance <init>
INFO: Startup: Thu Aug 23 02:59:03 CEST 2018
Aug 23, 2018 2:59:03 AM org.apache.openejb.OpenEJB$Instance <init>
INFO: Copyright 1999-2013 (C) Apache OpenEJB Project, All Rights Reserved.
Aug 23, 2018 2:59:03 AM org.apache.openejb.OpenEJB$Instance <init>
INFO: Version: 4.7.2
Aug 23, 2018 2:59:03 AM org.apache.openejb.OpenEJB$Instance <init>
INFO: Build date: 20150517
Aug 23, 2018 2:59:03 AM org.apache.openejb.OpenEJB$Instance <init>
my configuration,
multiline.pattern: '^[A-Za-z]{3}|^[A-Za-z]{4}|^[A-Za-z]{6}'
multiline.negate: true
multiline.match: before
multiline.max_lines: 2000
i have tried with negate False/True , match after/before ,
can someone help me what is wrong with above settings ?
i have tired with [[:alpha:]] in place of [A-Za-z] but that also did not worked for me .
Thanks,
Shashank