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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Build the Future of Agentic AI: Join the Splunk Agentic Ops Hackathon

AI is changing how teams investigate incidents, detect threats, automate workflows, and build intelligent ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...