diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 52c07a9cda1..897619c5b1e 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -225,6 +225,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d as gauges (rather than counters). {pull}22877[22877] - Use PROGRAMDATA environment variable instead of C:\ProgramData for windows install service {pull}22874[22874] - Fix reporting of cgroup metrics when running under Docker {pull}22879[22879] +- Fix typo in config docs {pull}23185[23185] - Fix `nested` subfield handling in generated Elasticsearch templates. {issue}23178[23178] {pull}23183[23183] *Auditbeat* diff --git a/x-pack/elastic-agent/_meta/config/common.p2.yml.tmpl b/x-pack/elastic-agent/_meta/config/common.p2.yml.tmpl index 4a2fb93d10f..9b62daf82d0 100644 --- a/x-pack/elastic-agent/_meta/config/common.p2.yml.tmpl +++ b/x-pack/elastic-agent/_meta/config/common.p2.yml.tmpl @@ -43,7 +43,7 @@ inputs: # # enables metrics monitoring # metrics: true -# # Allow fleet to reload his configuration locally on disk. +# # Allow fleet to reload its configuration locally on disk. # # Notes: Only specific process configuration will be reloaded. # agent.reload: # # enabled configure the Elastic Agent to reload or not the local configuration. diff --git a/x-pack/elastic-agent/_meta/config/common.reference.p2.yml.tmpl b/x-pack/elastic-agent/_meta/config/common.reference.p2.yml.tmpl index 53c90a7f783..d6e288fc31a 100644 --- a/x-pack/elastic-agent/_meta/config/common.reference.p2.yml.tmpl +++ b/x-pack/elastic-agent/_meta/config/common.reference.p2.yml.tmpl @@ -117,7 +117,7 @@ inputs: # # enables metrics monitoring # metrics: false -# # Allow fleet to reload his configuration locally on disk. +# # Allow fleet to reload its configuration locally on disk. # # Notes: Only specific process configuration will be reloaded. # agent.reload: # # enabled configure the Elastic Agent to reload or not the local configuration. diff --git a/x-pack/elastic-agent/_meta/config/elastic-agent.docker.yml.tmpl b/x-pack/elastic-agent/_meta/config/elastic-agent.docker.yml.tmpl index bb77ce3947c..e3296aaf047 100644 --- a/x-pack/elastic-agent/_meta/config/elastic-agent.docker.yml.tmpl +++ b/x-pack/elastic-agent/_meta/config/elastic-agent.docker.yml.tmpl @@ -117,7 +117,7 @@ inputs: # # enables metrics monitoring # metrics: false -# # Allow fleet to reload his configuration locally on disk. +# # Allow fleet to reload its configuration locally on disk. # # Notes: Only specific process configuration will be reloaded. # agent.reload: # # enabled configure the Elastic Agent to reload or not the local configuration. diff --git a/x-pack/elastic-agent/elastic-agent.docker.yml b/x-pack/elastic-agent/elastic-agent.docker.yml index 6028291bfc6..4d70328b59b 100644 --- a/x-pack/elastic-agent/elastic-agent.docker.yml +++ b/x-pack/elastic-agent/elastic-agent.docker.yml @@ -117,7 +117,7 @@ inputs: # # enables metrics monitoring # metrics: false -# # Allow fleet to reload his configuration locally on disk. +# # Allow fleet to reload its configuration locally on disk. # # Notes: Only specific process configuration will be reloaded. # agent.reload: # # enabled configure the Elastic Agent to reload or not the local configuration. diff --git a/x-pack/elastic-agent/elastic-agent.reference.yml b/x-pack/elastic-agent/elastic-agent.reference.yml index 022ce746647..716755f9214 100644 --- a/x-pack/elastic-agent/elastic-agent.reference.yml +++ b/x-pack/elastic-agent/elastic-agent.reference.yml @@ -123,7 +123,7 @@ inputs: # # enables metrics monitoring # metrics: false -# # Allow fleet to reload his configuration locally on disk. +# # Allow fleet to reload its configuration locally on disk. # # Notes: Only specific process configuration will be reloaded. # agent.reload: # # enabled configure the Elastic Agent to reload or not the local configuration. diff --git a/x-pack/elastic-agent/elastic-agent.yml b/x-pack/elastic-agent/elastic-agent.yml index 6134c396036..7a9b4959bad 100644 --- a/x-pack/elastic-agent/elastic-agent.yml +++ b/x-pack/elastic-agent/elastic-agent.yml @@ -49,7 +49,7 @@ inputs: # # enables metrics monitoring # metrics: true -# # Allow fleet to reload his configuration locally on disk. +# # Allow fleet to reload its configuration locally on disk. # # Notes: Only specific process configuration will be reloaded. # agent.reload: # # enabled configure the Elastic Agent to reload or not the local configuration.