Splunk Search

how to get middle string from source field in splunk

sreebms
New Member

sourcetype=XXX "Server has been shutdown" | table _time, host, tag::host, _raw,source,field

hear my source is /opt/Messaging/JMS/jms-node1/bin/Nohub.log from this source i need jms-node1

Tags (1)
0 Karma

p_gurav
Champion

Hi,

You can use rex command

| rex field=source "\/opt\/Messaging\/JMS/(?P<nodename>[^\/]+)\/bin\/Nohub\.log"
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Assuming you always want the fourth level of the source path, this should do the job.

sourcetype=XXX "Server has been shutdown" | rex field=source "/opt/Messaging/JMS/jms-node1/bin/Nohub.log" | table _time, host, tag::host, _raw,source,field
---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Enterprise Security Content Update (ESCU) | New Releases

In December, the Splunk Threat Research Team had 1 release of new security content via the Enterprise Security ...

Why am I not seeing the finding in Splunk Enterprise Security Analyst Queue?

(This is the first of a series of 2 blogs). Splunk Enterprise Security is a fantastic tool that offers robust ...

Index This | What are the 12 Days of Splunk-mas?

December 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...