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/configuration/holmesgpt/toolsets/coralogix_logs.rst
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,14 @@ to fetch incident logs, including the ability to precisely consult past logs.
15
15
Prerequisites
16
16
^^^^^^^^^^^^^
17
17
18
-
1. A `Coralogix API key <https://coralogix.com/docs/developer-portal/apis/data-query/direct-archive-query-http-api/#api-key>`_ which is assigned the ``DataQuerying`` permission preset.
19
-
2. A base url corresponding to your `Coralogix domain <https://coralogix.com/docs/user-guides/account-management/account-settings/coralogix-domain/>`_.
18
+
1. A `Coralogix API key <https://coralogix.com/docs/developer-portal/apis/data-query/direct-archive-query-http-api/#api-key>`_ which is assigned the ``DataQuerying`` permission preset
19
+
2. A `Coralogix domain <https://coralogix.com/docs/user-guides/account-management/account-settings/coralogix-domain/>`_. For example ``eu2.coralogix.com``
20
+
3. Your team's `name or hostname <https://coralogix.com/docs/user-guides/account-management/organization-management/create-an-organization/#teams-in-coralogix>`_. For example ``your-company-name``
21
+
22
+
23
+
You can deduct the ``domain`` and ``team_hostname`` configuration fields by looking at the URL you use to access the Coralogix UI.
24
+
25
+
For example if you access coralogix at ``https://my-team.app.eu2.coralogix.com/``` then the ``team_hostname`` is ``my-team``and the coralogix ``domain`` is ``eu2.coralogix.com``.
20
26
21
27
Configuration
22
28
^^^^^^^^^^^^^
@@ -33,7 +39,8 @@ Configuration
33
39
enabled: true
34
40
config:
35
41
api_key: <your coralogix API key>
36
-
base_url: https://xxx.coralogix.xxx # Your Coralogix domain URL, without any path
42
+
domain: eu2.coralogix.com # Your Coralogix domain
43
+
team_hostname: my-team # Your team's hostname in coralogix, without the domain part
37
44
labels:
38
45
pod: "kubernetes.pod_name"
39
46
namespace: "kubernetes.namespace_name"
@@ -56,7 +63,8 @@ Configuration
56
63
enabled: true
57
64
config:
58
65
api_key: <your coralogix API key>
59
-
base_url: https://xxx.coralogix.xxx # Your Coralogix domain URL, without any path
66
+
domain: eu2.coralogix.com # Your Coralogix domain
67
+
team_hostname: my-team # Your team's hostname in coralogix
0 commit comments