Skip to content

Commit 7009896

Browse files
committed
Minor fixes
1 parent f6c6268 commit 7009896

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/configuration/holmesgpt/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Builtin toolsets
362362

363363
Built-in toolsets cover essential areas like pod status inspection, node health analysis,
364364
application diagnostics, and resource utilization monitoring. These toolsets include access to
365-
Kubernetes events and logs, AWS, Grafana, Opensearch, etc. See the full list :doc:`here <builtin_toolsets>`.
365+
Kubernetes events and logs, AWS, Grafana, OpenSearch, etc. See the full list :doc:`here <builtin_toolsets>`.
366366

367367
Custom toolsets
368368
----------------

docs/configuration/holmesgpt/toolsets/coralogix_logs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Coralogix logs
44
==============
55

6-
By enabling this toolset, HolmesGPT will fetch pods logs from `Coralogix <https://coralogix.com/>`_.
6+
By enabling this toolset, HolmesGPT will fetch pod logs from `Coralogix <https://coralogix.com/>`_.
77

88
You **should** enable this toolset to replace the default :ref:`kubernetes/logs <toolset_kubernetes_logs>`
99
toolset if all your kubernetes pod logs are consolidated inside Coralogix. It will make it easier for HolmesGPT

docs/configuration/holmesgpt/toolsets/grafanaloki.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Loki
44
====
55

6-
By enabling this toolset, HolmesGPT will fetch pods logs from `Loki <https://grafana.com/oss/loki/>`_.
6+
By enabling this toolset, HolmesGPT will fetch pod logs from `Loki <https://grafana.com/oss/loki/>`_.
77
Loki can be accessed directly or by proxying through a `Grafana <https://grafana.com/oss/grafana/>`_ instance.
88

99
You **should** enable this toolset to replace the default :ref:`kubernetes/logs <toolset_kubernetes_logs>`

docs/configuration/holmesgpt/toolsets/opensearch_logs.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.. _toolset_opensearch_logs:
22

3-
Opensearch logs
3+
OpenSearch logs
44
==============
55

6-
By enabling this toolset, HolmesGPT will fetch pod logs from `Opensearch <https://opensearch.org/>`_.
6+
By enabling this toolset, HolmesGPT will fetch pod logs from `OpenSearch <https://opensearch.org/>`_.
77

88
You **should** enable this toolset to replace the default :ref:`kubernetes/logs <toolset_kubernetes_logs>`
9-
toolset if all your kubernetes pod logs are consolidated inside Opensearch/Elastic. It will make it easier for HolmesGPT
9+
toolset if all your kubernetes pod logs are consolidated inside OpenSearch/Elastic. It will make it easier for HolmesGPT
1010
to fetch incident logs, including the ability to precisely consult past logs.
1111

1212

docs/configuration/holmesgpt/toolsets/opensearch_status.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Opensearch status
1+
OpenSearch status
22
=================
33

44
By enabling this toolset, HolmesGPT will be able to access cluster metadata information
@@ -8,11 +8,11 @@ with one or more opensearch clusters.
88
Configuration
99
-------------
1010

11-
The configuration for Opensearch is passed through to the underlying
11+
The configuration for OpenSearch is passed through to the underlying
1212
`opensearch-py library <https://github.com/opensearch-project/opensearch-py>`_. Consult this
1313
library's `user guide <https://github.com/opensearch-project/opensearch-py/blob/main/USER_GUIDE.md>`_ or
1414
`reference documentation <https://opensearch-project.github.io/opensearch-py/api-ref/clients/opensearch_client.html>`_
15-
for configuring the connection to Opensearch, including how to authenticate this toolset to an opensearch cluster.
15+
for configuring the connection to OpenSearch, including how to authenticate this toolset to an opensearch cluster.
1616

1717
.. code-block:: yaml
1818
@@ -35,7 +35,7 @@ for configuring the connection to Opensearch, including how to authenticate this
3535
username: <basic auth username>
3636
password: <basic auth password>
3737
38-
Here is an example of an insecure Opensearch configuration for local development using a bearer token:
38+
Here is an example of an insecure OpenSearch configuration for local development using a bearer token:
3939

4040
.. code-block:: yaml
4141

0 commit comments

Comments
 (0)