Splunk Search

How to use fillnull for certain fields (and not for other ones)

rrovers
Contributor

My search ends with:

 

| table Afdeling 20* Voorlaatste* Laatste* verschil

 

It has several detail rows and 1 row with totals. I want to use fillnull for the totals for the 20* columns (2023-10, 2023-11 etc.) but not for Voorlaatste* Laatste* and verschil. 

I can't use 

 

| fillnull 20* value="0.0"

 

because that adds a column "20*" and I don't want to use fillnull 2023-10 etc.

Is there a way to do this?

Labels (2)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

The fillnull command does not support wildcards.  Try using foreach as a wrapper around fillnull.

| foreach 20* [fillnull '<<FIELD>>' value="0.0"]

 

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

View solution in original post

richgalloway
SplunkTrust
SplunkTrust

The fillnull command does not support wildcards.  Try using foreach as a wrapper around fillnull.

| foreach 20* [fillnull '<<FIELD>>' value="0.0"]

 

---
If this reply helps you, Karma would be appreciated.
Get Updates on the Splunk Community!

Index This | What did the zero say to the eight?

June 2025 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with this month’s ...

Splunk Observability Cloud's AI Assistant in Action Series: Onboarding New Hires & ...

This is the fifth post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Now Playing: Splunk Education Summer Learning Premieres

It’s premiere season, and Splunk Education is rolling out new releases you won’t want to miss. Whether you’re ...