Skip to content

Commit 4889fd4

Browse files
authored
Merge pull request #478 from jeanfabrice/patch-2
[DOC] Fix misleading `enrich/source_data` input beats documentation about the Logstash host
2 parents 5a22bb9 + 837ad0d commit 4889fd4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 6.6.4
2+
- [DOC] Fix misleading `enrich/source_data` input beats documentation about the Logstash host. [#478](https://github.com/logstash-plugins/logstash-input-beats/pull/478)
3+
14
## 6.6.3
25
- [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)
36

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.6.3
1+
6.6.4

docs/index.asciidoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,7 @@ Refer to <<plugins-{type}s-{plugin}-ecs_metadata,ECS mapping>> for detailed info
300300
explicitly specified, _excluding_ `codec_metadata` from `enrich` will
301301
disable `ecs_compatibility` for this plugin.
302302
| source_metadata | Information about the _source_ of the event, such as the IP address
303-
of the inbound connection this input received the event from and the
304-
name of the Logstash host that processed the event
303+
of the inbound connection this input received the event from
305304
| ssl_peer_metadata | Detailed information about the _SSL peer_ we received the event from,
306305
such as identity information from the SSL client certificate that was
307306
presented when establishing a connection to this input

0 commit comments

Comments
 (0)