Skip to content

Commit 86fd1de

Browse files
committed
doc: improve wording for holmesgpt/toolsets/coralogix_logs
1 parent e99a21f commit 86fd1de

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/configuration/holmesgpt/toolsets/coralogix_logs.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Configuration
3333
enabled: true
3434
config:
3535
api_key: <your coralogix API key>
36-
base_url: https://xxx.coralogix.xxx # Your Coralogix domain, without any path
36+
base_url: https://xxx.coralogix.xxx # Your Coralogix domain URL, without any path
3737
labels:
3838
pod: "kubernetes.pod_name"
3939
namespace: "kubernetes.namespace_name"
@@ -56,7 +56,7 @@ Configuration
5656
enabled: true
5757
config:
5858
api_key: <your coralogix API key>
59-
base_url: https://xxx.coralogix.xxx # Your Coralogix domain, without any path
59+
base_url: https://xxx.coralogix.xxx # Your Coralogix domain URL, without any path
6060
labels:
6161
pod: "kubernetes.pod_name"
6262
namespace: "kubernetes.namespace_name"
@@ -69,7 +69,7 @@ Configuration
6969
**Search labels**
7070

7171
You can tweak the labels used by the toolset to identify kubernetes resources. This is only needed if your
72-
logs settings for ``pod``, and ``namespace`` differ from the defaults in the example above.
72+
logs settings for ``pod``, ``namespace``, and ``app`` differ from the defaults in the example above.
7373

7474
You can verify what labels to use by attempting to run a query in the coralogix ui:
7575

0 commit comments

Comments
 (0)