Skip to content

Commit 65b3376

Browse files
github-automation-metabaseMetabase Docs bot
andauthored
[auto] adding content to release-x.57.x->release-x.57.x (#827)
Co-authored-by: Metabase Docs bot <metabase-bot@metabase.com>
1 parent 6ec6350 commit 65b3376

File tree

4 files changed

+0
-316
lines changed

4 files changed

+0
-316
lines changed

_docs/latest/configuring-metabase/environment-variables.md

Lines changed: 0 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -2027,29 +2027,6 @@ Since: v35.0
20272027

20282028
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.
20292029

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-
20532030
### `MB_COLORIZE_LOGS`
20542031

20552032
Type: boolean<br>
@@ -2326,21 +2303,6 @@ Default: `null`
23262303

23272304
Password for Java TrustStore file.
23282305

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-
23442306
### `MB_LOAD_SAMPLE_CONTENT`
23452307

23462308
Type: Boolean<br>
@@ -2399,46 +2361,13 @@ Path of the "plugins" directory, which is used to store the Metabase database dr
23992361

24002362
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.
24012363

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-
24092364
### `MB_QP_CACHE_BACKEND`
24102365

24112366
Type: string<br>
24122367
Default: `"db"`
24132368

24142369
Current cache backend. Dynamically rebindable primarily for test purposes.
24152370

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.
2423-
2424-
### `MB_SEND_EMAIL_ON_FIRST_LOGIN_FROM_NEW_DEVICE`
2425-
2426-
Type: boolean<br>
2427-
Default: `true`<br>
2428-
Since: v39.0
2429-
2430-
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-
24422371
### `MB_SETUP_TOKEN`
24432372

24442373
Type: string<br>
@@ -2463,13 +2392,6 @@ Since: v48.4
24632392

24642393
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.
24652394

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).
2472-
24732395
### `MB_SSL_CERTIFICATE_PUBLIC_KEY`
24742396

24752397
Type: string<br>

_docs/v0.57/configuring-metabase/environment-variables.md

Lines changed: 0 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -2025,29 +2025,6 @@ Since: v35.0
20252025

20262026
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.
20272027

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-
20512028
### `MB_COLORIZE_LOGS`
20522029

20532030
Type: boolean<br>
@@ -2324,21 +2301,6 @@ Default: `null`
23242301

23252302
Password for Java TrustStore file.
23262303

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-
23422304
### `MB_LOAD_SAMPLE_CONTENT`
23432305

23442306
Type: Boolean<br>
@@ -2397,46 +2359,13 @@ Path of the "plugins" directory, which is used to store the Metabase database dr
23972359

23982360
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.
23992361

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-
24072362
### `MB_QP_CACHE_BACKEND`
24082363

24092364
Type: string<br>
24102365
Default: `"db"`
24112366

24122367
Current cache backend. Dynamically rebindable primarily for test purposes.
24132368

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.
2421-
2422-
### `MB_SEND_EMAIL_ON_FIRST_LOGIN_FROM_NEW_DEVICE`
2423-
2424-
Type: boolean<br>
2425-
Default: `true`<br>
2426-
Since: v39.0
2427-
2428-
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-
24402369
### `MB_SETUP_TOKEN`
24412370

24422371
Type: string<br>
@@ -2461,13 +2390,6 @@ Since: v48.4
24612390

24622391
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.
24632392

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).
2470-
24712393
### `MB_SSL_CERTIFICATE_PUBLIC_KEY`
24722394

24732395
Type: string<br>

_site/docs/latest/configuring-metabase/environment-variables.html

Lines changed: 0 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -8003,31 +8003,6 @@ <h3 id="mb_async_query_thread_pool_size"><code class="language-plaintext highlig
80038003

80048004
<p>Maximum number of async Jetty threads. If not set, then <a href="#mb_jetty_maxthreads">MB_JETTY_MAXTHREADS</a> will be used, otherwise it will use the default.</p>
80058005

8006-
<h3 id="mb_attachment_table_row_limit-1"><code class="language-plaintext highlighter-rouge">MB_ATTACHMENT_TABLE_ROW_LIMIT</code></h3>
8007-
8008-
<p>Type: integer<br>
8009-
Default: <code class="language-plaintext highlighter-rouge">20</code><br></p>
8010-
8011-
<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 <a href="#mb_attachment_row_limit">MB_ATTACHMENT_ROW_LIMIT</a>.</p>
8012-
8013-
<h3 id="mb_audit_max_retention_days-1"><code class="language-plaintext highlighter-rouge">MB_AUDIT_MAX_RETENTION_DAYS</code></h3>
8014-
8015-
<p>Only available on Metabase <a href="/product/pro">Pro</a> and <a href="/product/enterprise">Enterprise</a> plans.<br>
8016-
Type: integer<br>
8017-
Default: 720 (Metabase keeps all rows)<br></p>
8018-
8019-
<p>Sets the maximum number of days Metabase preserves rows for the following application database tables:</p>
8020-
8021-
<ul>
8022-
<li><code class="language-plaintext highlighter-rouge">query_execution</code></li>
8023-
<li><code class="language-plaintext highlighter-rouge">audit_log</code></li>
8024-
<li><code class="language-plaintext highlighter-rouge">view_log</code></li>
8025-
</ul>
8026-
8027-
<p>Twice a day, Metabase will delete rows older than this threshold.</p>
8028-
8029-
<p>The minimum value is <code class="language-plaintext highlighter-rouge">30</code> days (Metabase will treat entered values of <code class="language-plaintext highlighter-rouge">1</code> to <code class="language-plaintext highlighter-rouge">29</code> the same as <code class="language-plaintext highlighter-rouge">30</code>). If set to <code class="language-plaintext highlighter-rouge">0</code>, Metabase will keep all rows.</p>
8030-
80318006
<h3 id="mb_colorize_logs"><code class="language-plaintext highlighter-rouge">MB_COLORIZE_LOGS</code></h3>
80328007

