Skip to content

Commit

Permalink
Close changelog 6.3.1 (elastic#7403)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsg authored and andrewkroh committed Jun 25, 2018
1 parent 4de74bd commit 83fb62b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 13 deletions.
40 changes: 27 additions & 13 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ https://github.com/elastic/beats/compare/v6.3.0...6.3[Check the HEAD diff]

*Affecting all Beats*

- Allow index-pattern only setup when setup.dashboards.only_index=true. {pull}7285[7285]

*Auditbeat*

*Filebeat*
Expand All @@ -31,27 +29,16 @@ https://github.com/elastic/beats/compare/v6.3.0...6.3[Check the HEAD diff]

*Affecting all Beats*

- Preserve the event when source matching fails in `add_docker_metadata`. {pull}7133[7133]
- Negotiate Docker API version from our client instead of using a hardcoded one. {pull}7165[7165]

*Auditbeat*

*Filebeat*

- Comply with PostgreSQL database name format {pull}7198[7198]
- Optimize PostgreSQL ingest pipeline to use anchored regexp and merge multiple regexp into a single expression. {pull}7269[7269]

*Heartbeat*

*Metricbeat*

- Fix field mapping for the system process CPU ticks fields. {pull}7230[7230]

*Packetbeat*

- Fix an out of bounds access in HTTP parser caused by malformed request. {pull}6997[6997]
- Fix missing type for `http.response.body` field. {pull}7169[7169]

*Winlogbeat*

==== Added
Expand Down Expand Up @@ -89,6 +76,33 @@ https://github.com/elastic/beats/compare/v6.3.0...6.3[Check the HEAD diff]

////////////////////////////////////////////////////////////
[[release-notes-6.3.1]]
=== Beats version 6.3.1
https://github.com/elastic/beats/compare/v6.3.0...v6.3.1[View commits]
==== Bugfixes
*Affecting all Beats*
- Allow index-pattern only setup when setup.dashboards.only_index=true. {pull}7285[7285]
- Preserve the event when source matching fails in `add_docker_metadata`. {pull}7133[7133]
- Negotiate Docker API version from our client instead of using a hardcoded one. {pull}7165[7165]
*Filebeat*
- Comply with PostgreSQL database name format {pull}7198[7198]
- Optimize PostgreSQL ingest pipeline to use anchored regexp and merge multiple regexp into a single expression. {pull}7269[7269]
- Optimize PostgreSQL ingest pipeline to use anchored regexp and merge multiple regexp into a single expression. {pull}7269[7269]
*Metricbeat*
- Fix field mapping for the system process CPU ticks fields. {pull}7230[7230]
*Packetbeat*
- Fix an out of bounds access in HTTP parser caused by malformed request. {pull}6997[6997]
- Fix missing type for `http.response.body` field. {pull}7169[7169]
[[release-notes-6.3.0]]
=== Beats version 6.3.0
https://github.com/elastic/beats/compare/v6.2.3...v6.3.0[View commits]
Expand Down
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-6.3.1>>
* <<release-notes-6.3.0>>
* <<release-notes-6.2.3>>
* <<release-notes-6.2.2>>
Expand Down

0 comments on commit 83fb62b

Please sign in to comment.