Dashboards & Visualizations

split string from a field

sahana
Engager

Hi 

I have a message body text as like below

message : RequestBody : :  :{

                                 individualValue : {

                                                   xxxxxx;

                                                   YYYY;

-----------------------having many txt in between these

}

}

How can i fetch the string "individualValue" from the message body

Labels (1)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Do you mean something like this?

| rex "(?<individualValue>individualValue\s:\s\{[^\}]+\})"
0 Karma

sahana
Engager

I need to assign this string to a field, something like service=individualValue after splitting

0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

Do you mean like this:

| rex "(?<service>individualValue\s:\s\{[^\}]+\})"

The name of the field which rex puts the value into is in the angle brackets <>

Or do you want to split the individual values in the braces {} into a multi-value field?

0 Karma
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...