Splunk Search

How do I extract a value from the 'source' field at search-time?

Mick
Splunk Employee
Splunk Employee

My log directories are structured like so -

/var/myapplogs/<app-name>/logs/*.log

How can I extract <app-name> as a field name at search time?

gkanapathy
Splunk Employee
Splunk Employee

In search:

... | rex field=source "^/[^\/]/[^\/]/(?<app_name>[^\/])"

or in props.conf:

[mysourcetype]
EXTRACT-appname = ^/[^\/]/[^\/]/(?<app_name>[^\/]) in source

gkanapathy
Splunk Employee
Splunk Employee

No. Fields extracted from non-raw indexed fields won't search correctly unless you also configure the extracted field as INDEXED_VALUE = false in the fields.conf file.

0 Karma

dwaddle
SplunkTrust
SplunkTrust

If you go with the props.conf approach, does this then make it possible to do searches on 'appname=fooapp' ?

0 Karma
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 ...