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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
33
33
- Fix parsing of Elasticsearch node name by `elasticsearch/slowlog` fileset. {pull}14547[14547]
34
34
- CEF extensions are now mapped to the data types defined in the CEF guide. {pull}14342[14342]
35
35
- Improve ECS field mappings in panw module. event.outcome now only contains success/failure per ECS specification. {issue}16025[16025] {pull}17910[17910]
36
+
- 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]
36
37
37
38
*Heartbeat*
38
39
@@ -266,6 +267,9 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
266
267
- Add `urldecode` processor to for decoding URL-encoded fields. {pull}17505[17505]
267
268
- Add support for AWS IAM `role_arn` in credentials config. {pull}17658[17658] {issue}12464[12464]
268
269
- Add Kerberos support to Elasticsearch output. {pull}17927[17927]
270
+
- Set `agent.name` to the hostname by default. {issue}16377[16377] {pull}18000[18000]
271
+
- Add keystore support for autodiscover static configurations. {pull]16306[16306]
272
+
- Add config example of how to skip the `add_host_metadata` processor when forwarding logs. {issue}13920[13920] {pull}18153[18153]
269
273
270
274
*Auditbeat*
271
275
@@ -351,6 +355,10 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
351
355
- Improve ECS categorization field mappings in rabbitmq module. {issue}16178[16178] {pull}17916[17916]
352
356
- Improve ECS categorization field mappings in postgresql module. {issue}16177[16177] {pull}17914[17914]
353
357
- Improve ECS categorization field mappings for nginx module. {issue}16174[16174] {pull}17844[17844]
358
+
- Add support for Google Application Default Credentials to the Google Pub/Sub input and Google Cloud modules. {pull}15668[15668]
359
+
- Improve ECS categorization field mappings for zeek module. {issue}16029[16029] {pull}17738[17738]
360
+
- Improve ECS categorization field mappings for netflow module. {issue}16135[16135] {pull}18108[18108]
361
+
- Improve ECS categorization field mappings in system module. {issue}16031[16031] {pull}18065[18065]
354
362
355
363
*Heartbeat*
356
364
@@ -428,6 +436,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
428
436
- 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]
429
437
- Add more detailed error messages, system tests and small refactoring to the service metricset in windows. {pull}17725[17725]
430
438
- Stack Monitoring modules now auto-configure required metricsets when `xpack.enabled: true` is set. {issue}16471[[16471] {pull}17609[17609]
0 commit comments