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

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!

Community Content Calendar, November Edition

Welcome to the November edition of our Community Spotlight! Each month, we dive into the Splunk Community to ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...

Stay Connected: Your Guide to November Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...