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!

New in Observability - Improvements to Custom Metrics SLOs, Log Observer Connect & ...

The latest enhancements to the Splunk observability portfolio deliver improved SLO management accuracy, better ...

Improve Data Pipelines Using Splunk Data Management

  Register Now   This Tech Talk will explore the pipeline management offerings Edge Processor and Ingest ...

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud?

Register Join this Tech Talk to learn how unique features like Service Centric Views, Tag Spotlight, and ...