All Apps and Add-ons

How to search a string ?

ashukp
Loves-to-Learn Lots

Request={"headers":{"zip":"500000"}},"location":"HYD","info":[{"phoneNumber":"******6467","test":[{"id":"1234"}]}],"testing123":{"tenure":1234,"stringvalue":"A"}}}

 

How can search for "stringvalue":"A"?

 

I tried | makemv tokenizer="([^,]+)," Params | mvexpand line
| rex field=Params "(?<key>[^{'stringvalue'':']+) : (?<value>[A]+)" It did not work.

Labels (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @ashukp,

do you want to search or to extract field?

if you want to search you can use the regex command:

| makeresults
| eval _raw="Request\=\{\"headers\":\{\"zip\":\"500000\"\}\},\"location\":\"HYD\",\"info\":\[\{\"phoneNumber\":\"******6467\",\"test\":\[\{\"id\":\"1234\"\}\]\}\],\"testing123\":\{\"tenure\":1234,\"stringvalue\":\"A\"\}\}\}"
| regex  "\"stringvalue\":\"[^\"]+\""

if instead you want to extarct the value after "stringvalue", you have to use the rex command:

| makeresults
| eval _raw="Request\=\{\"headers\":\{\"zip\":\"500000\"\}\},\"location\":\"HYD\",\"info\":\[\{\"phoneNumber\":\"******6467\",\"test\":\[\{\"id\":\"1234\"\}\]\}\],\"testing123\":\{\"tenure\":1234,\"stringvalue\":\"A\"\}\}\}"
| rex  "\"stringvalue\":\"(?<stringvalue>[^\"]+)\""

Ciao.

Giuseppe

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!

Free Professional Services for .conf26 Attendees

This year at .conf26, we are doing something a little different. We are bringing the best minds from ...

Defend at Machine Speed: Your Guide to Security Sessions at .conf26

Splunk .conf26   With threats moving at machine speed and attack surfaces expanding across hybrid ...

Where Innovation Takes Flight: The Splunk4Aviation Flight Sim Lands at .conf26

If you hear someone at .conf26 shouting "gear down, GEAR DOWN" across the show floor, you have found us.  The ...