From 682c651de02b404e9f8bca1e135865e669319097 Mon Sep 17 00:00:00 2001 From: Brian Dols Date: Thu, 19 Oct 2023 18:55:13 -0500 Subject: [PATCH] raise up logging level to warning when attempting to configure beats with unknown fields from autodiscovered events/environments --- CHANGELOG.next.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 7c35197567b8..26feb4c97b2e 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -168,6 +168,7 @@ is collected by it. Setting environmental variable ELASTIC_NETINFO:false in Elastic Agent pod will disable the netinfo.enabled option of add_host_metadata processor - allow `queue` configuration settings to be set under the output. {issue}35615[35615] {pull}36788[36788] - Beats will now connect to older Elasticsearch instances by default {pull}36884[36884] +- Raise up logging level to warning when attempting to configure beats with unknown fields from autodiscovered events/environments *Auditbeat*