Splunk Search

Field Extraction

ReachDataScient
Explorer

If the event has field names and values both separated by pipe, how to do field extraction.

Field1|Value1|Field2|Value2|Field3|Value3...........

0 Karma

anjambha
Communicator

Hi,

Try This run search anywhere

| makeresults | eval data="Field1|Value1|Field2|Value2|" | rex field=data "Field1\|(?<Field1>\w+)\|Field2\|(?<Field2>\w+)\|"

or

base search |  rex field=data "Field1\|(?<Field1>\w+)\|Field2\|(?<Field2>\w+)\|"
0 Karma
Get Updates on the Splunk Community!

Enterprise Security Content Update (ESCU) | New Releases

In December, the Splunk Threat Research Team had 1 release of new security content via the Enterprise Security ...

Why am I not seeing the finding in Splunk Enterprise Security Analyst Queue?

(This is the first of a series of 2 blogs). Splunk Enterprise Security is a fantastic tool that offers robust ...

Index This | What are the 12 Days of Splunk-mas?

December 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...