It doesnt appear this is a feature. Tried all the existing solutions but they are all old and none of them work with 2025 Dashboard Studio.
@smahoney Did you already try this option with setting a global default for refresh in the code?
https://docs.splunk.com/Documentation/Splunk/9.4.2/DashStudio/Default#Use_global_defaults
If this Helps, Please Upvote!!
Cheers!
Sai
That works, but I can't set refresh per panel from what I see in the documentation.
@smahoney In order to set a refresh, you must specify the refresh option on your search by adding "refresh: 3s" to your underlying search options to refresh every 3 seconds. REFRESH is a setting that goes with Data Sources, not Visualizations. REFRESH can be set on individual datasources or can be set as a DEFAULT for all datasources .
https://docs.splunk.com/Documentation/Splunk/9.4.2/DashStudio/Default#Set_defaults_by_data_source_or...
If this Helps, Please Upvote!!