You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.next.asciidoc
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
21
21
22
22
*Filebeat*
23
23
- Improve ECS field mappings in panw module. event.outcome now only contains success/failure per ECS specification. {issue}16025[16025] {pull}17910[17910]
24
+
- Improve ECS categorization field mappings for nginx module. http.request.referrer is now lowercase & http.request.referrer only populated when nginx sets a value {issue}16174[16174] {pull}17844[17844]
25
+
- Improve ECS field mappings in santa module. move hash.sha256 to process.hash.sha256 & move certificate fields to santa.certificate . {issue}16180[16180] {pull}17982[17982]
24
26
25
27
*Heartbeat*
26
28
@@ -77,6 +79,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
77
79
- Do not rotate log files on startup when interval is configured and rotateonstartup is disabled. {pull}17613[17613]
78
80
- Fix goroutine leak and Elasticsearch output file descriptor leak when output reloading is in use. {issue}10491[10491] {pull}17381[17381]
79
81
- Fix `setup.dashboards.index` setting not working. {pull}17749[17749]
@@ -114,7 +117,9 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
114
117
- Remove migrationVersion map 7.7.0 reference from Kibana dashboard file to fix backward compatibility issues. {pull}17425[17425]
115
118
- Fix issue 17734 to retry on rate-limit error in the Filebeat httpjson input. {issue}17734[17734] {pull}17735[17735]
116
119
- Fixed `cloudfoundry.access` to have the correct `cloudfoundry.app.id` contents. {pull}17847[17847]
120
+
- Fixing `ingress_controller.` fields to be of type keyword instead of text. {issue}17834[17834]
117
121
- Fixed typo in log message. {pull}17897[17897]
122
+
- Fix Cisco ASA ASA 3020** and 106023 messages {pull}17964[17964]
118
123
119
124
*Heartbeat*
120
125
@@ -198,9 +203,12 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
198
203
- Update RPM packages contained in Beat Docker images. {issue}17035[17035]
199
204
- Update supported versions of `redis` output. {pull}17198[17198]
200
205
- Update documentation for system.process.memory fields to include clarification on Windows os's. {pull}17268[17268]
206
+
- Add `replace` processor for replacing string values of fields. {pull}17342[17342]
201
207
- Add optional regex based cid extractor to `add_kubernetes_metadata` processor. {pull}17360[17360]
202
208
- Add `urldecode` processor to for decoding URL-encoded fields. {pull}17505[17505]
203
209
- Add support for AWS IAM `role_arn` in credentials config. {pull}17658[17658] {issue}12464[12464]
210
+
- Add keystore support for autodiscover static configurations. {pull]16306[16306]
211
+
- Add Kerberos support to Elasticsearch output. {pull}17927[17927]
204
212
205
213
*Auditbeat*
206
214
@@ -270,14 +278,15 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
270
278
- Enhance `elasticsearch/slowlog` fileset to handle ECS-compatible logs emitted by Elasticsearch. {issue}17715[17715] {pull}17729[17729]
271
279
- Improve ECS categorization field mappings in misp module. {issue}16026[16026] {pull}17344[17344]
272
280
- Added Unix stream socket support as an input source and a syslog input source. {pull}17492[17492]
273
-
- Improve ECS categorization field mappings for nginx module. {issue}16174[16174] {pull}17844[17844]
274
281
- Improve ECS categorization field mappings in postgresql module. {issue}16177[16177] {pull}17914[17914]
275
282
- Improve ECS categorization field mappings in rabbitmq module. {issue}16178[16178] {pull}17916[17916]
283
+
- Improve ECS categorization field mappings in redis module. {issue}16179[16179] {pull}17918[17918]
284
+
- Improve ECS categorization field mappings for zeek module. {issue}16029[16029] {pull}17738[17738]
276
285
277
286
*Heartbeat*
278
287
279
288
- Allow a list of status codes for HTTP checks. {pull}15587[15587]
280
-
289
+
- Add additional ECS compatible fields for TLS information. {pull}17687[17687]
281
290
282
291
*Journalbeat*
283
292
@@ -346,8 +355,10 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
346
355
- Reference kubernetes manifests mount data directory from the host when running metricbeat as daemonset, so data persist between executions in the same node. {pull}17429[17429]
347
356
- Add more detailed error messages, system tests and small refactoring to the service metricset in windows. {pull}17725[17725]
348
357
- Stack Monitoring modules now auto-configure required metricsets when `xpack.enabled: true` is set. {issue}16471[[16471] {pull}17609[17609]
358
+
- Allow partial region and zone name in googlecloud module config. {pull}17913[17913]
349
359
- Add aggregation aligner as a config parameter for googlecloud stackdriver metricset. {issue}17141[[17141] {pull}17719[17719]
350
360
- Move the perfmon metricset to GA. {issue}16608[16608] {pull}17879[17879]
361
+
- Add static mapping for metricsets under aws module. {pull}17614[17614] {pull}17650[17650]
0 commit comments