Skip to content

Commit

Permalink
docs: Prepare Changelog for 7.17.3 (#31325)
Browse files Browse the repository at this point in the history
* docs: Close changelog for 7.17.3

* Fix entries that did not make the BC

* Remove empty sections

Co-authored-by: Andres Rodriguez <[email protected]>
  • Loading branch information
elasticmachine and andresrc authored Apr 18, 2022
1 parent 67075ef commit a55c603
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 19 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
:issue: https://github.com/elastic/beats/issues/
:pull: https://github.com/elastic/beats/pull/

[[release-notes-7.17.3]]
=== Beats version 7.17.3
https://github.com/elastic/beats/compare/v7.17.2...v7.17.3[View commits]

==== Bugfixes

*Affecting all Beats*

- Fix AWS config initialization issue when using a role {issue}30999[30999] {pull}31014[31014]

*Filebeat*


- Prevent logic race on clearing data during request in httpjson. {pull}30730[30730]
- Fixes data duplication on restart when filestream inputs did not have an ID set. {issue}30061[30061]
- Prevents filestream inputs from being stuck while being created. {pull}31240[31240]
- Fix Azure signinlogs authentication_requirement_policies field type and several missing fields. {pull}31062[31062]
- Cyberark PAS: Fix error ingesting events with a single entry in the CAProperties field. {pull}31094[31094]
- Fix Azure activitylogs identity field type and several missing fields. {pull}31170[31170]
- checkpoint: Fix ingest error when a message contains trailing spaces {pull}31197[31197]


[[release-notes-7.17.2]]
=== Beats version 7.17.2
https://github.com/elastic/beats/compare/v7.17.1...v7.17.2[View commits]
Expand Down
23 changes: 4 additions & 19 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,35 +32,17 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d

*Affecting all Beats*

- Fix AWS config initialization issue when using a role {issue}30999[30999] {pull}31014[31014]

*Auditbeat*


*Filebeat*

- Report the starting offset of the line in `log.offset` when using `filestream` instead of the end to be ECS compliant. {pull}30445[30445]

- auditd: Prevent mapping explosion when truncated EXECVE records are ingested. {pull}30382[30382]
- elasticsearch: fix duplicate ingest when using a common appender configuration {issue}30428[30428] {pull}30440[30440]
- Fix ECS version string in threatintel to be consistent with other modules and add event.timezone. {issue}30499[30499] {pull}30570[30570]
- Add default paths value to MySQL Enterprise module to prevent issues with pipeline installations {pull}30598[30598]
- Report the starting offset of the line in `log.offset` when using `filestream` instead of the end to be ECS compliant. {pull}30445[30445]
- Fix add_kubernetes_metadata matcher: support rotated logs when `resource_type: pod` {pull}30720[30720]
- Prevent logic race on clearing data during request in httpjson. {pull}30730[30730]
- Fixes data duplication on restart when filestream inputs did not have an ID set. {issue}30061[30061]
- Update documentation for accessing `last_response.url.params` in httpjson input. {pull}30739[30739]
- Fix add_kubernetes_metadata matcher: support rotated logs when `resource_type: pod` {pull}30720[30720]
- Allow fixing data duplication on restart when filestream inputs did not have an ID set. Setting an ID for filestream
inputs will fix the problem without generating any data duplication{issue}30061[30061]
- Prevents filestream inputs from being stuck while being created. {pull}31240[31240]
- Fix Azure signinlogs authentication_requirement_policies field type and several missing fields. {pull}31062[31062]
- Cyberark PAS: Fix error ingesting events with a single entry in the CAProperties field. {pull}31094[31094]
- Fix Azure activitylogs identity field type and several missing fields. {pull}31170[31170]
- checkpoint: Fix ingest error when a message contains trailing spaces {pull}31197[31197]
- m365_defender: Fix processing when alerts.entities is an empty list. {issue}31223[31223] {pull}31227[31227]
- Prevent filestream from rereading whole files if they are rotated using rename. {pull}31268[31268]


*Heartbeat*


Expand Down Expand Up @@ -130,3 +112,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
==== Known Issue





1 change: 1 addition & 0 deletions libbeat/docs/release.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This section summarizes the changes in each release. Also read
<<breaking-changes>> for more detail about changes that affect
upgrade.

* <<release-notes-7.17.3>>
* <<release-notes-7.17.2>>
* <<release-notes-7.17.1>>
* <<release-notes-7.17.0>>
Expand Down

0 comments on commit a55c603

Please sign in to comment.