From 37601d70cc1ed62ae2f408be207443ded7a5dc0b Mon Sep 17 00:00:00 2001 From: Jean-Fabrice Bobo <2949987+jeanfabrice@users.noreply.github.com> Date: Mon, 4 Sep 2023 17:51:58 +0200 Subject: [PATCH 1/3] Fix misleading input beats documentation Logstash host information is not supported as part of the enrich `source_metadata` --- docs/index.asciidoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 2eb9ae65..d1721ed5 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -300,8 +300,7 @@ Refer to <> for detailed info explicitly specified, _excluding_ `codec_metadata` from `enrich` will disable `ecs_compatibility` for this plugin. | source_metadata | Information about the _source_ of the event, such as the IP address - of the inbound connection this input received the event from and the - name of the Logstash host that processed the event + of the inbound connection this input received the event from | ssl_peer_metadata | Detailed information about the _SSL peer_ we received the event from, such as identity information from the SSL client certificate that was presented when establishing a connection to this input From 5cc13a0452ec1ebf2c26a93ae712d17e94b5b6dc Mon Sep 17 00:00:00 2001 From: Jean-Fabrice Bobo <2949987+jeanfabrice@users.noreply.github.com> Date: Tue, 5 Sep 2023 22:37:55 +0200 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76f2238e..bd4f88d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 6.6.4 + - [DOC] Fix misleading `enrich/source_data` input beats documentation about the Logstash host. [#478](https://github.com/logstash-plugins/logstash-input-beats/pull/478) + ## 6.6.3 - [DOC] Updated the `ssl_client_authentication` and `ssl_verify_mode` documentation explaining that CN and SAN are not validated. [#473](https://github.com/logstash-plugins/logstash-input-beats/pull/473) From 837ad0dacfd4ab94807d365d01b34fd288dcd451 Mon Sep 17 00:00:00 2001 From: Jean-Fabrice Bobo <2949987+jeanfabrice@users.noreply.github.com> Date: Tue, 5 Sep 2023 22:39:53 +0200 Subject: [PATCH 3/3] Update VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index e411592c..b22e754a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.6.3 +6.6.4