Splunk Search

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

rrovers
Communicator

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!

Detecting Remote Code Executions With the Splunk Threat Research Team

WATCH NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If exploited, ...

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

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

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...