Splunk Search

In search - Dynamic REX loading.

cpm003
Path Finder

Hello,

I´m trying to load custom rex field extraction if another field has a certain value, for example:

if logtype=system
     then

               search | rex field=_raw .....

if logtype= application
      then
               search | rex field=_raw ....

logtypeusername_raw
system user=002
application suser=004

 

Thanks in advance!

Labels (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Try something like this run-anywhere example.  I'll leave to you get the logtype field into the subsearch.

| makeresults | eval _raw="This event contains user=002 so it should match system logtypes" 
| regex _raw=[|makeresults | eval logtype="system" | eval match=case(logtype="application","user=002", logtype="system","suser=004", 1==1, "XXnoMatchXX") | return $match]

 

---
If this reply helps you, Karma would be appreciated.
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

If the rex doesn't match then the field isn't extracted so why can't you just both rex and let one pick up user= and the other pick up suser=?

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...