All Apps and Add-ons

Extract word using regex expression

nareshmg
New Member

team,
Need help to extract the appication name from the log string, from the below log statements, i need help to get only application name. like applicationName1,applicationName2,applicationName3 ....

the only fixed items is the position of the application name,

[06-19-2018 16:20:10.20][WARN][hostname1][txnName1][uniqueid1][applicationName1][username1][threadname1] ....
[06-19-2018 16:20:10.20][WARN][hostname][txnName2][uniqueid2][applicationName2][username2][threadname2] ....
[06-19-2018 16:20:10.20][WARN][hostname][txnName3][uniqueid3][applicationName3][username3][threadname3] ....
[06-19-2018 16:20:10.20][WARN][hostname][txnName4][uniqueid4][applicationName4][username4][threadname4] ....
[06-19-2018 16:20:10.20][WARN][hostname][txnName5][uniqueid5][applicationName5][username5][threadname5] ....
[06-19-2018 16:20:10.20][WARN][hostname][txnName6][uniqueid6][applicationName6][username6][threadname6] ....

0 Karma

richgalloway
SplunkTrust
SplunkTrust

regex101.com is a great site for trying out regular expressions against sample events to see what works best. Using that, I came up with (?:\[[^\]]*\]){5}\[(?<applicationName>[^\]]*). Try it out.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...