All Apps and Add-ons

Timechart displaying undefined NaN in the left corner

tkhatri
Explorer

I am creating a single series timechart that does a count of ids and then I am using | appendpipe [stats count | where count=0] to display 0 instead of 'No results found'.

The timechart shows up right but in addition also shows undefined NaN like shown below. Can anyone please help suggest why is it happening and how to get rid of it.

tkhatri_1-1599775459636.png

Thanks.

 

Labels (2)
0 Karma
1 Solution

renjith_nair
Legend

Does this work for you ?

your search |appendpipe [|makeresults]

 

Happy Splunking!

View solution in original post

renjith_nair
Legend

Does this work for you ?

your search |appendpipe [|makeresults]

 

Happy Splunking!

miguel1423
Explorer

Hi

I've the same issue, could you show me where do you place the "makeresult" please ?

 

 | appendpipe [stats count | where count=0]

 

Regards,

0 Karma

tkhatri
Explorer

Try this: 

| appendpipe [|where count=0
| makeresults]|

miguel1423
Explorer

thx 😃

0 Karma

tkhatri
Explorer

It worked. Thank you Renjith.

0 Karma
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, ...