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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...