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!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...