Splunk Search

Field extraction

Nadhiya_Dubai
Explorer

/data/scripts/esx/output_crc/dc1-ch1-esxi05.dca.com-vmnic0-20191211-10:40:40.txt

I need to extract the field "dc1-ch1-esxi05.dca.com" as host and "vmnic0" as interface and "20191211-10:40:40" as timestamp

Tags (1)
0 Karma

vnravikumar
Champion

Hi

Try this

| makeresults 
| eval path="/data/scripts/esx/output_crc/dc1-ch1-esxi05.dca.com-vmnic0-20191211-10:40:40.txt" 
| rex field=path "(?P<host>[^\/]+)-(?P<interface>\w+)-(?P<timestamp>\d{8}-\d{2}:\d{2}:\d{2}).txt$"
0 Karma
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 ...