Splunk Search

How do I extract the value of a field value in Splunk?

newsplnkr
Explorer

Hello all,

I am trying to get the value of a field from an event in Splunk. The event looks like follows:

message="abtest platform=\"Target\", [testName=\"test1\",testId=\"253041,\",experience=\"lefNavigation\"]"

For the above event, how could I do a count by "testName", "testId" and "experience"? Currently, when I do count by on the message source, value for the above fields come as a backslash() .

Thanks a LOT in advance!

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi newsplnkr,
did you tried with this regex?

message\=\"abtest platform\=\\\"(?P<abtest_platform>[^\\]*)\\\",\s*\[testName\=\\\"(?P<testName>[^\\]*)\\\",testId\=\\\"(?P<testId>[^,]*),\\\",experience\=\\\"(?P<experience>[^\\]*)

you can test it at https://regex101.com/r/g5u6kU/1

Bye.
Giuseppe

0 Karma

briancronrath
Contributor

In props.conf you should specify KV_MODE = auto_escaped for a sourcetype that has values like this

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 ...

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

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

[Puzzles] Solve, Learn, Repeat: Reprocessing XML into Fixed-Length Events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...