Skip to content

Commit 4f52d07

Browse files
committed
More fixes
1 parent 7009896 commit 4f52d07

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/configuration/holmesgpt/toolsets/_disable_default_logging_toolset.inc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
Disabling the default toolset
3-
*****************************
2+
Disabling the Default Logging Toolset
3+
*****************************************
44

55
The default HolmesGPT logging tool **must** be disabled if you use a different datasource for logs.
66
HolmesGPT may still use kubectl to fetch logs and never call your datasource if ``kubernetes/logs`` is not disabled.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
HolmesGPT provides several out-of-the-box alternatives for log access. You can select from these options:
22

3-
* :ref:`kubernetes/logs <toolset_kubernetes_logs>`: Access logs directly through kubernetes. **This is the default toolset.**
3+
* :ref:`kubernetes/logs <toolset_kubernetes_logs>`: Access logs directly through Kubernetes. **This is the default toolset.**
44
* :ref:`coralogix/logs <toolset_coralogix_logs>`: Access logs through Coralogix.
55
* :ref:`grafana/loki <toolset_grafana_loki>`: Access Loki logs by proxying through a Grafana instance.
66
* :ref:`opensearch/logs <toolset_opensearch_logs>`: Access logs through OpenSearch.

docs/configuration/holmesgpt/toolsets/kubernetes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Core :checkmark:`_`
66
--------------------
77
.. include:: ./_toolset_enabled_by_default.inc.rst
88

9-
By enabling this toolset, HolmesGPT will be able to describe and find kubernetes resources like
9+
By enabling this toolset, HolmesGPT will be able to describe and find Kubernetes resources like
1010
nodes, deployments, pods, etc.
1111

1212
Configuration

0 commit comments

Comments
 (0)