Dashboards & Visualizations

Splunk 6.5 has deprecated the refresh interval option. What is the new alternative?

mgarciar
Path Finder

Splunk 6.5.0 says refresh interval (refresh.auto.interval) option has been deprecated and I cannot find what's the new alternative for this.
I need a table to refresh itself every X seconds but not the whole dashboard.

What's the new way to accomplish this?

Thanks,

Tags (3)
1 Solution

gokadroid
Motivator

Try refreshing the search instead:

<search>
    <query>
    </query>
    <earliest></earliest>
    <latest></latest>
    <sampleRatio></sampleRatio>
    <refresh>5m</refresh>
  </search>

View solution in original post

gokadroid
Motivator

Try refreshing the search instead:

<search>
    <query>
    </query>
    <earliest></earliest>
    <latest></latest>
    <sampleRatio></sampleRatio>
    <refresh>5m</refresh>
  </search>
Get Updates on the Splunk Community!

Splunk Enterprise Security 8.0.2 Availability: On cloud and On-premise!

A few months ago, we released Splunk Enterprise Security 8.0 for our cloud customers. Today, we are excited to ...

Logs to Metrics

Logs and Metrics Logs are generally unstructured text or structured events emitted by applications and written ...

Developer Spotlight with Paul Stout

Welcome to our very first developer spotlight release series where we'll feature some awesome Splunk ...