Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2029 from aiven/grafana-update-advanced-params
Browse files Browse the repository at this point in the history
Grafana - Update Advanced parameters
  • Loading branch information
harshini-rangaswamy authored Oct 13, 2023
2 parents 430e618 + 54ad5c0 commit 146db09
Showing 1 changed file with 23 additions and 10 deletions.
33 changes: 23 additions & 10 deletions includes/config-grafana.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
..
``additional_backup_regions``
-----------------------------
*array*
**Additional Cloud Regions for Backup Replication**



``custom_domain``
-----------------
*['string', 'null']*
Expand Down Expand Up @@ -127,6 +118,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*
Expand Down Expand Up @@ -163,6 +162,12 @@

**Authorization URL**

``auto_login``
~~~~~~~~~~~~~~
*boolean*

**Allow users to bypass the login screen and automatically log in**

``client_id``
~~~~~~~~~~~~~
*string*
Expand Down Expand Up @@ -491,7 +496,7 @@
--------------------
*boolean*

**Enable or disable Grafana alerting functionality**
**Enable or disable Grafana legacy alerting functionality. This should not be enabled with unified_alerting_enabled.**



Expand Down Expand Up @@ -631,3 +636,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.**



0 comments on commit 146db09

Please sign in to comment.