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!

OpenTelemetry for Legacy Apps? Yes, You Can!

This article is a follow-up to my previous article posted on the OpenTelemetry Blog, "Your Critical Legacy App ...

UCC Framework: Discover Developer Toolkit for Building Technology Add-ons

The Next-Gen Toolkit for Splunk Technology Add-on Development The Universal Configuration Console (UCC) ...

.conf25 Community Recap

Hello Splunkers, And just like that, .conf25 is in the books! What an incredible few days — full of learning, ...