Splunk Search

How to regex the raw data?

splunkuseradmin
Path Finder

hi all,
I am trying to extract field from Splunk "extract more fields" feature, its not showing as the logs in events section, which is in json format.

below is the sample log from which I need to extract or regex from field "id"="+779988663344" and "id" = 333222268888 numbers.

"Session-IngresslId": "999999999-9999999-999999999@SSS.com", "EgressId": "999999999-9999999-999999999@b.com",  "Accc-ll-Id": "", "Generic-Id": "", "Id": "+779988663344\" ;tag=7777777777-4444444444\"", "Id": "333222268888\" \""

all events are in json format but when we are using field extractor I see all above kind of raw events.
thanks for helping

Tags (2)
0 Karma
1 Solution

nabeel652
Builder

For JSON type logs it is better to tell the source that is collecting logs that field extractions are of type JSON. On the source machine (or wherever you are ingesting logs from under props.conf add this stanza:

[your:sourcetype]
TRUNCATE = 0
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false
KV_MODE = JSON

Splunk will automatically extract all the fields for you and show you nicely highlighted in the _raw as well.

View solution in original post

0 Karma

nabeel652
Builder

For JSON type logs it is better to tell the source that is collecting logs that field extractions are of type JSON. On the source machine (or wherever you are ingesting logs from under props.conf add this stanza:

[your:sourcetype]
TRUNCATE = 0
NO_BINARY_CHECK = true
SHOULD_LINEMERGE = false
KV_MODE = JSON

Splunk will automatically extract all the fields for you and show you nicely highlighted in the _raw as well.

0 Karma

splunkuseradmin
Path Finder

thanks but got working using regex.

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