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
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...