From eb2079a01bbed0e84895f18614448d7337373e0a Mon Sep 17 00:00:00 2001 From: Alex Kristiansen Date: Wed, 16 Dec 2020 11:35:27 -0800 Subject: [PATCH 1/2] fix typo in elastic agent config --- x-pack/elastic-agent/_meta/config/common.p2.yml.tmpl | 2 +- x-pack/elastic-agent/_meta/config/common.reference.p2.yml.tmpl | 2 +- x-pack/elastic-agent/_meta/config/elastic-agent.docker.yml.tmpl | 2 +- x-pack/elastic-agent/elastic-agent.docker.yml | 2 +- x-pack/elastic-agent/elastic-agent.reference.yml | 2 +- x-pack/elastic-agent/elastic-agent.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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. From 901f38fd07209ec4761ad2cd5cc7756eada359ab Mon Sep 17 00:00:00 2001 From: Alex Kristiansen Date: Wed, 16 Dec 2020 11:53:21 -0800 Subject: [PATCH 2/2] update changelog --- CHANGELOG.next.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index fba1bca3d95..cf8b3bbbeb8 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] *Auditbeat*