Skip to content

Commit

Permalink
Remove multiline entries (7.16) (#28744)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresrc authored Nov 2, 2021
1 parent c79cf74 commit 7112893
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7112893

Please sign in to comment.