Splunk Search

How can I get field extractions from a dictionary in a log?

daniel333
Builder

All,

I've done this before but I am rusty. My log looks like this

1/2/2019 12:34pm priority=info soemthing=12  mydictionary={"iq":"123", "lovescars":"True"}

Where mydictionary can as many as 30 elements in it. How do I get those into fields?

0 Karma

MuS
Legend

Hi daniel333,

try something like this in your transforms.conf:

 [GetFieldAndValueFromDict]
 SOURCE_KEY = mydictionary
 REGEX  = "([^"]+)":"([^"]+)"
 FORMAT = $1::$2

and this in your props.conf

 [mySourceType]
 REPORT-000-GetFieldAndValueFromDict = GetFieldAndValueFromDict

This will create a field name from capturing group one and the value from capturing group two from within the dict.
Put that on your search head and it will work at search time.

Hope this helps ...

cheers, MuS

0 Karma
Get Updates on the Splunk Community!

Federated Search for Amazon S3 | Key Use Cases to Streamline Compliance Workflows

Modern business operations are supported by data compliance. As regulations evolve, organizations must ...

New Dates, New City: Save the Date for .conf25!

Wake up, babe! New .conf25 dates AND location just dropped!! That's right, this year, .conf25 is taking place ...

Introduction to Splunk Observability Cloud - Building a Resilient Hybrid Cloud

Introduction to Splunk Observability Cloud - Building a Resilient Hybrid Cloud  In today’s fast-paced digital ...