You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/latest/configuring-metabase/environment-variables.md
-78Lines changed: 0 additions & 78 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2027,29 +2027,6 @@ Since: v35.0
2027
2027
2028
2028
Maximum number of async Jetty threads. If not set, then [MB_JETTY_MAXTHREADS](#mb_jetty_maxthreads) will be used, otherwise it will use the default.
2029
2029
2030
-
### `MB_ATTACHMENT_TABLE_ROW_LIMIT`
2031
-
2032
-
Type: integer<br>
2033
-
Default: `20`<br>
2034
-
2035
-
Limits the number of rows Metabase will display in tables sent with dashboard subscriptions and alerts. Range: 1-100. To limit the total number of rows included in the file attachment for an email dashboard subscription, use [MB_ATTACHMENT_ROW_LIMIT](#mb_attachment_row_limit).
2036
-
2037
-
### `MB_AUDIT_MAX_RETENTION_DAYS`
2038
-
2039
-
Only available on Metabase [Pro](/product/pro) and [Enterprise](/product/enterprise) plans.<br>
2040
-
Type: integer<br>
2041
-
Default: 720 (Metabase keeps all rows)<br>
2042
-
2043
-
Sets the maximum number of days Metabase preserves rows for the following application database tables:
2044
-
2045
-
-`query_execution`
2046
-
-`audit_log`
2047
-
-`view_log`
2048
-
2049
-
Twice a day, Metabase will delete rows older than this threshold.
2050
-
2051
-
The minimum value is `30` days (Metabase will treat entered values of `1` to `29` the same as `30`). If set to `0`, Metabase will keep all rows.
2052
-
2053
2030
### `MB_COLORIZE_LOGS`
2054
2031
2055
2032
Type: boolean<br>
@@ -2326,21 +2303,6 @@ Default: `null`
2326
2303
2327
2304
Password for Java TrustStore file.
2328
2305
2329
-
### `MB_LANDING_PAGE`
2330
-
2331
-
Only available on Metabase [Pro](/product/pro) and [Enterprise](/product/enterprise) plans.<br>
2332
-
Type: string<br>
2333
-
Default: `""`
2334
-
2335
-
Default page to show people when they log in.
2336
-
2337
-
### `MB_LOAD_ANALYTICS_CONTENT`
2338
-
2339
-
Type: Boolean<br>
2340
-
Default: True
2341
-
2342
-
If you want to exclude the [Metabase analytics](../usage-and-performance-tools/usage-analytics) collection, you can set `MB_LOAD_ANALYTICS_CONTENT=false`. Setting this environment variable to false can also come in handy when migrating environments, as it can simplify the migration process.
2343
-
2344
2306
### `MB_LOAD_SAMPLE_CONTENT`
2345
2307
2346
2308
Type: Boolean<br>
@@ -2399,46 +2361,13 @@ Path of the "plugins" directory, which is used to store the Metabase database dr
2399
2361
2400
2362
The location is where custom third-party drivers should be added. Then Metabase will load the driver on startup, which can be verified in the log.
2401
2363
2402
-
### `MB_PREMIUM_EMBEDDING_TOKEN`
2403
-
2404
-
Type: string<br>
2405
-
Default: `null`
2406
-
2407
-
The license token used for Pro and Enterprise to enable premium features on the Enterprise edition. It is also used for the deprecated "Premium Embedding" functionality on the OSS edition.
2408
-
2409
2364
### `MB_QP_CACHE_BACKEND`
2410
2365
2411
2366
Type: string<br>
2412
2367
Default: `"db"`
2413
2368
2414
2369
Current cache backend. Dynamically rebindable primarily for test purposes.
2415
2370
2416
-
### `MB_SEARCH_TYPEAHEAD_ENABLED`
2417
-
2418
-
Type: boolean<br>
2419
-
Default: `true`<br>
2420
-
Since: v39.0
2421
-
2422
-
Show auto-suggestions when using the global search in the top navigation bar.
Send email notification to user, when they login from a new device. Set to `false` to stop sending "We've noticed a new login on your Metabase account" emails for all users.
2431
-
2432
-
Also, this variable controls the geocoding service that Metabase uses to know the location from where your users logged in. Setting this variable to false also disables this reverse geocoding functionality.
2433
-
2434
-
### `MB_SEND_NEW_SSO_USER_ADMIN_EMAIL`
2435
-
2436
-
Only available on Metabase [Pro](/product/pro) and [Enterprise](/product/enterprise) plans.<br>
2437
-
Type: boolean<br>
2438
-
Default: `true`
2439
-
2440
-
Send email notifications to users in Admin group, when a new SSO users is created on Metabase.
2441
-
2442
2371
### `MB_SETUP_TOKEN`
2443
2372
2444
2373
Type: string<br>
@@ -2463,13 +2392,6 @@ Since: v48.4
2463
2392
2464
2393
Setting `MB_JETTY_SKIP_SNI=true` (the default setting) turns off the Server Name Indication (SNI) checks in the Jetty web server. Normally you would leave this enabled. If, however, you're terminating the Transport Layer Security (TLS) connection on Metabase itself, and you're getting an error like `HTTP ERROR 400 Invalid SNI`, consider either setting `MB_JETTY_SKIP_SNI=false`, or use another SSL certificate that exactly matches the domain name of the server.
2465
2394
2466
-
### `MB_SOURCE_ADDRESS_HEADER`
2467
-
2468
-
Type: string<br>
2469
-
Default: `X-Forwarded-For`
2470
-
2471
-
Identify the source of HTTP requests by this header's value, instead of its remote address. Related to [MB_DISABLE_SESSION_THROTTLE](#mb_disable_session_throttle).
Copy file name to clipboardExpand all lines: _docs/v0.57/configuring-metabase/environment-variables.md
-78Lines changed: 0 additions & 78 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2025,29 +2025,6 @@ Since: v35.0
2025
2025
2026
2026
Maximum number of async Jetty threads. If not set, then [MB_JETTY_MAXTHREADS](#mb_jetty_maxthreads) will be used, otherwise it will use the default.
2027
2027
2028
-
### `MB_ATTACHMENT_TABLE_ROW_LIMIT`
2029
-
2030
-
Type: integer<br>
2031
-
Default: `20`<br>
2032
-
2033
-
Limits the number of rows Metabase will display in tables sent with dashboard subscriptions and alerts. Range: 1-100. To limit the total number of rows included in the file attachment for an email dashboard subscription, use [MB_ATTACHMENT_ROW_LIMIT](#mb_attachment_row_limit).
2034
-
2035
-
### `MB_AUDIT_MAX_RETENTION_DAYS`
2036
-
2037
-
Only available on Metabase [Pro](/product/pro) and [Enterprise](/product/enterprise) plans.<br>
2038
-
Type: integer<br>
2039
-
Default: 720 (Metabase keeps all rows)<br>
2040
-
2041
-
Sets the maximum number of days Metabase preserves rows for the following application database tables:
2042
-
2043
-
-`query_execution`
2044
-
-`audit_log`
2045
-
-`view_log`
2046
-
2047
-
Twice a day, Metabase will delete rows older than this threshold.
2048
-
2049
-
The minimum value is `30` days (Metabase will treat entered values of `1` to `29` the same as `30`). If set to `0`, Metabase will keep all rows.
2050
-
2051
2028
### `MB_COLORIZE_LOGS`
2052
2029
2053
2030
Type: boolean<br>
@@ -2324,21 +2301,6 @@ Default: `null`
2324
2301
2325
2302
Password for Java TrustStore file.
2326
2303
2327
-
### `MB_LANDING_PAGE`
2328
-
2329
-
Only available on Metabase [Pro](/product/pro) and [Enterprise](/product/enterprise) plans.<br>
2330
-
Type: string<br>
2331
-
Default: `""`
2332
-
2333
-
Default page to show people when they log in.
2334
-
2335
-
### `MB_LOAD_ANALYTICS_CONTENT`
2336
-
2337
-
Type: Boolean<br>
2338
-
Default: True
2339
-
2340
-
If you want to exclude the [Metabase analytics](../usage-and-performance-tools/usage-analytics) collection, you can set `MB_LOAD_ANALYTICS_CONTENT=false`. Setting this environment variable to false can also come in handy when migrating environments, as it can simplify the migration process.
2341
-
2342
2304
### `MB_LOAD_SAMPLE_CONTENT`
2343
2305
2344
2306
Type: Boolean<br>
@@ -2397,46 +2359,13 @@ Path of the "plugins" directory, which is used to store the Metabase database dr
2397
2359
2398
2360
The location is where custom third-party drivers should be added. Then Metabase will load the driver on startup, which can be verified in the log.
2399
2361
2400
-
### `MB_PREMIUM_EMBEDDING_TOKEN`
2401
-
2402
-
Type: string<br>
2403
-
Default: `null`
2404
-
2405
-
The license token used for Pro and Enterprise to enable premium features on the Enterprise edition. It is also used for the deprecated "Premium Embedding" functionality on the OSS edition.
2406
-
2407
2362
### `MB_QP_CACHE_BACKEND`
2408
2363
2409
2364
Type: string<br>
2410
2365
Default: `"db"`
2411
2366
2412
2367
Current cache backend. Dynamically rebindable primarily for test purposes.
2413
2368
2414
-
### `MB_SEARCH_TYPEAHEAD_ENABLED`
2415
-
2416
-
Type: boolean<br>
2417
-
Default: `true`<br>
2418
-
Since: v39.0
2419
-
2420
-
Show auto-suggestions when using the global search in the top navigation bar.
Send email notification to user, when they login from a new device. Set to `false` to stop sending "We've noticed a new login on your Metabase account" emails for all users.
2429
-
2430
-
Also, this variable controls the geocoding service that Metabase uses to know the location from where your users logged in. Setting this variable to false also disables this reverse geocoding functionality.
2431
-
2432
-
### `MB_SEND_NEW_SSO_USER_ADMIN_EMAIL`
2433
-
2434
-
Only available on Metabase [Pro](/product/pro) and [Enterprise](/product/enterprise) plans.<br>
2435
-
Type: boolean<br>
2436
-
Default: `true`
2437
-
2438
-
Send email notifications to users in Admin group, when a new SSO users is created on Metabase.
2439
-
2440
2369
### `MB_SETUP_TOKEN`
2441
2370
2442
2371
Type: string<br>
@@ -2461,13 +2390,6 @@ Since: v48.4
2461
2390
2462
2391
Setting `MB_JETTY_SKIP_SNI=true` (the default setting) turns off the Server Name Indication (SNI) checks in the Jetty web server. Normally you would leave this enabled. If, however, you're terminating the Transport Layer Security (TLS) connection on Metabase itself, and you're getting an error like `HTTP ERROR 400 Invalid SNI`, consider either setting `MB_JETTY_SKIP_SNI=false`, or use another SSL certificate that exactly matches the domain name of the server.
2463
2392
2464
-
### `MB_SOURCE_ADDRESS_HEADER`
2465
-
2466
-
Type: string<br>
2467
-
Default: `X-Forwarded-For`
2468
-
2469
-
Identify the source of HTTP requests by this header's value, instead of its remote address. Related to [MB_DISABLE_SESSION_THROTTLE](#mb_disable_session_throttle).
<p>Maximum number of async Jetty threads. If not set, then <ahref="#mb_jetty_maxthreads">MB_JETTY_MAXTHREADS</a> will be used, otherwise it will use the default.</p>
<p>Limits the number of rows Metabase will display in tables sent with dashboard subscriptions and alerts. Range: 1-100. To limit the total number of rows included in the file attachment for an email dashboard subscription, use <ahref="#mb_attachment_row_limit">MB_ATTACHMENT_ROW_LIMIT</a>.</p>
<p>Twice a day, Metabase will delete rows older than this threshold.</p>
8028
-
8029
-
<p>The minimum value is <codeclass="language-plaintext highlighter-rouge">30</code> days (Metabase will treat entered values of <codeclass="language-plaintext highlighter-rouge">1</code> to <codeclass="language-plaintext highlighter-rouge">29</code> the same as <codeclass="language-plaintext highlighter-rouge">30</code>). If set to <codeclass="language-plaintext highlighter-rouge">0</code>, Metabase will keep all rows.</p>
<p>If you want to exclude the <ahref="../usage-and-performance-tools/usage-analytics">Metabase analytics</a> collection, you can set <codeclass="language-plaintext highlighter-rouge">MB_LOAD_ANALYTICS_CONTENT=false</code>. Setting this environment variable to false can also come in handy when migrating environments, as it can simplify the migration process.</p>
<p>The location is where custom third-party drivers should be added. Then Metabase will load the driver on startup, which can be verified in the log.</p>
<p>The license token used for Pro and Enterprise to enable premium features on the Enterprise edition. It is also used for the deprecated “Premium Embedding” functionality on the OSS edition.</p>
<p>Send email notification to user, when they login from a new device. Set to <codeclass="language-plaintext highlighter-rouge">false</code> to stop sending “We’ve noticed a new login on your Metabase account” emails for all users.</p>
8412
-
8413
-
<p>Also, this variable controls the geocoding service that Metabase uses to know the location from where your users logged in. Setting this variable to false also disables this reverse geocoding functionality.</p>
<p>Setting <codeclass="language-plaintext highlighter-rouge">MB_JETTY_SKIP_SNI=true</code> (the default setting) turns off the Server Name Indication (SNI) checks in the Jetty web server. Normally you would leave this enabled. If, however, you’re terminating the Transport Layer Security (TLS) connection on Metabase itself, and you’re getting an error like <codeclass="language-plaintext highlighter-rouge">HTTP ERROR 400 Invalid SNI</code>, consider either setting <codeclass="language-plaintext highlighter-rouge">MB_JETTY_SKIP_SNI=false</code>, or use another SSL certificate that exactly matches the domain name of the server.</p>
<p>Identify the source of HTTP requests by this header’s value, instead of its remote address. Related to <ahref="#mb_disable_session_throttle">MB_DISABLE_SESSION_THROTTLE</a>.</p>
0 commit comments