Splunk Search

How to list unsuccessfully extracted fields event?

hjwang
Contributor

dear all

as title mentioned , i found some fields extraction can not reach 100 percent on total event, how can i list or query this unsuccessfully extracted fields to see unexpected log format?

thanks in advance.

Tags (1)
0 Karma
1 Solution

sideview
SplunkTrust
SplunkTrust

If you're trying to extract a field called 'fieldName', and you have a search that you think should extract the value from all events, run this:

<your search> | where isnull(fieldName)

You can take those events and look at them in a tool like RegexBuddy to see where the extraction is breaking down. You can also play around with other search language tricks that can show you representative events across the whole set, like:

<your search> | where isnull(fieldname) | dedup punct

View solution in original post

eashwar
Communicator

you can also use this

YourSearch NOT fieldName="*"

happy splunking.

0 Karma

sideview
SplunkTrust
SplunkTrust

If you're trying to extract a field called 'fieldName', and you have a search that you think should extract the value from all events, run this:

<your search> | where isnull(fieldName)

You can take those events and look at them in a tool like RegexBuddy to see where the extraction is breaking down. You can also play around with other search language tricks that can show you representative events across the whole set, like:

<your search> | where isnull(fieldname) | dedup punct

hjwang
Contributor

Thanks a lot,nick. It's really helpful for me :).

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

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