Dashboards & Visualizations

splunk single value in embed

rameshlpatel
Communicator

Hi

I have reports to show backlog count in numeric. I have used SPLUNK Single Value feature for that.

Query : index="OCSMONITOR" source="dbmon-tail://ocsrpt_ocsmonitor/QBacklogCount" | stats latest(BACKLOGCOUNT) as error | rangemap field=errors low=1-40 elevated=40-1500 default=severe

Time range : 5 min Window (Real Time)

But this are not giving me options of Schedule/ Embed report.

Please suggest me how could i create this as Embed report?

Tags (2)
1 Solution

somesoni2
Revered Legend

As per documentation, You can't embed a report until it is scheduled to run on a regular interval. And the scheduling is not applicable for realtime searches/reports. Hence, you're not getting any options to convert this to Embed scheduled report.

Instead, convert this to a regular search with 5 min window (earliest=-5m@m) and have it scheduled to run every 5min.

View solution in original post

somesoni2
Revered Legend

As per documentation, You can't embed a report until it is scheduled to run on a regular interval. And the scheduling is not applicable for realtime searches/reports. Hence, you're not getting any options to convert this to Embed scheduled report.

Instead, convert this to a regular search with 5 min window (earliest=-5m@m) and have it scheduled to run every 5min.

rameshlpatel
Communicator

Thanks sir. It get resolved.

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...