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,
Try refreshing the search instead:
<search>
<query>
</query>
<earliest></earliest>
<latest></latest>
<sampleRatio></sampleRatio>
<refresh>5m</refresh>
</search>
Try refreshing the search instead:
<search>
<query>
</query>
<earliest></earliest>
<latest></latest>
<sampleRatio></sampleRatio>
<refresh>5m</refresh>
</search>