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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
62
62
- All modules: Replace usages of deprecated ECS fields `process.ppid` and `log.original` with `process.parent.pid` and `event.original`. {pull}28620[28620]
63
63
- Replace usages of `host.user.*` fields with `user.*` in `cisco`, `microsoft` and `oracle` modules. {pull}28620[28620]
64
64
- Remove `docker` input. Please use `filestream` input with `container` parser or `container` input. {pull}28817[28817]
65
+
- Change `threatintel` module to use new `threat.*` ECS fields. {pull}29014[29014]
65
66
66
67
*Heartbeat*
67
68
@@ -138,6 +139,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
138
139
- Periodic metrics in logs will now report `libbeat.output.events.active` and `beat.memstats.rss`
139
140
- Allows disable pod events enrichment with deployment name {pull}28521[28521]
140
141
- Fix `fingerprint` processor to give it access to the `@timestamp` field. {issue}28683[28683]
142
+
- Fix the wrong beat name on monitoring and state endpoint {issue}27755[27755]
141
143
142
144
*Auditbeat*
143
145
@@ -180,7 +182,9 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
180
182
- Relax time parsing and capture group and session type in Cisco ASA module {issue}24710[24710] {pull}28325[28325]
181
183
- Correctly track bytes read when max_bytes is exceeded. {issue}28317[28317] {pull}28352[28352]
0 commit comments