Skip to content

Commit 89e2cb3

Browse files
committed
Close changelog for 7.9.2
1 parent ef82f40 commit 89e2cb3

File tree

2 files changed

+138
-14
lines changed

2 files changed

+138
-14
lines changed

CHANGELOG.asciidoc

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,141 @@
33
:issue: https://github.com/elastic/beats/issues/
44
:pull: https://github.com/elastic/beats/pull/
55

6+
[[release-notes-7.9.2]]
7+
=== Beats version 7.9.2
8+
https://github.com/elastic/beats/compare/v7.9.1...v7.9.2[View commits]
9+
10+
==== Breaking changes
11+
12+
*Affecting all Beats*
13+
14+
- Autodiscover doesn't generate any configuration when a variable is missing. Previously it generated an incomplete configuration. {pull}20898[20898]
15+
16+
*Auditbeat*
17+
18+
19+
*Filebeat*
20+
21+
- Add support for GMT timezone offsets in `decode_cef`. {pull}20993[20993]
22+
23+
*Heartbeat*
24+
25+
26+
*Journalbeat*
27+
28+
29+
*Metricbeat*
30+
31+
32+
*Packetbeat*
33+
34+
35+
*Winlogbeat*
36+
37+
38+
*Functionbeat*
39+
40+
41+
==== Bugfixes
42+
43+
*Affecting all Beats*
44+
45+
- Explicitly detect missing variables in autodiscover configuration, log them at the debug level. {issue}20568[20568] {pull}20898[20898]
46+
- Fix `libbeat.output.write.bytes` and `libbeat.output.read.bytes` metrics of the Elasticsearch output. {issue}20752[20752] {pull}21197[21197]
47+
48+
*Auditbeat*
49+
50+
51+
*Filebeat*
52+
53+
- Provide backwards compatibility for the `set` processor when Elasticsearch is less than 7.9.0. {pull}20908[20908]
54+
- Fix an error updating file size being logged when EOF is reached. {pull}21048[21048]
55+
- Fix error when processing AWS Cloudtrail Digest logs. {pull}21086[21086] {issue}20943[20943]
56+
57+
*Heartbeat*
58+
59+
60+
*Journalbeat*
61+
62+
63+
*Metricbeat*
64+
65+
- The Kibana collector applies backoff when errored at getting usage stats {pull}20772[20772]
66+
- The `elasticsearch/index` metricset only requests wildcard expansion for hidden indices if the monitored Elasticsearch cluster supports it. {pull}20938[20938]
67+
- Fix panic index out of range error when getting AWS account name. {pull}21101[21101] {issue}21095[21095]
68+
- Handle missing counters in the application_pool metricset. {pull}21071[21071]
69+
70+
*Packetbeat*
71+
72+
73+
*Winlogbeat*
74+
75+
76+
*Functionbeat*
77+
78+
- Do not need Google credentials if not required for the operation. {issue}17329[17329] {pull}21072[21072]
79+
- Fix dependency issues of GCP functions. {issue}20830[20830] {pull}21070[21070]
80+
81+
==== Added
82+
83+
*Affecting all Beats*
84+
85+
- Add container ECS fields in kubernetes metadata. {pull}20984[20984]
86+
87+
*Auditbeat*
88+
89+
90+
*Filebeat*
91+
92+
93+
94+
*Heartbeat*
95+
96+
97+
*Heartbeat*
98+
99+
*Journalbeat*
100+
101+
102+
*Metricbeat*
103+
104+
105+
*Packetbeat*
106+
107+
108+
*Functionbeat*
109+
110+
111+
*Winlogbeat*
112+
113+
114+
*Elastic Log Driver*
115+
116+
==== Deprecated
117+
118+
*Affecting all Beats*
119+
120+
*Filebeat*
121+
122+
123+
*Heartbeat*
124+
125+
*Journalbeat*
126+
127+
*Metricbeat*
128+
129+
*Packetbeat*
130+
131+
*Winlogbeat*
132+
133+
*Functionbeat*
134+
135+
==== Known Issue
136+
137+
*Journalbeat*
138+
139+
140+
6141
[[release-notes-7.9.1]]
7142
=== Beats version 7.9.1
8143
https://github.com/elastic/beats/compare/v7.9.0...v7.9.1[View commits]

