All Apps and Add-ons

Splunk Query for extracting tomcat logs- group by service name

amitru
Engager

I have a log in tomcat as -

 

... [MerchantEndPoint]: saveMerchantDetails():ednpoint execution enterd

..

... [CreditEndPoint]: saveCreditDetails():ednpoint execution enterd

-.. 

 

I want to create a chart based on the entry logs how many times service getting called /day

 

i have created a regex with below query but its not giving correct result, in regex editor it works fine

 

index=fg_wv_li | sourcetype="fg:mylogs.txt" ":endpoint execution started" | rex field=_raw "\b(?<stype>(\[]a-zA-Z]+\][:]))" | chart count by stype

 

i want as servicename:method name : count / day

[MerchantEndPoint]: saveMerchantDetails():    10

[CreditEndPoint]: saveCreditDetails() : 15 

 

Can someone help me to fix the query above?

Thanks.

Labels (2)
0 Karma

renjith_nair
Legend

Try

 

|rex field=_raw "(?<stype>\[\w+\]:\s+\w+\(.*\))"

 

Happy Splunking!

amitru
Engager

Thanks. It worked. 

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 ...