From 652a08d7c83ea174fb625911c52de67fc9760e73 Mon Sep 17 00:00:00 2001 From: revaranka Date: Wed, 15 Jul 2026 17:19:13 -0400 Subject: [PATCH 1/2] Add default timeframe option to dashboard settings --- content/en/dashboards/configure/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/dashboards/configure/_index.md b/content/en/dashboards/configure/_index.md index df11501c4d6..67b3677f411 100644 --- a/content/en/dashboards/configure/_index.md +++ b/content/en/dashboards/configure/_index.md @@ -67,6 +67,7 @@ Click {{< ui >}}Configure{{< /ui >}} to open a menu of configuration options ava | {{< ui >}}Clone dashboard{{< /ui >}} | Copy the entire dashboard to a new dashboard. You are prompted to name the clone. | | {{< ui >}}Display UTC time{{< /ui >}} | Toggle between UTC time and your default time zone. | | {{< ui >}}Include Flex Logs{{< /ui >}} | Toggle to include [Flex Logs][3] in all Flex-configured widgets. When off, widgets use [Standard Indexed][4] logs instead. This is a user-level preference that persists across sessions for this dashboard. | +| {{< ui >}}Default timeframe{{< /ui >}} | Select a time range the dasboard will default to for all users. | | {{< ui >}}Increase density{{< /ui >}} | High-density mode displays group widgets in a dashboard side-by-side for increased widget density. This mode turns on by default on large screens for dashboards that use group widgets. | | {{< ui >}}Keyboard shortcuts{{< /ui >}} | View a list of available keyboard shortcuts. | | {{< ui >}}Pause Auto-Refresh{{< /ui >}} | Pause automatic refresh by default for dashboards with relative time ranges to optimize compute usage and reduce background activity. This setting applies to all users who view the dashboard. | From 538aeacfb4733f2a860cd3299053d713c170a1e0 Mon Sep 17 00:00:00 2001 From: Eva Parish Date: Thu, 16 Jul 2026 13:21:49 -0400 Subject: [PATCH 2/2] Apply suggestion from @evazorro --- content/en/dashboards/configure/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/dashboards/configure/_index.md b/content/en/dashboards/configure/_index.md index 67b3677f411..7000686fcb3 100644 --- a/content/en/dashboards/configure/_index.md +++ b/content/en/dashboards/configure/_index.md @@ -67,7 +67,7 @@ Click {{< ui >}}Configure{{< /ui >}} to open a menu of configuration options ava | {{< ui >}}Clone dashboard{{< /ui >}} | Copy the entire dashboard to a new dashboard. You are prompted to name the clone. | | {{< ui >}}Display UTC time{{< /ui >}} | Toggle between UTC time and your default time zone. | | {{< ui >}}Include Flex Logs{{< /ui >}} | Toggle to include [Flex Logs][3] in all Flex-configured widgets. When off, widgets use [Standard Indexed][4] logs instead. This is a user-level preference that persists across sessions for this dashboard. | -| {{< ui >}}Default timeframe{{< /ui >}} | Select a time range the dasboard will default to for all users. | +| {{< ui >}}Default timeframe{{< /ui >}} | Select a time range for the dashboard that applies to all users. | | {{< ui >}}Increase density{{< /ui >}} | High-density mode displays group widgets in a dashboard side-by-side for increased widget density. This mode turns on by default on large screens for dashboards that use group widgets. | | {{< ui >}}Keyboard shortcuts{{< /ui >}} | View a list of available keyboard shortcuts. | | {{< ui >}}Pause Auto-Refresh{{< /ui >}} | Pause automatic refresh by default for dashboards with relative time ranges to optimize compute usage and reduce background activity. This setting applies to all users who view the dashboard. |