CHANGELOG.next.asciidoc

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
1212

1313
- Update to Golang 1.12.1. {pull}11330[11330]
1414
- Disable Alibaba Cloud and Tencent Cloud metadata providers by default. {pull}13812[12812]
15-
- Autodiscover doesn't generate any configuration when a variable is missing. Previously it generated an incomplete configuration. {pull}20898[20898]
1615

1716
*Auditbeat*
1817

1918

2019
*Filebeat*
2120

2221
- Fix parsing of Elasticsearch node name by `elasticsearch/slowlog` fileset. {pull}14547[14547]
23-
- Add support for GMT timezone offsets in `decode_cef`. {pull}20993[20993]
2422

2523
*Heartbeat*
2624

@@ -52,8 +50,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
5250
- Fix `setup.dashboards.index` setting not working. {pull}17749[17749]
5351
- Fix Elasticsearch license endpoint URL referenced in error message. {issue}17880[17880] {pull}18030[18030]
5452
- Change `decode_json_fields` processor, to merge parsed json objects with existing objects in the event instead of fully replacing them. {pull}17958[17958]
55-
- Explicitly detect missing variables in autodiscover configuration, log them at the debug level. {issue}20568[20568] {pull}20898[20898]
56-
- Fix `libbeat.output.write.bytes` and `libbeat.output.read.bytes` metrics of the Elasticsearch output. {issue}20752[20752] {pull}21197[21197]
5753

5854
*Auditbeat*
5955

@@ -73,9 +69,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
7369
- Fixed `cloudfoundry.access` to have the correct `cloudfoundry.app.id` contents. {pull}17847[17847]
7470
- Fixing `ingress_controller.` fields to be of type keyword instead of text. {issue}17834[17834]
7571
- Fixed typo in log message. {pull}17897[17897]
76-
- Provide backwards compatibility for the `set` processor when Elasticsearch is less than 7.9.0. {pull}20908[20908]
77-
- Fix an error updating file size being logged when EOF is reached. {pull}21048[21048]
78-
- Fix error when processing AWS Cloudtrail Digest logs. {pull}21086[21086] {issue}20943[20943]
7972

8073
*Heartbeat*
8174

@@ -102,10 +95,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
10295
- Fix storage metricset to allow config without region/zone. {issue}17623[17623] {pull}17624[17624]
10396
- Fix overflow on Prometheus rates when new buckets are added on the go. {pull}17753[17753]
10497
- Add a switch to the driver definition on SQL module to use pretty names {pull}17378[17378]
105-
- The Kibana collector applies backoff when errored at getting usage stats {pull}20772[20772]
106-
- The `elasticsearch/index` metricset only requests wildcard expansion for hidden indices if the monitored Elasticsearch cluster supports it. {pull}20938[20938]
107-
- Fix panic index out of range error when getting AWS account name. {pull}21101[21101] {issue}21095[21095]
108-
- Handle missing counters in the application_pool metricset. {pull}21071[21071]
10998

11099
*Packetbeat*
111100

@@ -115,8 +104,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
115104

116105
*Functionbeat*
117106

118-
- Do not need Google credentials if not required for the operation. {issue}17329[17329] {pull}21072[21072]
119-
- Fix dependency issues of GCP functions. {issue}20830[20830] {pull}21070[21070]
120107

121108
==== Added
122109

@@ -128,7 +115,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
128115
- Update documentation for system.process.memory fields to include clarification on Windows os's. {pull}17268[17268]
129116
- When using the `decode_json_fields` processor, decoded fields are now deep-merged into existing event. {pull}17958[17958]
130117
- Add keystore support for autodiscover static configurations. {pull]16306[16306]
131-
- Add container ECS fields in kubernetes metadata. {pull}20984[20984]
132118

133119
*Auditbeat*
134120

@@ -199,3 +185,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
199185
==== Known Issue
200186

201187
*Journalbeat*
188+
189+
190+

0 commit comments

Comments
 (0)