Splunk Search

How to write Host_regex to extract filename from the source path

deepthi5
Path Finder

Hi Team

I have file names C:\SPLUNKCEBU\rdilraanan010-4-1.ncr.com.Gi0-2.csv

from which i need host_regex to take only the name of the file ex: rdilraanan010-4-1.ncr.com.Gi0-2 No path and no extension
Right now i have got a host_regex =(?\w+-\d+-\d) like this but this extracts only till rdilraanan010-4-1 which is not my desired output

can any one help

Thanks and Regards,
Deepthi Bulusu.

Tags (2)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

This worked for me using your example on regex101.com

"(?<filename>[\w-\d\.]+)\.\w"
---
If this reply helps you, Karma would be appreciated.

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

This worked for me using your example on regex101.com

"(?<filename>[\w-\d\.]+)\.\w"
---
If this reply helps you, Karma would be appreciated.
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 ...