Splunk Search

How to find a word using last part of the word from a file

john
Communicator

exception is java.Exception
exception is java.sql.Exception
exception is java.sql.SQLException
exception is java.sql.UmatchedException
exception is java.sql.UpdateException
and so on

This is a content of the file iam working with.I am looking for some unique search query to find out the only Exceptions those having name like(UmatchedException)not just the word Exception.please help me...

Tags (1)
0 Karma

Damien_Dallimor
Ultra Champion

Try something like this in your splunk search:

... | rex field=_raw "exception is (?:\w+\.)+(?<exception_name>\w+Exception)"  | stats count by exception_name

Damien_Dallimor
Ultra Champion

Nice. Don't forget to "accept" the answer !

0 Karma

john
Communicator

Thanks Damien its working....................

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