Splunk Search

permanently extracting a field

moe44688
New Member

Hi, I am using regex to extract a field. However, I need to make it permanent so that I don't have use regex in future searches. The regex is:

 rex field=message "(?<Codes>(\w{5,3}\s+)+"

I would really appreciate any help! I hope I've provided sufficient information.

Tags (1)
0 Karma

sundareshr
Legend
0 Karma

jkat54
SplunkTrust
SplunkTrust

You can do a search time field extraction by editing the props.conf in the splunk app you're searching within.

[sourcetypeName]
...
extract-codes = (?<Codes>(\w{5,3}\s+)+) in message

if that doesnt work, remove "in message".

In effect, this is what the field extractor sundareshr has mentioned does. Just keep in mind the search time extractions are specific to the splunk app you are in when you run your search/alert/report.

0 Karma
Get Updates on the Splunk Community!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...