Splunk Search

can i insert a default value for results

rakesh_498115
Motivator

Hi,

i have created 5 eventtypes say A,B,C,D and used the chart command to display the count of all the events in the evenntypes on the particular searchlogic..For few searchlogic few eventtypes didnt contain any events..in that case nothing is displaying..I need to display "N/A" to that field instead of displaying blank.

How can i do this..

My search query is something like this ..

sourcetype="X" (somelogic) | chart sum(count) by uniqueId,eventtype

My output is .

UniqueID    A B C D E 
ddd         4    5 5 7
sss            5 4 7 8

I need the output like this.

UniqueID    A     B      C D E 
ddd         4     N/A    5 5 7
sss         N/A   5      4 7 8

Thanx

Tags (1)
1 Solution

Ayn
Legend

Use fillnull to give the fields without a value a predefined value of your own:

... | fillnull value="N/A"

More information on the fillnull command: http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Fillnull

View solution in original post

Ayn
Legend

Use fillnull to give the fields without a value a predefined value of your own:

... | fillnull value="N/A"

More information on the fillnull command: http://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Fillnull

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...