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
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``.
26
+
27
+
Configuration
28
+
^^^^^^^^^^^^^
29
+
30
+
.. md-tab-set::
31
+
32
+
.. md-tab-item:: Robusta Helm Chat
33
+
34
+
.. code-block:: yaml
35
+
36
+
holmes:
37
+
toolsets:
38
+
coralogix/logs:
39
+
enabled: true
40
+
config:
41
+
api_key: <your coralogix API key>
42
+
domain: eu2.coralogix.com # Your Coralogix domain
43
+
team_hostname: my-team # Your team's hostname in coralogix, without the domain part
0 commit comments