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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...