Splunk Search

How do I pass in a default value for a single value chart?

angersleek
Path Finder

How do I pass in a default value for a single value chart?
As in I am not looking to search anything for now in the search query.
For example, I just want the chart to display the number 1.10.

Is this possible?

Tried following in the search query but it doesn't work returning no result.

| eval myVal=1.10 | table myVal
0 Karma
1 Solution

FrankVl
Ultra Champion

Your attempt comes close, but to generate some placeholder result, you need to add the makeresults command in front of it.

So try this:

| makeresults | eval myVal=1.10 | table myVal

View solution in original post

FrankVl
Ultra Champion

Your attempt comes close, but to generate some placeholder result, you need to add the makeresults command in front of it.

So try this:

| makeresults | eval myVal=1.10 | table myVal

angersleek
Path Finder

Just what I needed! Thank you.

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...