Skip to content

Latest commit

 

History

History
83 lines (59 loc) · 3.45 KB

JsonSchemaGrafana.md

File metadata and controls

83 lines (59 loc) · 3.45 KB

JsonSchemaGrafana

Properties

Name Type Description Notes
allowEmbedding Boolean [optional]
cookieSamesite CookieSamesiteEnum [optional]
dashboardPreviewsEnabled Boolean 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. [optional]
metricsEnabled Boolean [optional]
authAzuread AzureADOAuthIntegration [optional]
alertingEnabled Boolean [optional]
wal Boolean Setting to enable/disable Write-Ahead Logging. The default value is false (disabled). [optional]
unifiedAlertingEnabled Boolean [optional]
authGithub GithubAuthIntegration [optional]
userAutoAssignOrg Boolean [optional]
dataproxySendUserHeader Boolean [optional]
googleAnalyticsUaId String [optional]
dashboardsVersionsToKeep Integer [optional]
editorsCanAdmin Boolean [optional]
smtpServer SMTPServerSettings [optional]
authGitlab GitLabAuthIntegration [optional]
alertingNodataOrNullvalues AlertingNodataOrNullvaluesEnum [optional]
authBasicEnabled Boolean [optional]
dateFormats GrafanaDateFormatSpecifications [optional]
serviceLog Boolean Store logs for the service so that they are available in the HTTP API and console. [optional]
disableGravatar Boolean [optional]
userAutoAssignOrgRole UserAutoAssignOrgRoleEnum [optional]
dataproxyTimeout Integer [optional]
viewersCanEdit Boolean [optional]
dashboardsMinRefreshInterval String Signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s, 1h [optional]
authGoogle GoogleAuthIntegration [optional]
oauthAllowInsecureEmailLookup Boolean [optional]
alertingMaxAnnotationsToKeep Integer [optional]
authGenericOauth GenericOAuthIntegration [optional]
customDomain String Serve the web frontend using a custom CNAME pointing to the Aiven DNS name [optional]
alertingErrorOrTimeout AlertingErrorOrTimeoutEnum [optional]

Enum: CookieSamesiteEnum

Name Value
LAX "lax"
STRICT "strict"
NONE "none"

Enum: AlertingNodataOrNullvaluesEnum

Name Value
ALERTING "alerting"
NO_DATA "no_data"
KEEP_STATE "keep_state"
OK "ok"

Enum: UserAutoAssignOrgRoleEnum

Name Value
VIEWER "Viewer"
ADMIN "Admin"
EDITOR "Editor"

Enum: AlertingErrorOrTimeoutEnum

Name Value
ALERTING "alerting"
KEEP_STATE "keep_state"