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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...