Splunk Search

Need help with field-extractions on these events

gabrieldiasrosa
New Member

I have the following value:

Events
X|0001|NAME|PHONE
X|0002|NAME|ADDRESS|INFO1|INFO2

Based on the type (0001 or 0002) I want to extract different fields, is it possible ?

Can I split the event value based on a common separator (pipe) ?

0 Karma

cpetterborg
SplunkTrust
SplunkTrust

You can extract all the fields with this regex:

^(?P<f1>[^|]*)\|(?P<f2>[^|]*)\|(?P<name>[^|]*)\|((?P<phone>[^|]*)|((?P<address>[^|]*)\|(?P<info1>[^|]*)\|(?P<info2>[^|]*)))$

You will have to change the field names as you wish them to be, but it will extract the fields from either the first or second example lines. It's also fairly efficient.

Get Updates on the Splunk Community!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...