]> git.rmz.io Git - dotfiles.git/blob - podman/monitoring/grafana.ini
bin/addnzb: show curl errors
[dotfiles.git] / podman / monitoring / grafana.ini
1 ##################### Grafana Configuration Example #####################
2 #
3 # Everything has defaults so you only need to uncomment things you want to
4 # change
5
6 # possible values : production, development
7 ;app_mode = production
8
9 # instance name, defaults to HOSTNAME environment variable value or hostname if HOSTNAME var is empty
10 ;instance_name = ${HOSTNAME}
11
12 #################################### Paths ####################################
13 [paths]
14 # Path to where grafana can store temp files, sessions, and the sqlite3 db (if that is used)
15 ;data = /var/lib/grafana
16
17 # Temporary files in `data` directory older than given duration will be removed
18 ;temp_data_lifetime = 24h
19
20 # Directory where grafana can store logs
21 ;logs = /var/log/grafana
22
23 # Directory where grafana will automatically scan and look for plugins
24 ;plugins = /var/lib/grafana/plugins
25
26 # folder that contains provisioning config files that grafana will apply on startup and while running.
27 ;provisioning = conf/provisioning
28
29 #################################### Server ####################################
30 [server]
31 # Protocol (http, https, h2, socket)
32 ;protocol = http
33
34 # The ip address to bind to, empty will bind to all interfaces
35 ;http_addr =
36
37 # The http port to use
38 ;http_port = 3000
39
40 # The public facing domain name used to access grafana from a browser
41 ;domain = localhost
42
43 # Redirect to correct domain if host header does not match domain
44 # Prevents DNS rebinding attacks
45 ;enforce_domain = false
46
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/
50
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
53
54 # Log web requests
55 ;router_logging = false
56
57 # the path relative working path
58 ;static_root_path = public
59
60 # enable gzip
61 ;enable_gzip = false
62
63 # https certs & key file
64 ;cert_file =
65 ;cert_key =
66
67 # Unix socket path
68 ;socket =
69
70 # CDN Url
71 ;cdn_url =
72
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.
75 ;read_timeout = 0
76
77 #################################### Database ####################################
78 [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.
81
82 # Either "mysql", "postgres" or "sqlite3", it's your choice
83 ;type = sqlite3
84 ;host = 127.0.0.1:3306
85 ;name = grafana
86 ;user = root
87 # If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
88 ;password =
89
90 # Use either URL or the previous fields to configure the database
91 # Example: mysql://user:secret@host:port/database
92 ;url =
93
94 # For "postgres" only, either "disable", "require" or "verify-full"
95 ;ssl_mode = disable
96
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".
101 ;isolation_level =
102
103 ;ca_cert_path =
104 ;client_key_path =
105 ;client_cert_path =
106 ;server_cert_name =
107
108 # For "sqlite3" only, path relative to data_path setting
109 ;path = grafana.db
110
111 # Max idle conn setting default is 2
112 ;max_idle_conn = 2
113
114 # Max conn setting default is 0 (mean not set)
115 ;max_open_conn =
116
117 # Connection Max Lifetime default is 14400 (means 14400 seconds or 4 hours)
118 ;conn_max_lifetime = 14400
119
120 # Set to true to log the sql calls and execution times.
121 ;log_queries =
122
123 # For "sqlite3" only. cache mode setting used for connecting to the database. (private, shared)
124 ;cache_mode = private
125
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
128
129 ################################### Data sources #########################
130 [datasources]
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
133
134 #################################### Cache server #############################
135 [remote_cache]
136 # Either "redis", "memcached" or "database" default is "database"
137 ;type = database
138
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
143 ;connstr =
144
145 #################################### Data proxy ###########################
146 [dataproxy]
147
148 # This enables data proxy logging, default is false
149 ;logging = false
150
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.
153 ;timeout = 30
154
155 # How long the data proxy waits to establish a TCP connection before timing out, default is 10 seconds.
156 ;dialTimeout = 10
157
158 # How many seconds the data proxy waits before sending a keepalive probe request.
159 ;keep_alive_seconds = 30
160
161 # How many seconds the data proxy waits for a successful TLS Handshake before timing out.
162 ;tls_handshake_timeout_seconds = 10
163
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
169
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
174
175 # The maximum number of idle connections that Grafana will keep alive.
176 ;max_idle_connections = 100
177
178 # How many seconds the data proxy keeps an idle connection open before timing out.
179 ;idle_conn_timeout_seconds = 90
180
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
183
184 # Limit the amount of bytes that will be read/accepted from responses of outgoing HTTP requests.
185 ;response_limit = 0
186
187 # Limits the number of rows that Grafana will process from SQL data sources.
188 ;row_limit = 1000000
189
190 #################################### Analytics ####################################
191 [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
197
198 # The name of the distributor of the Grafana instance. Ex hosted-grafana, grafana-labs
199 ;reporting_distributor = grafana-labs
200
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
207
208 # Google Analytics universal tracking code, only enabled if you specify an id here
209 ;google_analytics_ua_id =
210
211 # Google Tag Manager ID, only enabled if you specify an id here
212 ;google_tag_manager_id =
213
214 # Rudderstack write key, enabled only if rudderstack_data_plane_url is also set
215 ;rudderstack_write_key =
216
217 # Rudderstack data plane url, enabled only if rudderstack_write_key is also set
218 ;rudderstack_data_plane_url =
219
220 # Rudderstack SDK url, optional, only valid if rudderstack_write_key and rudderstack_data_plane_url is also set
221 ;rudderstack_sdk_url =
222
223 # Rudderstack Config url, optional, used by Rudderstack SDK to fetch source config
224 ;rudderstack_config_url =
225
226 #################################### Security ####################################
227 [security]
228 # disable creation of admin user on first start of grafana
229 ;disable_initial_admin_creation = false
230
231 # default admin user, created on startup
232 ;admin_user = admin
233
234 # default admin password, can be changed before first start of grafana, or in profile settings
235 ;admin_password = admin
236
237 # used for signing
238 ;secret_key = SW2YcwTIb9zpOOhoPsMm
239
240 # current key provider used for envelope encryption, default to static value specified by secret_key
241 ;encryption_provider = secretKey.v1
242
243 # list of configured key providers, space separated (Enterprise only): e.g., awskms.v1 azurekv.v1
244 ;available_encryption_providers =
245
246 # disable gravatar profile images
247 ;disable_gravatar = false
248
249 # data source proxy whitelist (ip_or_domain:port separated by spaces)
250 ;data_source_proxy_whitelist =
251
252 # disable protection against brute force login attempts
253 ;disable_brute_force_login_protection = false
254
255 # set to true if you host Grafana behind HTTPS. default is false.
256 ;cookie_secure = false
257
258 # set cookie SameSite attribute. defaults to `lax`. can be set to "lax", "strict", "none" and "disabled"
259 ;cookie_samesite = lax
260
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
263
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
267
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
270
271 # Set to true if to enable HSTS preloading option. Only applied if strict_transport_security is enabled.
272 ;strict_transport_security_preload = false
273
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
276
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
281
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
285
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
289
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';"""
294
295 #################################### Snapshots ###########################
296 [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
301
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.
304 ;public_mode = false
305
306 # remove expired snapshot
307 ;snapshot_remove_expired = true
308
309 #################################### Dashboards History ##################
310 [dashboards]
311 # Number dashboard versions to keep (per dashboard). Default: 20, Minimum: 1
312 ;versions_to_keep = 20
313
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
317
318 # Path to the default home dashboard. If this value is empty, then Grafana uses StaticRootPath + "dashboards/home.json"
319 ;default_home_dashboard_path =
320
321 #################################### Users ###############################
322 [users]
323 # disable user signup / registration
324 ;allow_sign_up = true
325
326 # Allow non admin users to create organizations
327 ;allow_org_create = true
328
329 # Set to true to automatically assign new users to the default organization (id 1)
330 ;auto_assign_org = true
331
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
334
335 # Default role new users will be automatically assigned (if disabled above is set to true)
336 ;auto_assign_org_role = Viewer
337
338 # Require email validation before sign up completes
339 ;verify_email_enabled = false
340
341 # Background text for the user field on the login page
342 ;login_hint = email or username
343 ;password_hint = password
344
345 # Default UI theme ("dark" or "light")
346 ;default_theme = dark
347
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.
349 ; home_page =
350
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 =
355
356 # Viewers can edit/inspect dashboard settings in the browser. But not save the dashboard.
357 ;viewers_can_edit = false
358
359 # Editors can administrate dashboard, folders and teams they create
360 ;editors_can_admin = false
361
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
364
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.
366 ; hidden_users =
367
368 [auth]
369 # Login cookie name
370 ;login_cookie_name = grafana_session
371
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 =
374
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 =
377
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
380
381 # Set to true to disable (hide) the login form, useful if you use OAuth, defaults to false
382 ;disable_login_form = false
383
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
386
387 # URL to redirect the user to after sign out
388 ;signout_redirect_url =
389
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
393
394 # OAuth state max age cookie duration in seconds. Defaults to 600 seconds.
395 ;oauth_state_cookie_max_age = 600
396
397 # Skip forced assignment of OrgID 1 or 'auto_assign_org_id' for social logins
398 ;oauth_skip_org_role_update_sync = false
399
400 # limit of api_key seconds to live before expiration
401 ;api_key_max_seconds_to_live = -1
402
403 # Set to true to enable SigV4 authentication option for HTTP-based datasources.
404 ;sigv4_auth_enabled = false
405
406 # Set to true to enable verbose logging of SigV4 request signing
407 ;sigv4_verbose_logging = false
408
409 #################################### Anonymous Auth ######################
410 [auth.anonymous]
411 # enable anonymous access
412 ;enabled = false
413
414 # specify organization name that should be used for unauthenticated users
415 ;org_name = Main Org.
416
417 # specify role for unauthenticated users
418 ;org_role = Viewer
419
420 # mask the Grafana version number for unauthenticated users
421 ;hide_version = false
422
423 #################################### GitHub Auth ##########################
424 [auth.github]
425 ;enabled = false
426 ;allow_sign_up = true
427 ;client_id = some_id
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
433 ;allowed_domains =
434 ;team_ids =
435 ;allowed_organizations =
436
437 #################################### GitLab Auth #########################
438 [auth.gitlab]
439 ;enabled = false
440 ;allow_sign_up = true
441 ;client_id = some_id
442 ;client_secret = some_secret
443 ;scopes = api
444 ;auth_url = https://gitlab.com/oauth/authorize
445 ;token_url = https://gitlab.com/oauth/token
446 ;api_url = https://gitlab.com/api/v4
447 ;allowed_domains =
448 ;allowed_groups =
449
450 #################################### Google Auth ##########################
451 [auth.google]
452 ;enabled = false
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
460 ;allowed_domains =
461 ;hosted_domain =
462
463 #################################### Grafana.com Auth ####################
464 [auth.grafana_com]
465 ;enabled = false
466 ;allow_sign_up = true
467 ;client_id = some_id
468 ;client_secret = some_secret
469 ;scopes = user:email
470 ;allowed_organizations =
471
472 #################################### Azure AD OAuth #######################
473 [auth.azuread]
474 ;name = Azure AD
475 ;enabled = false
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
482 ;allowed_domains =
483 ;allowed_groups =
484
485 #################################### Okta OAuth #######################
486 [auth.okta]
487 ;name = Okta
488 ;enabled = false
489 ;allow_sign_up = true
490 ;client_id = some_id
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
496 ;allowed_domains =
497 ;allowed_groups =
498 ;role_attribute_path =
499 ;role_attribute_strict = false
500
501 #################################### Generic OAuth ##########################
502 [auth.generic_oauth]
503 ;enabled = false
504 ;name = OAuth
505 ;allow_sign_up = true
506 ;client_id = some_id
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
518 ;teams_url =
519 ;allowed_domains =
520 ;team_ids =
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
527 ;tls_client_cert =
528 ;tls_client_key =
529 ;tls_client_ca =
530 ;use_pkce = false
531
532 #################################### Basic Auth ##########################
533 [auth.basic]
534 ;enabled = true
535
536 #################################### Auth Proxy ##########################
537 [auth.proxy]
538 ;enabled = false
539 ;header_name = X-WEBAUTH-USER
540 ;header_property = username
541 ;auto_sign_up = true
542 ;sync_ttl = 60
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
549
550 #################################### Auth JWT ##########################
551 [auth.jwt]
552 ;enabled = true
553 ;header_name = X-JWT-Assertion
554 ;email_claim = sub
555 ;username_claim = sub
556 ;jwk_set_url = https://foo.bar/.well-known/jwks.json
557 ;jwk_set_file = /path/to/jwks.json
558 ;cache_ttl = 60m
559 ;expected_claims = {"aud": ["foo", "bar"]}
560 ;key_file = /path/to/key/file
561 ;auto_sign_up = false
562
563 #################################### Auth LDAP ##########################
564 [auth.ldap]
565 ;enabled = false
566 ;config_file = /etc/grafana/ldap.toml
567 ;allow_sign_up = true
568
569 # LDAP background sync (Enterprise only)
570 # At 1 am every day
571 ;sync_cron = "0 0 1 * * *"
572 ;active_sync_enabled = true
573
574 #################################### AWS ###########################
575 [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
579
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
583
584 #################################### Azure ###############################
585 [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)
589 ;cloud = AzureCloud
590
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
595
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 =
599
600 #################################### SMTP / Emailing ##########################
601 [smtp]
602 ;enabled = false
603 ;host = localhost:25
604 ;user =
605 # If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
606 ;password =
607 ;cert_file =
608 ;key_file =
609 ;skip_verify = false
610 ;from_address = admin@grafana.localhost
611 ;from_name = Grafana
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
616
617 [emails]
618 ;welcome_email_on_sign_up = false
619 ;templates_pattern = emails/*.html, emails/*.txt
620 ;content_types = text/html
621
622 #################################### Logging ##########################
623 [log]
624 # Either "console", "file", "syslog". Default is console and file
625 # Use space to separate multiple modes, e.g. "console file"
626 ;mode = console file
627
628 # Either "debug", "info", "warn", "error", "critical", default is "info"
629 ;level = info
630
631 # optional settings to set different levels for specific loggers. Ex filters = sqlstore:debug
632 ;filters =
633
634 # For "console" mode only
635 [log.console]
636 ;level =
637
638 # log line format, valid options are text, console and json
639 ;format = console
640
641 # For "file" mode only
642 [log.file]
643 ;level =
644
645 # log line format, valid options are text, console and json
646 ;format = text
647
648 # This enables automated log rotate(switch of following options), default is true
649 ;log_rotate = true
650
651 # Max line number of single file, default is 1000000
652 ;max_lines = 1000000
653
654 # Max size shift of single file, default is 28 means 1 << 28, 256MB
655 ;max_size_shift = 28
656
657 # Segment log daily, default is true
658 ;daily_rotate = true
659
660 # Expired days of log file(delete after max days), default is 7
661 ;max_days = 7
662
663 [log.syslog]
664 ;level =
665
666 # log line format, valid options are text, console and json
667 ;format = text
668
669 # Syslog network type and address. This can be udp, tcp, or unix. If left blank, the default unix endpoints will be used.
670 ;network =
671 ;address =
672
673 # Syslog facility. user, daemon and local0 through local7 are valid.
674 ;facility =
675
676 # Syslog tag. By default, the process' argv[0] is used.
677 ;tag =
678
679 [log.frontend]
680 # Should Sentry javascript agent be initialized
681 ;enabled = false
682
683 # Sentry DSN if you want to send events to Sentry.
684 ;sentry_dsn =
685
686 # Custom HTTP endpoint to send events captured by the Sentry agent to. Default will log the events to stdout.
687 ;custom_endpoint = /log
688
689 # Rate of events to be reported between 0 (none) and 1 (all), float
690 ;sample_rate = 1.0
691
692 # Requests per second limit enforced an extended period, for Grafana backend log ingestion endpoint (/log).
693 ;log_endpoint_requests_per_second_limit = 3
694
695 # Max requests accepted per short interval of time for Grafana backend log ingestion endpoint (/log).
696 ;log_endpoint_burst_limit = 15
697
698 #################################### Usage Quotas ########################
699 [quota]
700 ; enabled = false
701
702 #### set quotas to -1 to make unlimited. ####
703 # limit number of users per Org.
704 ; org_user = 10
705
706 # limit number of dashboards per Org.
707 ; org_dashboard = 100
708
709 # limit number of data_sources per Org.
710 ; org_data_source = 10
711
712 # limit number of api_keys per Org.
713 ; org_api_key = 10
714
715 # limit number of alerts per Org.
716 ;org_alert_rule = 100
717
718 # limit number of orgs a user can create.
719 ; user_org = 10
720
721 # Global limit of users.
722 ; global_user = -1
723
724 # global limit of orgs.
725 ; global_org = -1
726
727 # global limit of dashboards
728 ; global_dashboard = -1
729
730 # global limit of api_keys
731 ; global_api_key = -1
732
733 # global limit on number of logged in users.
734 ; global_session = -1
735
736 # global limit of alerts
737 ;global_alert_rule = -1
738
739 #################################### Unified Alerting ####################
740 [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.```
742 ;enabled = true
743
744 # Comma-separated list of organization IDs for which to disable unified alerting. Only supported if unified alerting is enabled.
745 ;disabled_orgs =
746
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
750
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
754
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"
757
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 = ""
760
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.
762 ;ha_peers = ""
763
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"
769
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"
774
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"
779
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
782
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
786
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.
788 ;max_attempts = 3
789
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.
792 ;min_interval = 10s
793
794 #################################### Alerting ############################
795 [alerting]
796 # Disable legacy alerting engine & UI features
797 ;enabled = false
798
799 # Makes it possible to turn off alert execution but alerting UI is visible
800 ;execute_alerts = true
801
802 # Default setting for new alert rules. Defaults to categorize error and timeouts as alerting. (alerting, keep_state)
803 ;error_or_timeout = alerting
804
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
807
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
811
812 # Default setting for alert calculation timeout. Default value is 30
813 ;evaluation_timeout_seconds = 30
814
815 # Default setting for alert notification timeout. Default value is 30
816 ;notification_timeout_seconds = 30
817
818 # Default setting for max attempts to sending alert notifications. Default value is 3
819 ;max_attempts = 3
820
821 # Makes it possible to enforce a minimal interval between evaluations, to reduce load on the backend
822 ;min_interval_seconds = 1
823
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 =
827
828 # Configures max number of alert annotations that Grafana stores. Default value is 0, which keeps all alert annotations.
829 ;max_annotations_to_keep =
830
831 #################################### Annotations #########################
832 [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
835
836 [annotations.dashboard]
837 # Dashboard annotations means that annotations are associated with the dashboard they are created on.
838
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).
841 ;max_age =
842
843 # Configures max number of dashboard annotations that Grafana stores. Default value is 0, which keeps all dashboard annotations.
844 ;max_annotations_to_keep =
845
846 [annotations.api]
847 # API annotations means that the annotations have been created using the API without any
848 # association with a dashboard.
849
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).
852 ;max_age =
853
854 # Configures max number of API annotations that Grafana keeps. Default value is 0, which keeps all API annotations.
855 ;max_annotations_to_keep =
856
857 #################################### Explore #############################
858 [explore]
859 # Enable the Explore section
860 ;enabled = true
861
862 #################################### Query History #############################
863 [query_history]
864 # Enable the Query history
865 ;enabled = false
866
867 #################################### Internal Grafana Metrics ##########################
868 # Metrics available at HTTP URL /metrics and /metrics/plugins/:pluginId
869 [metrics]
870 # Disable / Enable internal metrics
871 ;enabled = true
872 # Graphite Publish interval
873 ;interval_seconds = 10
874 # Disable total stats (stat_totals_*) metrics to be generated
875 ;disable_total_stats = false
876
877 #If both are set, basic auth will be required for the metrics endpoints.
878 ; basic_auth_username =
879 ; basic_auth_password =
880
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
886
887 # Send internal metrics to Graphite
888 [metrics.graphite]
889 # Enable by setting the address setting (ex localhost:2003)
890 ;address =
891 ;prefix = prod.grafana.%(instance_name)s.
892
893 #################################### Grafana.com integration ##########################
894 # Url used to import dashboards directly from Grafana.com
895 [grafana_com]
896 ;url = https://grafana.com
897
898 #################################### Distributed tracing ############
899 [tracing.jaeger]
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
913 ;sampler_param = 1
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
921
922 [tracing.opentelemetry.jaeger]
923 # jaeger destination (ex http://localhost:14268/api/traces)
924 ; address = http://localhost:14268/api/traces
925
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)
930 ;provider =
931
932 [external_image_storage.s3]
933 ;endpoint =
934 ;path_style_access =
935 ;bucket =
936 ;region =
937 ;path =
938 ;access_key =
939 ;secret_key =
940
941 [external_image_storage.webdav]
942 ;url =
943 ;public_url =
944 ;username =
945 ;password =
946
947 [external_image_storage.gcs]
948 ;key_file =
949 ;bucket =
950 ;path =
951
952 [external_image_storage.azure_blob]
953 ;account_name =
954 ;account_key =
955 ;container_name =
956
957 [external_image_storage.local]
958 # does not require any configuration
959
960 [rendering]
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.
963 ;server_url =
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/.
965 ;callback_url =
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
969
970 [panels]
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
973
974 [plugins]
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 =
985
986 #################################### Grafana Live ##########################################
987 [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
992
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 "*".
995 ;allowed_origins =
996
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.
1000 ;ha_engine =
1001
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"
1006
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 =
1013
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 =
1017
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 =
1021
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 =
1025
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 =
1031
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.
1034 ;rendering_dumpio =
1035
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.
1038 ;rendering_args =
1039
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 =
1044
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.
1048 ;rendering_mode =
1049
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 =
1058
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 =
1063
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.
1066 ;grpc_host =
1067 ;grpc_port =
1068
1069 [enterprise]
1070 # Path to a valid Grafana Enterprise license.jwt file
1071 ;license_path =
1072
1073 [feature_toggles]
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.
1078
1079 ;enable = feature1,feature2
1080
1081 ;feature1 = true
1082 ;feature2 = false
1083
1084 [date_formats]
1085 # For information on what formatting patterns that are supported https://momentjs.com/docs/#/displaying/
1086
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
1089
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
1097
1098 # Experimental feature
1099 ;use_browser_locale = false
1100
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
1103
1104 [expressions]
1105 # Enable or disable the expressions functionality.
1106 ;enabled = true
1107
1108 [geomap]
1109 # Set the JSON configuration for the default basemap
1110 ;default_baselayer_config = `{
1111 ; "type": "xyz",
1112 ; "config": {
1113 ; "attribution": "Open street map",
1114 ; "url": "https://tile.openstreetmap.org/{z}/{x}/{y}.png"
1115 ; }
1116 ;}`
1117
1118 # Enable or disable loading other base map layers
1119 ;enable_custom_baselayers = true