JSON Schema Grafana

Properties

PropertyTypeRequiredDescription
alerting_enabledbooleanno
alerting_error_or_timeoutstringnoAllowed values: alerting, keep_state.
alerting_max_annotations_to_keepintegerno
alerting_nodata_or_nullvaluesstringnoAllowed values: alerting, no_data, keep_state, ok.
allow_embeddingbooleanno
auth_azureadAuth Azureadno
auth_basic_enabledbooleanno
auth_generic_oauthAuth Generic Oauthno
auth_githubAuth Githubno
auth_gitlabAuth Gitlabno
auth_googleAuth Googleno
cookie_samesitestringnoAllowed values: lax, strict, none.
custom_domainstringnoServe the web frontend using a custom CNAME pointing to the Aiven DNS name
dashboard_previews_enabledbooleannoThis 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.
dashboards_min_refresh_intervalstringnoSigned sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s, 1h
dashboards_versions_to_keepintegerno
dataproxy_send_user_headerbooleanno
dataproxy_timeoutintegerno
date_formatsDate Formatsno
disable_gravatarbooleanno
editors_can_adminbooleanno
google_analytics_ua_idstringno
metrics_enabledbooleanno
oauth_allow_insecure_email_lookupbooleanno
service_logbooleannoStore logs for the service so that they are available in the HTTP API and console.
smtp_serverSMTP Serverno
unified_alerting_enabledbooleanno
user_auto_assign_orgbooleanno
user_auto_assign_org_rolestringnoAllowed values: Viewer, Admin, Editor.
viewers_can_editbooleanno
walbooleannoSetting to enable/disable Write-Ahead Logging. The default value is false (disabled).

Auth Azuread

PropertyTypeRequiredDescription
auth_urlstringyes
client_idstringyes
client_secretstringyes
token_urlstringyes
allow_sign_upbooleanno
allowed_domainsarray[string]no
allowed_groupsarray[string]no

Auth Github

PropertyTypeRequiredDescription
client_idstringyes
client_secretstringyes
allow_sign_upbooleanno
allowed_organizationsarray[string]no
auto_loginbooleanno
skip_org_role_syncbooleanno
team_idsarray[integer]no

SMTP Server

PropertyTypeRequiredDescription
from_addressstringyes
hoststringyes
portintegeryes
from_namestringno
passwordstringno
skip_verifybooleanno
starttls_policystringnoAllowed values: OpportunisticStartTLS, MandatoryStartTLS, NoStartTLS.
usernamestringno

Auth Gitlab

PropertyTypeRequiredDescription
allowed_groupsarray[string]yes
client_idstringyes
client_secretstringyes
allow_sign_upbooleanno
api_urlstringno
auth_urlstringno
token_urlstringno

Date Formats

PropertyTypeRequiredDescription
default_timezonestringno
full_datestringno
interval_daystringno
interval_hourstringno
interval_minutestringno
interval_monthstringno
interval_secondstringno
interval_yearstringno

Auth Google

PropertyTypeRequiredDescription
allowed_domainsarray[string]yes
client_idstringyes
client_secretstringyes
allow_sign_upbooleanno

Auth Generic Oauth

PropertyTypeRequiredDescription
api_urlstringyes
auth_urlstringyes
client_idstringyes
client_secretstringyes
token_urlstringyes
allow_sign_upbooleanno
allowed_domainsarray[string]no
allowed_organizationsarray[string]no
auto_loginbooleanno
namestringno
scopesarray[string]no
Last updated on