Dashboards & Visualizations

How to hide refresh time value in simple XML for Single Value Panel?

chrisdopuch
Path Finder

I’m trying to get rid of the refresh time indicator on a single value element panel. I’m reading the documentation here which says that the option is refresh.time.visible. I have done the following:


<single>
      <title>Sign Orders</title>
      <searchPostProcess> where concept="sign_orders:"</searchPostProcess>
      <option name="refresh.time.visible">false</option>
      <option name="field">count</option>
</single>

Any clue what I’m doing wrong? I know I am setting false correctly in the first example, according to other examples given in the documentation.

Tags (3)
1 Solution

s2_splunk
Splunk Employee
Splunk Employee

This works as documented on my 6.1.1. install. Which version are you running?

View solution in original post

s2_splunk
Splunk Employee
Splunk Employee

This works as documented on my 6.1.1. install. Which version are you running?

s2_splunk
Splunk Employee
Splunk Employee

It would, as this attribute is not documented for 6.0.3.; likely added in 6.1 with other cool new UI stuff. You may like a SH upgrade to 6.1.1. 🙂

chrisdopuch
Path Finder

Aha, I'm on a 6.0.3 server. That might explain it.

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 ...