Getting Data In

Can anyone please explain the purpose of 'usenull' keyword with an example?

gopi_c
New Member

I've have been trying to search the use of 'usenull' keyboard. Could anyone explain this please.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

From the docs (https://docs.splunk.com/Documentation/Splunk/7.2.6/SearchReference/ListOfDataTypes):

usenull controls whether or not a series is created for events that do not contain the split-by field. This series is labeled by the value of the nullstr option, and defaults to NULL.

usenull is enabled by default so you only need to add usenull=f when you have a chart with "NULL" that you don't want.

---
If this reply helps you, Karma would be appreciated.

niketn
Legend

One of better ways to remove NULL series being created in the timechart/chart because of null values in the split by field is to apply field filter before the timechart/chart command.

For example try the following two run anywhere searches based on Splunk's _internal index.

index=_internal sourcetype=splunkd earliest=-30s latest=now
| timechart span=10s count by cumulative_hits limit=0 useother=f


index=_internal sourcetype=splunkd earliest=-30s latest=now cumulative_hits=* 
| timechart span=10s count by cumulative_hits limit=0 useother=f
____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
Get Updates on the Splunk Community!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk on November 6 at 11AM PT, and empower your SOC to reach new heights! Duration: ...

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...