Splunk Search

Top syntax to display null fields when using 'by'?

Tisiphone_1
Explorer

When I use 'top' to create a top n list of fields, and I add two fields, using by, so:

top field1 by field2

if either field is not present in a result, it does not display in the list. I want to display events in my results even the secondary field is null. Is there any way to do this?

For example:

top infected person by infection

Even if I don't know what infection it is, I still want them to show up on the list of infected people, and I still want to see the infection if it is available.

1 Solution

Stephen_Sorkin
Splunk Employee
Splunk Employee

The best way to do this is to use the fillnull command to make the desired fields dense. In this case, you could try:

... | fillnull value=NULL person infection | top person by infection

View solution in original post

Tisiphone_1
Explorer

Thanks a ton, Stephen!

0 Karma

Stephen_Sorkin
Splunk Employee
Splunk Employee

The best way to do this is to use the fillnull command to make the desired fields dense. In this case, you could try:

... | fillnull value=NULL person infection | top person by infection
Get Updates on the Splunk Community!

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

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...