Getting Data In

No results found. Inspect ...

jangid
Builder

Is there any option to display empty chart when no results found ?

Tags (2)

Drainy
Champion

Sure, the usual way to do this is to run a blank stats command, something like;

SEARCH COMMAND WITH CHARTING | append [|stats count | eval Fieldname=""]

This way you get a blank row appended which will force a blank chart to render. You can play around with this to match your exact search and perhaps include it within the main search and check for null values etc for when to display.

lguinn2
Legend

No, AFAIK, but that would be a nice enhancement request. You can submit one here

http://www.splunk.com/page/submit_issue

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...