From 711289348d9fdd69e7d8d2a75ae2c51bd71283fd Mon Sep 17 00:00:00 2001 From: Andres Rodriguez Date: Tue, 2 Nov 2021 07:51:32 +0100 Subject: [PATCH] Remove multiline entries (7.16) (#28744) --- CHANGELOG.next.asciidoc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index c3e8e578f47..181ca24371c 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -14,9 +14,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - Fix panic with inline SSL when the certificate or key were small than 256 bytes. {pull}23820[23820] - Skip add_kubernetes_metadata processor when kubernetes metadata are already present {pull}27689[27689] - Enable IMDSv2 support for `add_cloud_metadata` processor on AWS. {issue}22101[22101] {pull}28285[28285] -- Load index templates v2 (composable index templates) by default when talking to ES 7.16 or ES 8.x. Please note that you cannot load templates -into Elasticsearch 7.8 or older with this default. To load templates to these ES version, set `setup.template.type` back -to `legacy`. {pull}28538[28538] +- Load index templates v2 (composable index templates) by default when talking to ES 7.16 or ES 8.x. Please note that you cannot load templates into Elasticsearch 7.8 or older with this default. To load templates to these ES version, set `setup.template.type` back to `legacy`. {pull}28538[28538] - Previously, RE2 and thus Golang had a bug where `(|a)*` matched more characters than `(|a)+`. To stay consistent with PCRE, the bug was fixed. Configurations that rely on the old, buggy behaviour has to be adjusted. See more about Golang bug: https://github.com/golang/go/issues/46123 {pull}27543[27543] *Auditbeat* @@ -70,8 +68,7 @@ to `legacy`. {pull}28538[28538] *Functionbeat* -- Support for Google Cloud Functions have been removed, as it has been in Beta for a long time and been broken -for a few releases. Please use other tools provided by Elastic to fetch data from GCP (e.g. Filebeat). +- Support for Google Cloud Functions have been removed, as it has been in Beta for a long time and been broken for a few releases. Please use other tools provided by Elastic to fetch data from GCP (e.g. Filebeat). ==== Bugfixes