Skip to content

Commit 50905fe

Browse files
authored
Merge branch 'master' into ROB-810-release-robusta-version-0-22
2 parents b589d17 + fb9064b commit 50905fe

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

docs/configuration/holmesgpt/toolsets/coralogix_logs.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@ to fetch incident logs, including the ability to precisely consult past logs.
1515
Prerequisites
1616
^^^^^^^^^^^^^
1717

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``.
2026

2127
Configuration
2228
^^^^^^^^^^^^^
@@ -33,7 +39,8 @@ Configuration
3339
enabled: true
3440
config:
3541
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
3744
labels:
3845
pod: "kubernetes.pod_name"
3946
namespace: "kubernetes.namespace_name"
@@ -56,7 +63,8 @@ Configuration
5663
enabled: true
5764
config:
5865
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
6068
labels:
6169
pod: "kubernetes.pod_name"
6270
namespace: "kubernetes.namespace_name"

0 commit comments

Comments
 (0)