Getting Data In

Filter according folders of the source filed

avitallange
Explorer

Hi,

I would like to have the option to filter according the sub folders of the source.
For example:
If my source is: E:\Logs\ComponentNameX\InstanceY\logZ.txt

I would like extract the folder of ComponentName and the folder of InstanceName.

Could you please help to do this?

Thanks!

Tags (3)
0 Karma

mloven_splunk
Splunk Employee
Splunk Employee

avitallange,

I haven't done this before, but I'd guess that this would work.

In transforms.conf

[myextraction]
SOURCE_KEY = MetaData:Source 
REGEX = E:\\Logs\\([^\\]+)\\([^\\]+)\\.*\.txt
FORMAT = component::$1 instance::$2

And in props.conf

[your_sourcetype_name]
REPORT-myextraction = myextraction
Get Updates on the Splunk Community!

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!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...