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: metabase/README.md
+18-6Lines changed: 18 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,18 @@ Integrate Metabase with Datadog to gain insights into activity event logs, view
10
10
11
11
### Generate API credentials in Metabase
12
12
13
-
1. Log into your Metabase cloud instance as an administrator.
13
+
1. Log into your Metabase instance as an administrator.
14
14
2. Click on the gear icon in the upper right corner.
15
15
3. Select **Admin settings**.
16
16
4. Go to the **Settings** tab.
17
17
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.
19
19
7. Click **Create API Key**.
20
20
8. Enter a key name.
21
21
9. Select the **Administrators** Group.
22
22
10. Click **Create** to get the generated API key.
23
23
24
-
### Get DNS alias of Metabase
24
+
### Get DNS alias of Metabase (required for cloud instances only)
25
25
26
26
1. Log into your Metabase cloud instance as an administrator.
27
27
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
33
33
8. Go to the **Instances** tab.
34
34
9. Click on **DNS alias** section to get the DNS alias value.
35
35
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
+
36
46
### Connect your Metabase account to Datadog
37
47
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.
39
49
|Parameters|Description|
40
50
|--------------------|--------------------|
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).|
42
54
|Metabase API key|The API key used to authenticate the API requests.|
43
55
44
56
2. Click the Save button to save your settings.
@@ -62,5 +74,5 @@ The Metabase integration does not include any events.
62
74
63
75
For further assistance, contact [Datadog Support][2].
0 commit comments