Splunk Search

show fields with no values in a timechart

royimad
Builder

Hello Expert,

I'm showing a multilines graph using this search:

sourcetype="mysource" thefield="x" or thefield="y" or thefield="z" | timechart span=1d count by thefield

The graph is showing 2 lines one for x and one for y because there are no values that is equal to "z".

I need to show 3 lines x,y,z on the graph and consider z as zero.
How to do that?

Tags (1)
0 Karma
1 Solution

royimad
Builder

Try usenull and useother

sourcetype="mysource" thefield="x" or thefield="y" or thefield="z" | timechart span=1d count by thefield usenull=f useother=f

View solution in original post

0 Karma

royimad
Builder

Try usenull and useother

sourcetype="mysource" thefield="x" or thefield="y" or thefield="z" | timechart span=1d count by thefield usenull=f useother=f
0 Karma

kasu_praveen
Communicator

Is this really working? It didn't work for me.

0 Karma
Get Updates on the Splunk Community!

September Community Champions: A Shoutout to Our Contributors!

As we close the books on another fantastic month, we want to take a moment to celebrate the people who are the ...

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...