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!

Introducing the Splunk Community Dashboard Challenge!

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

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...