1 ##################### Grafana Configuration Example #####################
3 # Everything has defaults so you only need to uncomment things you want to
6 # possible values : production, development
9 # instance name, defaults to HOSTNAME environment variable value or hostname if HOSTNAME var is empty
10 ;instance_name = $
{HOSTNAME
}
12 #################################### Paths ####################################
14 # Path to where grafana can store temp files, sessions, and the sqlite3 db (if that is used)
15 ;data = /var
/lib
/grafana
17 # Temporary files in `data` directory older than given duration will be removed
18 ;temp_data_lifetime = 24h
20 # Directory where grafana can store logs
21 ;logs = /var
/log
/grafana
23 # Directory where grafana will automatically scan and look for plugins
24 ;plugins = /var
/lib
/grafana
/plugins
26 # folder that contains provisioning config files that grafana will apply on startup and while running.
27 ;provisioning = conf
/provisioning
29 #################################### Server ####################################
31 # Protocol (http, https, h2, socket)
34 # The ip address to bind to, empty will bind to all interfaces
37 # The http port to use
40 # The public facing domain name used to access grafana from a browser
43 # Redirect to correct domain if host header does not match domain
44 # Prevents DNS rebinding attacks
45 ;enforce_domain = false
47 # The full public facing url you use in browser, used for redirects and emails
48 # If you use reverse proxy and sub path specify full url (with sub path)
49 ;root_url = %(protocol
)s
://%(domain
)s
:%(http_port
)s
/
51 # Serve Grafana from subpath specified in `root_url` setting. By default it is set to `false` for compatibility reasons.
52 ;serve_from_sub_path = false
55 ;router_logging = false
57 # the path relative working path
58 ;static_root_path = public
63 # https certs & key file
73 # Sets the maximum time using a duration format (5s/5m/5ms) before timing out read of an incoming request and closing idle connections.
74 # `0` means there is no timeout for reading the request.
77 #################################### Database ####################################
79 # You can configure the database connection by specifying type, host, name, user and password
80 # as separate properties or as on string using the url properties.
82 # Either "mysql", "postgres" or "sqlite3", it's your choice
84 ;host = 127.0.0.1:3306
87 # If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
90 # Use either URL or the previous fields to configure the database
91 # Example: mysql://user:secret@host:port/database
94 # For "postgres" only, either "disable", "require" or "verify-full"
97 # Database drivers may support different transaction isolation levels.
98 # Currently, only "mysql" driver supports isolation levels.
99 # If the value is empty - driver's default isolation level is applied.
100 # For "mysql" use "READ-UNCOMMITTED", "READ-COMMITTED", "REPEATABLE-READ" or "SERIALIZABLE".
108 # For "sqlite3" only, path relative to data_path setting
111 # Max idle conn setting default is 2
114 # Max conn setting default is 0 (mean not set)
117 # Connection Max Lifetime default is 14400 (means 14400 seconds or 4 hours)
118 ;conn_max_lifetime = 14400
120 # Set to true to log the sql calls and execution times.
123 # For "sqlite3" only. cache mode setting used for connecting to the database. (private, shared)
124 ;cache_mode = private
126 # For "mysql" only if lockingMigration feature toggle is set. How many seconds to wait before failing to lock the database for the migrations, default is 0.
127 ;locking_attempt_timeout_sec = 0
129 ################################### Data sources #########################
131 # Upper limit of data sources that Grafana will return. This limit is a temporary configuration and it will be deprecated when pagination will be introduced on the list data sources API.
132 ;datasource_limit = 5000
134 #################################### Cache server #############################
136 # Either "redis", "memcached" or "database" default is "database"
139 # cache connectionstring options
140 # database: will use Grafana primary database.
141 # redis: config like redis server e.g. `addr=127.0.0.1:6379,pool_size=100,db=0,ssl=false`. Only addr is required. ssl may be 'true', 'false', or 'insecure'.
142 # memcache: 127.0.0.1:11211
145 #################################### Data proxy ###########################
148 # This enables data proxy logging, default is false
151 # How long the data proxy waits to read the headers of the response before timing out, default is 30 seconds.
152 # This setting also applies to core backend HTTP data sources where query requests use an HTTP client with timeout set.
155 # How long the data proxy waits to establish a TCP connection before timing out, default is 10 seconds.
158 # How many seconds the data proxy waits before sending a keepalive probe request.
159 ;keep_alive_seconds = 30
161 # How many seconds the data proxy waits for a successful TLS Handshake before timing out.
162 ;tls_handshake_timeout_seconds = 10
164 # How many seconds the data proxy will wait for a server's first response headers after
165 # fully writing the request headers if the request has an "Expect: 100-continue"
166 # header. A value of 0 will result in the body being sent immediately, without
167 # waiting for the server to approve.
168 ;expect_continue_timeout_seconds = 1
170 # Optionally limits the total number of connections per host, including connections in the dialing,
171 # active, and idle states. On limit violation, dials will block.
172 # A value of zero (0) means no limit.
173 ;max_conns_per_host = 0
175 # The maximum number of idle connections that Grafana will keep alive.
176 ;max_idle_connections = 100
178 # How many seconds the data proxy keeps an idle connection open before timing out.
179 ;idle_conn_timeout_seconds = 90
181 # If enabled and user is not anonymous, data proxy will add X-Grafana-User header with username into the request, default is false.
182 ;send_user_header = false
184 # Limit the amount of bytes that will be read/accepted from responses of outgoing HTTP requests.
187 # Limits the number of rows that Grafana will process from SQL data sources.
190 #################################### Analytics ####################################
192 # Server reporting, sends usage counters to stats.grafana.org every 24 hours.
193 # No ip addresses are being tracked, only simple counters to track
194 # running instances, dashboard and error counts. It is very helpful to us.
195 # Change this option to false to disable reporting.
196 ;reporting_enabled = true
198 # The name of the distributor of the Grafana instance. Ex hosted-grafana, grafana-labs
199 ;reporting_distributor = grafana
-labs
201 # Set to false to disable all checks to https://grafana.net
202 # for new versions (grafana itself and plugins), check is used
203 # in some UI views to notify that grafana or plugin update exists
204 # This option does not cause any auto updates, nor send any information
205 # only a GET request to http://grafana.com to get latest versions
206 ;check_for_updates = true
208 # Google Analytics universal tracking code, only enabled if you specify an id here
209 ;google_analytics_ua_id =
211 # Google Tag Manager ID, only enabled if you specify an id here
212 ;google_tag_manager_id =
214 # Rudderstack write key, enabled only if rudderstack_data_plane_url is also set
215 ;rudderstack_write_key =
217 # Rudderstack data plane url, enabled only if rudderstack_write_key is also set
218 ;rudderstack_data_plane_url =
220 # Rudderstack SDK url, optional, only valid if rudderstack_write_key and rudderstack_data_plane_url is also set
221 ;rudderstack_sdk_url =
223 # Rudderstack Config url, optional, used by Rudderstack SDK to fetch source config
224 ;rudderstack_config_url =
226 #################################### Security ####################################
228 # disable creation of admin user on first start of grafana
229 ;disable_initial_admin_creation = false
231 # default admin user, created on startup
234 # default admin password, can be changed before first start of grafana, or in profile settings
235 ;admin_password = admin
238 ;secret_key = SW2YcwTIb9zpOOhoPsMm
240 # current key provider used for envelope encryption, default to static value specified by secret_key
241 ;encryption_provider = secretKey.v1
243 # list of configured key providers, space separated (Enterprise only): e.g., awskms.v1 azurekv.v1
244 ;available_encryption_providers =
246 # disable gravatar profile images
247 ;disable_gravatar = false
249 # data source proxy whitelist (ip_or_domain:port separated by spaces)
250 ;data_source_proxy_whitelist =
252 # disable protection against brute force login attempts
253 ;disable_brute_force_login_protection = false
255 # set to true if you host Grafana behind HTTPS. default is false.
256 ;cookie_secure = false
258 # set cookie SameSite attribute. defaults to `lax`. can be set to "lax", "strict", "none" and "disabled"
259 ;cookie_samesite = lax
261 # set to true if you want to allow browsers to render Grafana in a <frame>, <iframe>, <embed> or <object>. default is false.
262 ;allow_embedding = false
264 # Set to true if you want to enable http strict transport security (HSTS) response header.
265 # HSTS tells browsers that the site should only be accessed using HTTPS.
266 ;strict_transport_security = false
268 # Sets how long a browser should cache HSTS. Only applied if strict_transport_security is enabled.
269 ;strict_transport_security_max_age_seconds = 86400
271 # Set to true if to enable HSTS preloading option. Only applied if strict_transport_security is enabled.
272 ;strict_transport_security_preload = false
274 # Set to true if to enable the HSTS includeSubDomains option. Only applied if strict_transport_security is enabled.
275 ;strict_transport_security_subdomains = false
277 # Set to true to enable the X-Content-Type-Options response header.
278 # The X-Content-Type-Options response HTTP header is a marker used by the server to indicate that the MIME types advertised
279 # in the Content-Type headers should not be changed and be followed.
280 ;x_content_type_options = true
282 # Set to true to enable the X-XSS-Protection header, which tells browsers to stop pages from loading
283 # when they detect reflected cross-site scripting (XSS) attacks.
284 ;x_xss_protection = true
286 # Enable adding the Content-Security-Policy header to your requests.
287 # CSP allows to control resources the user agent is allowed to load and helps prevent XSS attacks.
288 ;content_security_policy = false
290 # Set Content Security Policy template used when adding the Content-Security-Policy header to your requests.
291 # $NONCE in the template includes a random nonce.
292 # $ROOT_PATH is server.root_url without the protocol.
293 ;content_security_policy_template = """script-src 'self' 'unsafe-eval' 'unsafe-inline' 'strict-dynamic' $NONCE;object-src 'none';font-src 'self';style-src 'self' 'unsafe-inline' blob:;img-src * data:;base-uri 'self';connect-src 'self' grafana.com ws://$ROOT_PATH wss://$ROOT_PATH;manifest-src 'self';media-src 'none';form-action 'self';"""
295 #################################### Snapshots ###########################
297 # snapshot sharing options
298 ;external_enabled = true
299 ;external_snapshot_url = https
://snapshots.raintank.io
300 ;external_snapshot_name = Publish to snapshots.raintank.io
302 # Set to true to enable this Grafana instance act as an external snapshot server and allow unauthenticated requests for
303 # creating and deleting snapshots.
306 # remove expired snapshot
307 ;snapshot_remove_expired = true
309 #################################### Dashboards History ##################
311 # Number dashboard versions to keep (per dashboard). Default: 20, Minimum: 1
312 ;versions_to_keep = 20
314 # Minimum dashboard refresh interval. When set, this will restrict users to set the refresh interval of a dashboard lower than given interval. Per default this is 5 seconds.
315 # The interval string is a possibly signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s or 1m.
316 ;min_refresh_interval = 5s
318 # Path to the default home dashboard. If this value is empty, then Grafana uses StaticRootPath + "dashboards/home.json"
319 ;default_home_dashboard_path =
321 #################################### Users ###############################
323 # disable user signup / registration
324 ;allow_sign_up = true
326 # Allow non admin users to create organizations
327 ;allow_org_create = true
329 # Set to true to automatically assign new users to the default organization (id 1)
330 ;auto_assign_org = true
332 # Set this value to automatically add new users to the provided organization (if auto_assign_org above is set to true)
333 ;auto_assign_org_id = 1
335 # Default role new users will be automatically assigned (if disabled above is set to true)
336 ;auto_assign_org_role = Viewer
338 # Require email validation before sign up completes
339 ;verify_email_enabled = false
341 # Background text for the user field on the login page
342 ;login_hint = email or username
343 ;password_hint = password
345 # Default UI theme ("dark" or "light")
346 ;default_theme = dark
348 # Path to a custom home page. Users are only redirected to this if the default home dashboard is used. It should match a frontend route and contain a leading slash.
351 # External user management, these options affect the organization users view
352 ;external_manage_link_url =
353 ;external_manage_link_name =
354 ;external_manage_info =
356 # Viewers can edit/inspect dashboard settings in the browser. But not save the dashboard.
357 ;viewers_can_edit = false
359 # Editors can administrate dashboard, folders and teams they create
360 ;editors_can_admin = false
362 # The duration in time a user invitation remains valid before expiring. This setting should be expressed as a duration. Examples: 6h (hours), 2d (days), 1w (week). Default is 24h (24 hours). The minimum supported duration is 15m (15 minutes).
363 ;user_invite_max_lifetime_duration = 24h
365 # Enter a comma-separated list of users login to hide them in the Grafana UI. These users are shown to Grafana admins and themselves.
370 ;login_cookie_name = grafana_session
372 # The maximum lifetime (duration) an authenticated user can be inactive before being required to login at next visit. Default is 7 days (7d). This setting should be expressed as a duration, e.g. 5m (minutes), 6h (hours), 10d (days), 2w (weeks), 1M (month). The lifetime resets at each successful token rotation.
373 ;login_maximum_inactive_lifetime_duration =
375 # The maximum lifetime (duration) an authenticated user can be logged in since login time before being required to login. Default is 30 days (30d). This setting should be expressed as a duration, e.g. 5m (minutes), 6h (hours), 10d (days), 2w (weeks), 1M (month).
376 ;login_maximum_lifetime_duration =
378 # How often should auth tokens be rotated for authenticated users when being active. The default is each 10 minutes.
379 ;token_rotation_interval_minutes = 10
381 # Set to true to disable (hide) the login form, useful if you use OAuth, defaults to false
382 ;disable_login_form = false
384 # Set to true to disable the sign out link in the side menu. Useful if you use auth.proxy or auth.jwt, defaults to false
385 ;disable_signout_menu = false
387 # URL to redirect the user to after sign out
388 ;signout_redirect_url =
390 # Set to true to attempt login with OAuth automatically, skipping the login screen.
391 # This setting is ignored if multiple OAuth providers are configured.
392 ;oauth_auto_login = false
394 # OAuth state max age cookie duration in seconds. Defaults to 600 seconds.
395 ;oauth_state_cookie_max_age = 600
397 # Skip forced assignment of OrgID 1 or 'auto_assign_org_id' for social logins
398 ;oauth_skip_org_role_update_sync = false
400 # limit of api_key seconds to live before expiration
401 ;api_key_max_seconds_to_live = -1
403 # Set to true to enable SigV4 authentication option for HTTP-based datasources.
404 ;sigv4_auth_enabled = false
406 # Set to true to enable verbose logging of SigV4 request signing
407 ;sigv4_verbose_logging = false
409 #################################### Anonymous Auth ######################
411 # enable anonymous access
414 # specify organization name that should be used for unauthenticated users
415 ;org_name = Main Org.
417 # specify role for unauthenticated users
420 # mask the Grafana version number for unauthenticated users
421 ;hide_version = false
423 #################################### GitHub Auth ##########################
426 ;allow_sign_up = true
428 ;client_secret = some_secret
429 ;scopes = user
:email
,read
:org
430 ;auth_url = https
://github.com
/login
/oauth
/authorize
431 ;token_url = https
://github.com
/login
/oauth
/access_token
432 ;api_url = https
://api.github.com
/user
435 ;allowed_organizations =
437 #################################### GitLab Auth #########################
440 ;allow_sign_up = true
442 ;client_secret = some_secret
444 ;auth_url = https
://gitlab.com
/oauth
/authorize
445 ;token_url = https
://gitlab.com
/oauth
/token
446 ;api_url = https
://gitlab.com
/api
/v4
450 #################################### Google Auth ##########################
453 ;allow_sign_up = true
454 ;client_id = some_client_id
455 ;client_secret = some_client_secret
456 ;scopes = https
://www.googleapis.com
/auth
/userinfo.profile https
://www.googleapis.com
/auth
/userinfo.email
457 ;auth_url = https
://accounts.google.com
/o
/oauth2
/auth
458 ;token_url = https
://accounts.google.com
/o
/oauth2
/token
459 ;api_url = https
://www.googleapis.com
/oauth2
/v1
/userinfo
463 #################################### Grafana.com Auth ####################
466 ;allow_sign_up = true
468 ;client_secret = some_secret
470 ;allowed_organizations =
472 #################################### Azure AD OAuth #######################
476 ;allow_sign_up = true
477 ;client_id = some_client_id
478 ;client_secret = some_client_secret
479 ;scopes = openid email profile
480 ;auth_url = https
://login.microsoftonline.com
/<tenant
-id
>/oauth2
/v2.0
/authorize
481 ;token_url = https
://login.microsoftonline.com
/<tenant
-id
>/oauth2
/v2.0
/token
485 #################################### Okta OAuth #######################
489 ;allow_sign_up = true
491 ;client_secret = some_secret
492 ;scopes = openid profile email groups
493 ;auth_url = https
://<tenant
-id
>.okta.com
/oauth2
/v1
/authorize
494 ;token_url = https
://<tenant
-id
>.okta.com
/oauth2
/v1
/token
495 ;api_url = https
://<tenant
-id
>.okta.com
/oauth2
/v1
/userinfo
498 ;role_attribute_path =
499 ;role_attribute_strict = false
501 #################################### Generic OAuth ##########################
505 ;allow_sign_up = true
507 ;client_secret = some_secret
508 ;scopes = user
:email
,read
:org
509 ;empty_scopes = false
510 ;email_attribute_name = email
:primary
511 ;email_attribute_path =
512 ;login_attribute_path =
513 ;name_attribute_path =
514 ;id_token_attribute_name =
515 ;auth_url = https
://foo.bar
/login
/oauth
/authorize
516 ;token_url = https
://foo.bar
/login
/oauth
/access_token
517 ;api_url = https
://foo.bar
/user
521 ;allowed_organizations =
522 ;role_attribute_path =
523 ;role_attribute_strict = false
524 ;groups_attribute_path =
525 ;team_ids_attribute_path =
526 ;tls_skip_verify_insecure = false
532 #################################### Basic Auth ##########################
536 #################################### Auth Proxy ##########################
539 ;header_name = X
-WEBAUTH
-USER
540 ;header_property = username
543 ;whitelist = 192.168.1.1, 192.168.2.1
544 ;headers = Email
:X
-User
-Email
, Name
:X
-User
-Name
545 # Non-ASCII strings in header values are encoded using quoted-printable encoding
546 ;headers_encoded = false
547 # Read the auth proxy docs for details on what the setting below enables
548 ;enable_login_token = false
550 #################################### Auth JWT ##########################
553 ;header_name = X
-JWT
-Assertion
555 ;username_claim = sub
556 ;jwk_set_url = https
://foo.bar
/.well
-known
/jwks.json
557 ;jwk_set_file = /path
/to
/jwks.json
559 ;expected_claims = {"aud": ["foo", "bar"]}
560 ;key_file = /path
/to
/key
/file
561 ;auto_sign_up = false
563 #################################### Auth LDAP ##########################
566 ;config_file = /etc
/grafana
/ldap.toml
567 ;allow_sign_up = true
569 # LDAP background sync (Enterprise only)
571 ;sync_cron = "0 0 1 * * *"
572 ;active_sync_enabled = true
574 #################################### AWS ###########################
576 # Enter a comma-separated list of allowed AWS authentication providers.
577 # Options are: default (AWS SDK Default), keys (Access && secret key), credentials (Credentials field), ec2_iam_role (EC2 IAM Role)
578 ; allowed_auth_providers = default
,keys
,credentials
580 # Allow AWS users to assume a role using temporary security credentials.
581 # If true, assume role will be enabled for all AWS authentication providers that are specified in aws_auth_providers
582 ; assume_role_enabled = true
584 #################################### Azure ###############################
586 # Azure cloud environment where Grafana is hosted
587 # Possible values are AzureCloud, AzureChinaCloud, AzureUSGovernment and AzureGermanCloud
588 # Default value is AzureCloud (i.e. public cloud)
591 # Specifies whether Grafana hosted in Azure service with Managed Identity configured (e.g. Azure Virtual Machines instance)
592 # If enabled, the managed identity can be used for authentication of Grafana in Azure services
593 # Disabled by default, needs to be explicitly enabled
594 ;managed_identity_enabled = false
596 # Client ID to use for user-assigned managed identity
597 # Should be set for user-assigned identity and should be empty for system-assigned identity
598 ;managed_identity_client_id =
600 #################################### SMTP / Emailing ##########################
605 # If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
610 ;from_address = admin@grafana.localhost
612 # EHLO identity in SMTP dialog (defaults to instance_name)
613 ;ehlo_identity = dashboard.example.com
614 # SMTP startTLS policy (defaults to 'OpportunisticStartTLS')
615 ;startTLS_policy = NoStartTLS
618 ;welcome_email_on_sign_up = false
619 ;templates_pattern = emails
/*.html
, emails
/*.txt
620 ;content_types = text
/html
622 #################################### Logging ##########################
624 # Either "console", "file", "syslog". Default is console and file
625 # Use space to separate multiple modes, e.g. "console file"
628 # Either "debug", "info", "warn", "error", "critical", default is "info"
631 # optional settings to set different levels for specific loggers. Ex filters = sqlstore:debug
634 # For "console" mode only
638 # log line format, valid options are text, console and json
641 # For "file" mode only
645 # log line format, valid options are text, console and json
648 # This enables automated log rotate(switch of following options), default is true
651 # Max line number of single file, default is 1000000
654 # Max size shift of single file, default is 28 means 1 << 28, 256MB
657 # Segment log daily, default is true
660 # Expired days of log file(delete after max days), default is 7
666 # log line format, valid options are text, console and json
669 # Syslog network type and address. This can be udp, tcp, or unix. If left blank, the default unix endpoints will be used.
673 # Syslog facility. user, daemon and local0 through local7 are valid.
676 # Syslog tag. By default, the process' argv[0] is used.
680 # Should Sentry javascript agent be initialized
683 # Sentry DSN if you want to send events to Sentry.
686 # Custom HTTP endpoint to send events captured by the Sentry agent to. Default will log the events to stdout.
687 ;custom_endpoint = /log
689 # Rate of events to be reported between 0 (none) and 1 (all), float
692 # Requests per second limit enforced an extended period, for Grafana backend log ingestion endpoint (/log).
693 ;log_endpoint_requests_per_second_limit = 3
695 # Max requests accepted per short interval of time for Grafana backend log ingestion endpoint (/log).
696 ;log_endpoint_burst_limit = 15
698 #################################### Usage Quotas ########################
702 #### set quotas to -1 to make unlimited. ####
703 # limit number of users per Org.
706 # limit number of dashboards per Org.
707 ; org_dashboard = 100
709 # limit number of data_sources per Org.
710 ; org_data_source = 10
712 # limit number of api_keys per Org.
715 # limit number of alerts per Org.
716 ;org_alert_rule = 100
718 # limit number of orgs a user can create.
721 # Global limit of users.
724 # global limit of orgs.
727 # global limit of dashboards
728 ; global_dashboard = -1
730 # global limit of api_keys
731 ; global_api_key = -1
733 # global limit on number of logged in users.
734 ; global_session = -1
736 # global limit of alerts
737 ;global_alert_rule = -1
739 #################################### Unified Alerting ####################
741 #Enable the Unified Alerting sub-system and interface. When enabled we'll migrate all of your alert rules and notification channels to the new system. New alert rules will be created and your notification channels will be converted into an Alertmanager configuration. Previous data is preserved to enable backwards compatibility but new data is removed.```
744 # Comma-separated list of organization IDs for which to disable unified alerting. Only supported if unified alerting is enabled.
747 # Specify the frequency of polling for admin config changes.
748 # The interval string is a possibly signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s or 1m.
749 ;admin_config_poll_interval = 60s
751 # Specify the frequency of polling for Alertmanager config changes.
752 # The interval string is a possibly signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s or 1m.
753 ;alertmanager_config_poll_interval = 60s
755 # Listen address/hostname and port to receive unified alerting messages for other Grafana instances. The port is used for both TCP and UDP. It is assumed other Grafana instances are also running on the same port. The default value is `0.0.0.0:9094`.
756 ;ha_listen_address = "0.0.0.0:9094"
758 # Listen address/hostname and port to receive unified alerting messages for other Grafana instances. The port is used for both TCP and UDP. It is assumed other Grafana instances are also running on the same port. The default value is `0.0.0.0:9094`.
759 ;ha_advertise_address = ""
761 # Comma-separated list of initial instances (in a format of host:port) that will form the HA cluster. Configuring this setting will enable High Availability mode for alerting.
764 # Time to wait for an instance to send a notification via the Alertmanager. In HA, each Grafana instance will
765 # be assigned a position (e.g. 0, 1). We then multiply this position with the timeout to indicate how long should
766 # each instance wait before sending the notification to take into account replication lag.
767 # The interval string is a possibly signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s or 1m.
768 ;ha_peer_timeout = "15s"
770 # The interval between sending gossip messages. By lowering this value (more frequent) gossip messages are propagated
771 # across cluster more quickly at the expense of increased bandwidth usage.
772 # The interval string is a possibly signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s or 1m.
773 ;ha_gossip_interval = "200ms"
775 # The interval between gossip full state syncs. Setting this interval lower (more frequent) will increase convergence speeds
776 # across larger clusters at the expense of increased bandwidth usage.
777 # The interval string is a possibly signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s or 1m.
778 ;ha_push_pull_interval = "60s"
780 # Enable or disable alerting rule execution. The alerting UI remains visible. This option has a legacy version in the `[alerting]` section that takes precedence.
781 ;execute_alerts = true
783 # Alert evaluation timeout when fetching data from the datasource. This option has a legacy version in the `[alerting]` section that takes precedence.
784 # The timeout string is a possibly signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s or 1m.
785 ;evaluation_timeout = 30s
787 # Number of times we'll attempt to evaluate an alert rule before giving up on that evaluation. This option has a legacy version in the `[alerting]` section that takes precedence.
790 # Minimum interval to enforce between rule evaluations. Rules will be adjusted if they are less than this value or if they are not multiple of the scheduler interval (10s). Higher values can help with resource management as we'll schedule fewer evaluations over time. This option has a legacy version in the `[alerting]` section that takes precedence.
791 # The interval string is a possibly signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s or 1m.
794 #################################### Alerting ############################
796 # Disable legacy alerting engine & UI features
799 # Makes it possible to turn off alert execution but alerting UI is visible
800 ;execute_alerts = true
802 # Default setting for new alert rules. Defaults to categorize error and timeouts as alerting. (alerting, keep_state)
803 ;error_or_timeout = alerting
805 # Default setting for how Grafana handles nodata or null values in alerting. (alerting, no_data, keep_state, ok)
806 ;nodata_or_nullvalues = no_data
808 # Alert notifications can include images, but rendering many images at the same time can overload the server
809 # This limit will protect the server from render overloading and make sure notifications are sent out quickly
810 ;concurrent_render_limit = 5
812 # Default setting for alert calculation timeout. Default value is 30
813 ;evaluation_timeout_seconds = 30
815 # Default setting for alert notification timeout. Default value is 30
816 ;notification_timeout_seconds = 30
818 # Default setting for max attempts to sending alert notifications. Default value is 3
821 # Makes it possible to enforce a minimal interval between evaluations, to reduce load on the backend
822 ;min_interval_seconds = 1
824 # Configures for how long alert annotations are stored. Default is 0, which keeps them forever.
825 # This setting should be expressed as a duration. Examples: 6h (hours), 10d (days), 2w (weeks), 1M (month).
826 ;max_annotation_age =
828 # Configures max number of alert annotations that Grafana stores. Default value is 0, which keeps all alert annotations.
829 ;max_annotations_to_keep =
831 #################################### Annotations #########################
833 # Configures the batch size for the annotation clean-up job. This setting is used for dashboard, API, and alert annotations.
834 ;cleanupjob_batchsize = 100
836 [annotations.dashboard]
837 # Dashboard annotations means that annotations are associated with the dashboard they are created on.
839 # Configures how long dashboard annotations are stored. Default is 0, which keeps them forever.
840 # This setting should be expressed as a duration. Examples: 6h (hours), 10d (days), 2w (weeks), 1M (month).
843 # Configures max number of dashboard annotations that Grafana stores. Default value is 0, which keeps all dashboard annotations.
844 ;max_annotations_to_keep =
847 # API annotations means that the annotations have been created using the API without any
848 # association with a dashboard.
850 # Configures how long Grafana stores API annotations. Default is 0, which keeps them forever.
851 # This setting should be expressed as a duration. Examples: 6h (hours), 10d (days), 2w (weeks), 1M (month).
854 # Configures max number of API annotations that Grafana keeps. Default value is 0, which keeps all API annotations.
855 ;max_annotations_to_keep =
857 #################################### Explore #############################
859 # Enable the Explore section
862 #################################### Query History #############################
864 # Enable the Query history
867 #################################### Internal Grafana Metrics ##########################
868 # Metrics available at HTTP URL /metrics and /metrics/plugins/:pluginId
870 # Disable / Enable internal metrics
872 # Graphite Publish interval
873 ;interval_seconds = 10
874 # Disable total stats (stat_totals_*) metrics to be generated
875 ;disable_total_stats = false
877 #If both are set, basic auth will be required for the metrics endpoints.
878 ; basic_auth_username =
879 ; basic_auth_password =
881 # Metrics environment info adds dimensions to the `grafana_environment_info` metric, which
882 # can expose more information about the Grafana instance.
883 [metrics.environment_info]
884 #exampleLabel1 = exampleValue1
885 #exampleLabel2 = exampleValue2
887 # Send internal metrics to Graphite
889 # Enable by setting the address setting (ex localhost:2003)
891 ;prefix = prod.grafana.
%(instance_name
)s.
893 #################################### Grafana.com integration ##########################
894 # Url used to import dashboards directly from Grafana.com
896 ;url = https
://grafana.com
898 #################################### Distributed tracing ############
900 # Enable by setting the address sending traces to jaeger (ex localhost:6831)
901 ;address = localhost
:6831
902 # Tag that will always be included in when creating new spans. ex (tag1:value1,tag2:value2)
903 ;always_included_tag = tag1
:value1
904 # Type specifies the type of the sampler: const, probabilistic, rateLimiting, or remote
905 ;sampler_type = const
906 # jaeger samplerconfig param
907 # for "const" sampler, 0 or 1 for always false/true respectively
908 # for "probabilistic" sampler, a probability between 0 and 1
909 # for "rateLimiting" sampler, the number of spans per second
910 # for "remote" sampler, param is the same as for "probabilistic"
911 # and indicates the initial sampling rate before the actual one
912 # is received from the mothership
914 # sampling_server_url is the URL of a sampling manager providing a sampling strategy.
915 ;sampling_server_url =
916 # Whether or not to use Zipkin propagation (x-b3- HTTP headers).
917 ;zipkin_propagation = false
918 # Setting this to true disables shared RPC spans.
919 # Not disabling is the most common setting when using Zipkin elsewhere in your infrastructure.
920 ;disable_shared_zipkin_spans = false
922 [tracing.opentelemetry.jaeger]
923 # jaeger destination (ex http://localhost:14268/api/traces)
924 ; address = http
://localhost
:14268/api
/traces
926 #################################### External image storage ##########################
927 [external_image_storage]
928 # Used for uploading images to public servers so they can be included in slack/email messages.
929 # you can choose between (s3, webdav, gcs, azure_blob, local)
932 [external_image_storage.s3]
941 [external_image_storage.webdav]
947 [external_image_storage.gcs]
952 [external_image_storage.azure_blob]
957 [external_image_storage.local]
958 # does not require any configuration
961 # Options to configure a remote HTTP image rendering service, e.g. using https://github.com/grafana/grafana-image-renderer.
962 # URL to a remote HTTP image renderer service, e.g. http://localhost:8081/render, will enable Grafana to render panels and dashboards to PNG-images using HTTP requests to an external service.
964 # If the remote HTTP image renderer service runs on a different server than the Grafana server you may have to configure this to a URL where Grafana is reachable, e.g. http://grafana.domain/.
966 # Concurrent render request limit affects when the /render HTTP endpoint is used. Rendering many images at the same time can overload the server,
967 # which this setting can help protect against by only allowing a certain amount of concurrent requests.
968 ;concurrent_render_request_limit = 30
971 # If set to true Grafana will allow script tags in text panels. Not recommended as it enable XSS vulnerabilities.
972 ;disable_sanitize_html = false
975 ;enable_alpha = false
976 ;app_tls_skip_verify_insecure = false
977 # Enter a comma-separated list of plugin identifiers to identify plugins to load even if they are unsigned. Plugins with modified signatures are never loaded.
978 ;allow_loading_unsigned_plugins =
979 # Enable or disable installing / uninstalling / updating plugins directly from within Grafana.
980 ;plugin_admin_enabled = false
981 ;plugin_admin_external_manage_enabled = false
982 ;plugin_catalog_url = https
://grafana.com
/grafana
/plugins
/
983 # Enter a comma-separated list of plugin identifiers to hide in the plugin catalog.
984 ;plugin_catalog_hidden_plugins =
986 #################################### Grafana Live ##########################################
988 # max_connections to Grafana Live WebSocket endpoint per Grafana server instance. See Grafana Live docs
989 # if you are planning to make it higher than default 100 since this can require some OS and infrastructure
990 # tuning. 0 disables Live, -1 means unlimited connections.
991 ;max_connections = 100
993 # allowed_origins is a comma-separated list of origins that can establish connection with Grafana Live.
994 # If not set then origin will be matched over root_url. Supports wildcard symbol "*".
997 # engine defines an HA (high availability) engine to use for Grafana Live. By default no engine used - in
998 # this case Live features work only on a single Grafana server. Available options: "redis".
999 # Setting ha_engine is an EXPERIMENTAL feature.
1002 # ha_engine_address sets a connection address for Live HA engine. Depending on engine type address format can differ.
1003 # For now we only support Redis connection address in "host:port" format.
1004 # This option is EXPERIMENTAL.
1005 ;ha_engine_address = "127.0.0.1:6379"
1007 #################################### Grafana Image Renderer Plugin ##########################
1008 [plugin.grafana-image-renderer]
1009 # Instruct headless browser instance to use a default timezone when not provided by Grafana, e.g. when rendering panel image of alert.
1010 # See ICU’s metaZones.txt (https://cs.chromium.org/chromium/src/third_party/icu/source/data/misc/metaZones.txt) for a list of supported
1011 # timezone IDs. Fallbacks to TZ environment variable if not set.
1012 ;rendering_timezone =
1014 # Instruct headless browser instance to use a default language when not provided by Grafana, e.g. when rendering panel image of alert.
1015 # Please refer to the HTTP header Accept-Language to understand how to format this value, e.g. 'fr-CH, fr;q=0.9, en;q=0.8, de;q=0.7, *;q=0.5'.
1016 ;rendering_language =
1018 # Instruct headless browser instance to use a default device scale factor when not provided by Grafana, e.g. when rendering panel image of alert.
1019 # Default is 1. Using a higher value will produce more detailed images (higher DPI), but will require more disk space to store an image.
1020 ;rendering_viewport_device_scale_factor =
1022 # Instruct headless browser instance whether to ignore HTTPS errors during navigation. Per default HTTPS errors are not ignored. Due to
1023 # the security risk it's not recommended to ignore HTTPS errors.
1024 ;rendering_ignore_https_errors =
1026 # Instruct headless browser instance whether to capture and log verbose information when rendering an image. Default is false and will
1027 # only capture and log error messages. When enabled, debug messages are captured and logged as well.
1028 # For the verbose information to be included in the Grafana server log you have to adjust the rendering log level to debug, configure
1029 # [log].filter = rendering:debug.
1030 ;rendering_verbose_logging =
1032 # Instruct headless browser instance whether to output its debug and error messages into running process of remote rendering service.
1033 # Default is false. This can be useful to enable (true) when troubleshooting.
1036 # Additional arguments to pass to the headless browser instance. Default is --no-sandbox. The list of Chromium flags can be found
1037 # here (https://peter.sh/experiments/chromium-command-line-switches/). Multiple arguments is separated with comma-character.
1040 # You can configure the plugin to use a different browser binary instead of the pre-packaged version of Chromium.
1041 # Please note that this is not recommended, since you may encounter problems if the installed version of Chrome/Chromium is not
1042 # compatible with the plugin.
1043 ;rendering_chrome_bin =
1045 # Instruct how headless browser instances are created. Default is 'default' and will create a new browser instance on each request.
1046 # Mode 'clustered' will make sure that only a maximum of browsers/incognito pages can execute concurrently.
1047 # Mode 'reusable' will have one browser instance and will create a new incognito page on each request.
1050 # When rendering_mode = clustered, you can instruct how many browsers or incognito pages can execute concurrently. Default is 'browser'
1051 # and will cluster using browser instances.
1052 # Mode 'context' will cluster using incognito pages.
1053 ;rendering_clustering_mode =
1054 # When rendering_mode = clustered, you can define the maximum number of browser instances/incognito pages that can execute concurrently. Default is '5'.
1055 ;rendering_clustering_max_concurrency =
1056 # When rendering_mode = clustered, you can specify the duration a rendering request can take before it will time out. Default is `30` seconds.
1057 ;rendering_clustering_timeout =
1059 # Limit the maximum viewport width, height and device scale factor that can be requested.
1060 ;rendering_viewport_max_width =
1061 ;rendering_viewport_max_height =
1062 ;rendering_viewport_max_device_scale_factor =
1064 # Change the listening host and port of the gRPC server. Default host is 127.0.0.1 and default port is 0 and will automatically assign
1065 # a port not in use.
1070 # Path to a valid Grafana Enterprise license.jwt file
1074 # there are currently two ways to enable feature toggles in the `grafana.ini`.
1075 # you can either pass an array of feature you want to enable to the `enable` field or
1076 # configure each toggle by setting the name of the toggle to true/false. Toggles set to true/false
1077 # will take presidence over toggles in the `enable` list.
1079 ;enable = feature1
,feature2
1085 # For information on what formatting patterns that are supported https://momentjs.com/docs/#/displaying/
1087 # Default system date format used in time range picker and other places where full time is displayed
1088 ;full_date = YYYY
-MM
-DD HH
:mm
:ss
1090 # Used by graph and other places where we only show small intervals
1091 ;interval_second = HH
:mm
:ss
1092 ;interval_minute = HH
:mm
1093 ;interval_hour = MM
/DD HH
:mm
1094 ;interval_day = MM
/DD
1095 ;interval_month = YYYY
-MM
1096 ;interval_year = YYYY
1098 # Experimental feature
1099 ;use_browser_locale = false
1101 # Default timezone for user preferences. Options are 'browser' for the browser local timezone or a timezone name from IANA Time Zone database, e.g. 'UTC' or 'Europe/Amsterdam' etc.
1102 ;default_timezone = browser
1105 # Enable or disable the expressions functionality.
1109 # Set the JSON configuration for the default basemap
1110 ;default_baselayer_config = `
{
1113 ; "attribution": "Open street map",
1114 ; "url": "https://tile.openstreetmap.org/{z}/{x}/{y}.png"
1118 # Enable or disable loading other base map layers
1119 ;enable_custom_baselayers = true