Skip to content

Commit

Permalink
Default container documentation backport (#380)
Browse files Browse the repository at this point in the history
* adding documentation for hints/processors

* adding docs for default container in 8.9
  • Loading branch information
gizas authored Aug 3, 2023
1 parent 75fe2c4 commit 52bf1b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ https://github.com/elastic/elastic-agent/tree/main/deploy/kubernetes/elastic-age
[discrete]
== Configure hints autodiscovery

To enable hints, you must add `hints.enabled: true` to the provider's configuration:
To enable hints autodiscovery, you must add `hints.enabled: true` to the provider's configuration:

[source,yaml]
----
Expand Down Expand Up @@ -135,7 +135,7 @@ initContainers:
----


NOTE: The {agent} can load multiple configuration files from `{path.config}/inputs.d` and finally produce a unified one (refer to <<elastic-agent-configuration>>). Users have the ability to manually mount their own templates under `/etc/elastic-agent/inputs.d` if they want to skip enabling initContainers section.
NOTE: The {agent} can load multiple configuration files from `{path.config}/inputs.d` and finally produce a unified one (refer to <<elastic-agent-configuration>>). Users have the ability to manually mount their own templates under `/etc/elastic-agent/inputs.d` *if they want to skip enabling initContainers section*.


[discrete]
Expand Down

0 comments on commit 52bf1b9

Please sign in to comment.