80338008
<p>Type: boolean<br>
@@ -8303,21 +8278,6 @@ <h3 id="mb_jetty_ssl_truststore_password"><code class="language-plaintext highli
83038278

83048279
<p>Password for Java TrustStore file.</p>
83058280

8306-
<h3 id="mb_landing_page-1"><code class="language-plaintext highlighter-rouge">MB_LANDING_PAGE</code></h3>
8307-
8308-
<p>Only available on Metabase <a href="/product/pro">Pro</a> and <a href="/product/enterprise">Enterprise</a> plans.<br>
8309-
Type: string<br>
8310-
Default: <code class="language-plaintext highlighter-rouge">""</code></p>
8311-
8312-
<p>Default page to show people when they log in.</p>
8313-
8314-
<h3 id="mb_load_analytics_content-1"><code class="language-plaintext highlighter-rouge">MB_LOAD_ANALYTICS_CONTENT</code></h3>
8315-
8316-
<p>Type: Boolean<br>
8317-
Default: True</p>
8318-
8319-
<p>If you want to exclude the <a href="../usage-and-performance-tools/usage-analytics">Metabase analytics</a> collection, you can set <code class="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>
8320-
83218281
<h3 id="mb_load_sample_content"><code class="language-plaintext highlighter-rouge">MB_LOAD_SAMPLE_CONTENT</code></h3>
83228282

83238283
<p>Type: Boolean<br>
@@ -8380,46 +8340,13 @@ <h3 id="mb_plugins_dir"><code class="language-plaintext highlighter-rouge">MB_PL
83808340

83818341
<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>
83828342

8383-
<h3 id="mb_premium_embedding_token-1"><code class="language-plaintext highlighter-rouge">MB_PREMIUM_EMBEDDING_TOKEN</code></h3>
8384-
8385-
<p>Type: string<br>
8386-
Default: <code class="language-plaintext highlighter-rouge">null</code></p>
8387-
8388-
<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>
8389-
83908343
<h3 id="mb_qp_cache_backend"><code class="language-plaintext highlighter-rouge">MB_QP_CACHE_BACKEND</code></h3>
83918344

83928345
<p>Type: string<br>
83938346
Default: <code class="language-plaintext highlighter-rouge">"db"</code></p>
83948347

83958348
<p>Current cache backend. Dynamically rebindable primarily for test purposes.</p>
83968349

8397-
<h3 id="mb_search_typeahead_enabled-1"><code class="language-plaintext highlighter-rouge">MB_SEARCH_TYPEAHEAD_ENABLED</code></h3>
8398-
8399-
<p>Type: boolean<br>
8400-
Default: <code class="language-plaintext highlighter-rouge">true</code><br>
8401-
Since: v39.0</p>
8402-
8403-
<p>Show auto-suggestions when using the global search in the top navigation bar.</p>
8404-
8405-
<h3 id="mb_send_email_on_first_login_from_new_device-1"><code class="language-plaintext highlighter-rouge">MB_SEND_EMAIL_ON_FIRST_LOGIN_FROM_NEW_DEVICE</code></h3>
8406-
8407-
<p>Type: boolean<br>
8408-
Default: <code class="language-plaintext highlighter-rouge">true</code><br>
8409-
Since: v39.0</p>
8410-
8411-
<p>Send email notification to user, when they login from a new device. Set to <code class="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>
8414-
8415-
<h3 id="mb_send_new_sso_user_admin_email-1"><code class="language-plaintext highlighter-rouge">MB_SEND_NEW_SSO_USER_ADMIN_EMAIL</code></h3>
8416-
8417-
<p>Only available on Metabase <a href="/product/pro">Pro</a> and <a href="/product/enterprise">Enterprise</a> plans.<br>
8418-
Type: boolean<br>
8419-
Default: <code class="language-plaintext highlighter-rouge">true</code></p>
8420-
8421-
<p>Send email notifications to users in Admin group, when a new SSO users is created on Metabase.</p>
8422-
84238350
<h3 id="mb_setup_token"><code class="language-plaintext highlighter-rouge">MB_SETUP_TOKEN</code></h3>
84248351

84258352
<p>Type: string<br>
@@ -8444,13 +8371,6 @@ <h3 id="mb_jetty_skip_sni"><code class="language-plaintext highlighter-rouge">MB
84448371

84458372
<p>Setting <code class="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 <code class="language-plaintext highlighter-rouge">HTTP ERROR 400 Invalid SNI</code>, consider either setting <code class="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>
84468373

8447-
<h3 id="mb_source_address_header-1"><code class="language-plaintext highlighter-rouge">MB_SOURCE_ADDRESS_HEADER</code></h3>
8448-
8449-
<p>Type: string<br>
8450-
Default: <code class="language-plaintext highlighter-rouge">X-Forwarded-For</code></p>
8451-
8452-
<p>Identify the source of HTTP requests by this header’s value, instead of its remote address. Related to <a href="#mb_disable_session_throttle">MB_DISABLE_SESSION_THROTTLE</a>.</p>
8453-
84548374
<h3 id="mb_ssl_certificate_public_key"><code class="language-plaintext highlighter-rouge">MB_SSL_CERTIFICATE_PUBLIC_KEY</code></h3>
84558375

84568376
<p>Type: string<br>

0 commit comments

Comments
 (0)