Splunk Dev

rex with datamodel

sarit_s
Communicator

Hello

i'm wondering if it is possible to use rex command with datamodel without declaring attributes for every rex field i want (i have lots of them )

 

thanks

Tags (2)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Please say more about what you want to do.  Do you want to use the rex command inside a datamodel or use the rex command on the results returned by a DM?

If the former then you don't need rex.  When you add a field to the DM, choose "regular expression" and enter your regex string.  The fields you define in the regex (using named capture groups) will become fields in the DM.

If the latter then, yes, you can.

Be aware that more fields in a DM equates to more storage needed to store the results if the DM is accelerated.

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

sarit_s
Communicator

Hello @richgalloway 

thanks for your reply

yes, im referring to the second option. 

can you show me an example of how can i do it ?

 

thanks

0 Karma

richgalloway
SplunkTrust
SplunkTrust

One you have results from the datamodel, use the rex command on those results the same way you would use it on any other result set.  You will not have a _raw field so the rex command must specify a field name

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

sarit_s
Communicator

yeah, so, i need the rex to run with _raw
for example :

 

rex field=_raw "TTY=(?<dstuser>.*) ; PWD=(?<url>.*); USER=(?<srcuser>.*) ; COMMAND=(?<status>.*)" | where isnotnull(dstuser) 

 

what replacing the _raw after the datamodel is working ?

 

0 Karma
Get Updates on the Splunk Community!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

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