Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grafana - Update Advanced parameters #16

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 51 additions & 1 deletion includes/config-grafana.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down Expand Up @@ -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*
Expand Down Expand Up @@ -163,6 +179,12 @@

**Authorization URL**

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

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

``client_id``
~~~~~~~~~~~~~
*string*
Expand Down Expand Up @@ -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*
Expand All @@ -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``
Expand Down Expand Up @@ -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.**



Expand Down Expand Up @@ -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*
Expand Down Expand Up @@ -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.**