Splunk Search

Need help in getting the value in vizualization as 0 instead of no result.

jerinvarghese
Communicator

Need help in getting the value in vizualization as 0 instead of no result.

index=nw_syslog "FPC"
|rex field=_raw "FPC: (?.*), jnxFruTyp"
| stats latest(_time) as Time_CST count by hostname,MEMBER
| sort - Time_CST
| fieldformat Time_CST=strftime(Time_CST,"%x %X")
| head 20
| stats sum(count)

Visualization used 42 single value.

0 Karma
1 Solution

TISKAR
Builder

Hello:

You can find a solution in this link:

https://answers.splunk.com/answers/582253/replacing-no-results-found-with-0.html

| appendpipe [stats count | where count=0]

View solution in original post

0 Karma

TISKAR
Builder

Hello:

You can find a solution in this link:

https://answers.splunk.com/answers/582253/replacing-no-results-found-with-0.html

| appendpipe [stats count | where count=0]
0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@jerinvarghese

Try by appending | appendcols [stats count ]

like..
Your Search | stats sum(count) as count | appendcols [stats count ]

Note: I have updated stats command,

0 Karma

jerinvarghese
Communicator

that worked, thanks so much for that help.

0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

Great @jerinvarghese. Can you please upvote and accept this answer to close this question?

0 Karma
Get Updates on the Splunk Community!

Splunk Enterprise Security(ES) 7.3 is approaching the end of support. Get ready for ...

Hi friends!    At Splunk, your product success is our top priority. With Enterprise Security (ES), we're here ...

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

Watch On Demand the Tech Talk, and empower your SOC to reach new heights! Duration: 1 hour  Prepare to ...

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...