I have this pattern:
2017-07-13T00:00:04,621 [WARN ][Client-Push:1:3][PfFwdPointSubscriptionService] SEKHKD is disabled
I am able to match up to [client push1:3]
Using this:
\A%{TIMESTAMP_ISO8601:timestamp}\s+[%{LOGLEVEL:loglevel}\s+][(?(?:[A-Za-z0-]:[0-9]:[0-9]))](?(?:[[^.$]]))
I need to get rid of the square brackets by PfFwdPointSubscriptionService. Seems simple but I may be missing something.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.