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
@@ -62,8 +65,11 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
62
65
- All modules: Replace usages of deprecated ECS fields `process.ppid` and `log.original` with `process.parent.pid` and `event.original`. {pull}28620[28620]
63
66
- Replace usages of `host.user.*` fields with `user.*` in `cisco`, `microsoft` and `oracle` modules. {pull}28620[28620]
64
67
- Remove `docker` input. Please use `filestream` input with `container` parser or `container` input. {pull}28817[28817]
68
+
- Change `threatintel` module to use new `threat.*` ECS fields. {pull}29014[29014]
69
+
- `filestream` and `log` inputs accept null (`\u0000`) as line terminator. {pull}28998[28998]
65
70
66
71
*Heartbeat*
72
+
- Change behavior in case of duplicate monitor IDs in configs to be last monitor wins. {pull}29041[29041]
67
73
68
74
*Journalbeat*
69
75
@@ -135,15 +141,11 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
135
141
- Output errors when Kibana index pattern setup fails. {pull}20121[20121]
136
142
- Fix issue in autodiscover that kept inputs stopped after config updates. {pull}20305[20305]
137
143
- Add service resource in k8s cluster role. {pull}20546[20546]
138
-
- Fixed documentation for commands in beats dev guide {pull}22194[22194]
139
-
- Periodic metrics in logs will now report `libbeat.output.events.active` and `beat.memstats.rss`
140
-
- Beats dashboards use custom index when `setup.dashboards.index` is set. {issue}21232[21232] {pull}27901[27901]
141
-
- Fix handling of float data types within processors. {issue}28279[28279] {pull}28280[28280]
142
-
- Allow `clone3` syscall in seccomp filters. {pull}28117[28117]
143
-
- Remove unnecessary escaping step in dashboard loading, so they can be displayed in Kibana. {pull}28395[28395]
144
+
- Periodic metrics in logs will now report `libbeat.output.events.active` and `beat.memstats.rss` as gauges (rather than counters). {pull}22877[22877]
145
+
- Fix discovery of Nomad allocations with multiple events during startup. {pull}28700[28700]
144
146
- Allows disable pod events enrichment with deployment name {pull}28521[28521]
145
-
- Fix AWS proxy_url config from url to string type. {pull}28725[28725]
146
147
- Fix `fingerprint` processor to give it access to the `@timestamp` field. {issue}28683[28683]
148
+
- Fix the wrong beat name on monitoring and state endpoint {issue}27755[27755]
147
149
148
150
*Auditbeat*
149
151
@@ -185,17 +187,20 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
185
187
- Add support for username in cisco asa security negotiation logs {pull}26975[26975]
186
188
- Relax time parsing and capture group and session type in Cisco ASA module {issue}24710[24710] {pull}28325[28325]
187
189
- Correctly track bytes read when max_bytes is exceeded. {issue}28317[28317] {pull}28352[28352]
188
-
- Fix initialization of http client in Cloudfoundry input. {issue}28271[28271] {pull}28277[28277]
189
-
- Fix aws-s3 input by checking if GetObject API call response content type exists. {pull}28457[28457]
190
-
- Set `url` as a pointer in the `httpjson` template context to ensure access to all methods. {pull}28695[28695]
0 commit comments