Skip to content

Commit 3d0e175

Browse files
authored
Bump to v.6.1.1 (#414)
Bump version to publish doc changes in #413
1 parent 42cdfba commit 3d0e175

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
## 6.1.1
2+
- [DOC] Enhanced ECS compatibility information for ease of use and readability
3+
[#413](https://github.com/logstash-plugins/logstash-input-beats/pull/413)
4+
15
## 6.1.0
2-
- ECS compatibility enablement, now an `ecs_compatibility` setting is used to declare the level of ECS compatibility
3-
(`disabled` or `v1`) at plugin level. `disabled` let the plugin behave like before while `v1` does a rename of
4-
`host` and `@metadata.ip_address` event fields. [404](https://github.com/logstash-plugins/logstash-input-beats/pull/404)
6+
- ECS compatibility enablement. Adds `ecs_compatibility` setting to declare the level of ECS compatibility (`disabled` or `v1`) at plugin level. When `disabled`, the plugin behaves like before, while `v1` does a rename of
7+
`host` and `@metadata.ip_address` event fields. [#404](https://github.com/logstash-plugins/logstash-input-beats/pull/404)
58

69
## 6.0.14
710
- Feat: log + unwrap generic SSL context exceptions [#405](https://github.com/logstash-plugins/logstash-input-beats/pull/405)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.0
1+
6.1.1

0 commit comments

Comments
 (0)