Quick Start
Specific Options for Grafana
You can find all the specific options for Managed Grafana by using the CLI help:
$ exo dbaas create --help-grafana
--grafana-fork-from name of a Database Service to fork from
--grafana-ip-filter allow incoming connections from CIDR address block
--grafana-settings grafana configuration settings (JSON format)
Specific Options when Creating or Updating a Grafana service
You can find all the specific options for Grafana by using the CLI help:
$ exo dbaas type show grafana --settings grafana
┼──────────────────────────────────┼─────────┼───────────────────────────────────────────────────┼
│ KEY │ TYPE │ DESCRIPTION │
┼──────────────────────────────────┼─────────┼───────────────────────────────────────────────────┼
│ dashboard_previews_enabled │ 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. │
│ │ │ * Example: false │
│ alerting_enabled │ boolean │ │
│ smtp_server │ object │ │
│ allow_embedding │ boolean │ │
│ cookie_samesite │ string │ │
│ auth_gitlab │ object │ │
│ alerting_max_annotations_to_keep │ integer │ │
│ dataproxy_send_user_header │ boolean │ │
│ google_analytics_ua_id │ string │ │
│ alerting_nodata_or_nullvalues │ string │ │
│ metrics_enabled │ boolean │ │
│ auth_github │ object │ │
│ dataproxy_timeout │ integer │ │
│ viewers_can_edit │ boolean │ │
│ alerting_error_or_timeout │ string │ │
│ privatelink_access │ object │ │
│ auth_basic_enabled │ boolean │ │
│ date_formats │ object │ │
│ user_auto_assign_org_role │ string │ │
│ auth_generic_oauth │ object │ │
│ recovery_basebackup_name │ string │ │
│ auth_azuread │ object │ │
│ user_auto_assign_org │ boolean │ │
│ dashboards_versions_to_keep │ integer │ │
│ editors_can_admin │ boolean │ │
│ auth_google │ object │ │
│ disable_gravatar │ boolean │ │
│ dashboards_min_refresh_interval │ string │ Signed sequence of decimal numbers, followed by a │
│ │ │ unit suffix (ms, s, m, h, d), e.g. 30s, 1h │
│ │ │ * Example: 5s │
┼──────────────────────────────────┼─────────┼───────────────────────────────────────────────────┼