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!

New Year, New Changes for Splunk Certifications

As we embrace a new year, we’re making a small but important update to the Splunk Certification ...

[Puzzles] Solve, Learn, Repeat: Unmerging HTML Tables

[Puzzles] Solve, Learn, Repeat: Unmerging HTML TablesFor a previous puzzle, I needed some sample data, and ...

Enterprise Security (ES) Essentials 8.3 is Now GA — Smarter Detections, Faster ...

As of today, Enterprise Security (ES) Essentials 8.3 is now generally available, helping SOC teams simplify ...