Splunk Search

Why the field is shown by extraction of another field but not found by search?

alval
New Member

Hi, as I create an extraction field with regex, the field match is shown correct. I can check the regex on https://regex101.com/. The field is shown in raw events, if I tray to define next field

FieldFound.PNG

But in search the field is not found.

Field extraction regex: (?<=Evaluation: )(?P<evaln_from_tr>.*)(?= NumOfChannels)

Sample log line: [30-Apr-2022 05:52:40][XXX][getResults]Evaluation: zl_numcount NumOfChannels: 1

Permissions: Everybody read and write

Verbose mode search without a new field:  index=XXX sourcetype=XXX host=XXX source="XXX.txt" method=geResults "* NumOfChannels: *"

found 1485 events like example, with different names.

Verbose mode search with a new field: index=XXX sourcetype=XXX host=XXX source="XXX.txt" method=geResults  evaln_from_tr="*"  "* NumOfChannels: *"

found 0 events!

Why the field is shown by extraction of another field but not found by search?

Labels (2)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

The expressions generated by the Field Extraction wizard aren't the greatest.  Also, based on problems reported here, lookbehind and lookahead operators seem to be an issue.

Try this simpler regex:

Evaluation: (?P<evaln_from_tr>\S*)
---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...