Skip to content

Commit c5890c7

Browse files
mauneelsorathia-crestmauneel-sorathiadrichards-87
authored
DDSaaS: Metabase v1.1.0: Updated assets for self hosted instance support (#19984)
* Updated asset for self hosted instance support * Bump version * Updated README * Update metabase/README.md Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com> * Update metabase/README.md Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com> * Update metabase/README.md Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com> * Update metabase/README.md Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com> * Update metabase/README.md Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com> * Updated assets required after validating self hosted instance support --------- Co-authored-by: Mauneel Sorathia <mauneel.sorathia@crestdatasys.com> Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com>
1 parent 98ef5c6 commit c5890c7

6 files changed

+148
-150
lines changed

metabase/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG - Metabase
22

3+
## 1.1.0 / 2025-04-02
4+
5+
***Added***:
6+
7+
* Support for self-hosted Metabase instances ([#19984](https://github.com/DataDog/integrations-core/pull/19984))
8+
39
## 1.0.0 / 2024-09-24
410

511
***Added***:

metabase/README.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ Integrate Metabase with Datadog to gain insights into activity event logs, view
1010

1111
### Generate API credentials in Metabase
1212

13-
1. Log into your Metabase cloud instance as an administrator.
13+
1. Log into your Metabase instance as an administrator.
1414
2. Click on the gear icon in the upper right corner.
1515
3. Select **Admin settings**.
1616
4. Go to the **Settings** tab.
1717
5. Click on the **Authentication** tab from the left menu.
18-
6. Scroll to the **API Keys** section and click **Manage**.
18+
6. Select the **API Keys** section.
1919
7. Click **Create API Key**.
2020
8. Enter a key name.
2121
9. Select the **Administrators** Group.
2222
10. Click **Create** to get the generated API key.
2323

24-
### Get DNS alias of Metabase
24+
### Get DNS alias of Metabase (required for cloud instances only)
2525

2626
1. Log into your Metabase cloud instance as an administrator.
2727
2. Click on the gear icon in the upper right corner.
@@ -33,12 +33,24 @@ Integrate Metabase with Datadog to gain insights into activity event logs, view
3333
8. Go to the **Instances** tab.
3434
9. Click on **DNS alias** section to get the DNS alias value.
3535

36+
### Get self-hosted instance domain of Metabase (required for self-hosted instances only)
37+
38+
**Note**: Your self-hosted Metabase instance must be accessible from the internet via HTTPS only.
39+
1. Log in to your Metabase instance as an administrator.
40+
2. Click on the gear icon in the upper right corner.
41+
3. Select **Admin settings**.
42+
4. Go to the **Settings** tab.
43+
5. Click on the **General** tab from the left menu.
44+
6. Under **SITE URL**, copy the domain portion of the URL. For example, if the URL is `https://example.com`, copy `example.com`.
45+
3646
### Connect your Metabase account to Datadog
3747

38-
1. Add your Metabase DNS alias and Metabase API key
48+
1. Add your Metabase instance type, DNS alias or self-hosted domain, and API key.
3949
|Parameters|Description|
4050
|--------------------|--------------------|
41-
|Metabase DNS alias|The DNS alias of your Metabase cloud instance. Should be minimum 3 characters long (small case letters, dashes and numbers only)|
51+
|Metabase instance type|The hosting type of your Metabase instance. Valid values are `cloud` or `self-hosted`. Default is `cloud`.|
52+
|Metabase DNS alias|The DNS alias of your Metabase cloud instance (required for cloud instances only). Must be at least three characters long and contain only lowercase letters, dashes, and numbers.|
53+
|Metabase self-hosted instance domain|The domain of your self-hosted Metabase instance (required for self-hosted instances only). Must be publicly accessible via HTTPS only (e.g., example.com).|
4254
|Metabase API key|The API key used to authenticate the API requests.|
4355

4456
2. Click the Save button to save your settings.
@@ -62,5 +74,5 @@ The Metabase integration does not include any events.
6274

6375
For further assistance, contact [Datadog Support][2].
6476

65-
[1]: https://www.metabase.com/cloud/
77+
[1]: https://www.metabase.com/
6678
[2]: https://docs.datadoghq.com/help/

0 commit comments

Comments
 (0)