From 284bb55a9e37482a38dd7ab95eda224ee051091c Mon Sep 17 00:00:00 2001 From: Hemant-Mulchandani Date: Tue, 16 Jan 2024 06:21:03 +0000 Subject: [PATCH] Grafana - Update Advanced parameters --- includes/config-grafana.rst | 52 ++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/includes/config-grafana.rst b/includes/config-grafana.rst index ef7c7dae51..e2233b57d4 100644 --- a/includes/config-grafana.rst +++ b/includes/config-grafana.rst @@ -23,6 +23,14 @@ +``service_log`` +--------------- +*['boolean', 'null']* + +**Service logging** Store logs for the service so that they are available in the HTTP API and console. + + + ``static_ips`` -------------- *boolean* @@ -127,6 +135,14 @@ +``oauth_allow_insecure_email_lookup`` +------------------------------------- +*boolean* + +**Enforce user lookup based on email instead of the unique ID provided by the IdP** + + + ``auth_generic_oauth`` ---------------------- *object* @@ -163,6 +179,12 @@ **Authorization URL** +``auto_login`` +~~~~~~~~~~~~~~ +*boolean* + +**Allow users to bypass the login screen and automatically log in** + ``client_id`` ~~~~~~~~~~~~~ *string* @@ -239,6 +261,12 @@ **Automatically sign-up users on successful sign-in** +``auto_login`` +~~~~~~~~~~~~~~ +*boolean* + +**Allow users to bypass the login screen and automatically log in** + ``client_id`` ~~~~~~~~~~~~~ *string* @@ -263,6 +291,12 @@ **Require users to belong to one of given organizations** +``skip_org_role_sync`` +~~~~~~~~~~~~~~~~~~~~~~ +*boolean* + +**Stop automatically syncing user roles** + ``auth_gitlab`` @@ -491,7 +525,7 @@ -------------------- *boolean* -**Enable or disable Grafana alerting functionality** +**Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified_alerting_enabled.** @@ -535,6 +569,14 @@ +``dashboard_previews_enabled`` +------------------------------ +*boolean* + +**Enable browsing of dashboards in grid (pictures) mode** This feature is new in Grafana 9 and is quite resource intensive. It may cause low-end plans to work more slowly while the dashboard previews are rendering. + + + ``viewers_can_edit`` -------------------- *boolean* @@ -623,3 +665,11 @@ +``unified_alerting_enabled`` +---------------------------- +*boolean* + +**Enable or disable Grafana unified alerting functionality. By default this is enabled and any legacy alerts will be migrated on upgrade to Grafana 9+. To stay on legacy alerting, set unified_alerting_enabled to false and alerting_enabled to true. See https://grafana.com/docs/grafana/latest/alerting/set-up/migrating-alerts/ for more details.** + + +