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
-16Lines changed: 0 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,6 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
217
217
- [Autodiscover] Handle input-not-finished errors in config reload. {pull}20915[20915]
218
218
- Explicitly detect missing variables in autodiscover configuration, log them at the debug level. {issue}20568[20568] {pull}20898[20898]
219
219
- Fix `libbeat.output.write.bytes` and `libbeat.output.read.bytes` metrics of the Elasticsearch output. {issue}20752[20752] {pull}21197[21197]
220
-
- The `o365input` and `o365` module now recover from an authentication problem or other fatal errors, instead of terminating. {pull}21259[21258]
221
220
- Orderly close processors when processing pipelines are not needed anymore to release their resources. {pull}16349[16349]
222
221
- Fix memory leak and events duplication in docker autodiscover and add_docker_metadata. {pull}21851[21851]
223
222
- Fixed documentation for commands in beats dev guide {pull}22194[22194]
@@ -227,30 +226,15 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
227
226
- Fix index template loading when the new index format is selected. {issue}22482[22482] {pull}22682[22682]
228
227
- Periodic metrics in logs will now report `libbeat.output.events.active` and `beat.memstats.rss`
229
228
as gauges (rather than counters). {pull}22877[22877]
230
-
- The `o365input` and `o365` module now recover from an authentication problem or other fatal errors, instead of terminating. {pull}21258[21258]
231
229
- Use PROGRAMDATA environment variable instead of C:\ProgramData for windows install service {pull}22874[22874]
232
230
- Fix reporting of cgroup metrics when running under Docker {pull}22879[22879]
233
231
- Fix typo in config docs {pull}23185[23185]
234
232
- Add FAQ entry for madvdontneed variable {pull}23429[23429]
235
233
- Fix panic due to unhandled DeletedFinalStateUnknown in k8s OnDelete {pull}23419[23419]
236
234
- Fix error loop with runaway CPU use when the Kafka output encounters some connection errors {pull}23484[23484]
237
-
- Fix ILM setup log reporting that a policy or an alias was created, even though the creation of any resource was disabled. {issue}24046[24046] {pull}24480[24480]
238
-
- Fix ILM alias not being created if `setup.ilm.check_exists: false` and `setup.ilm.overwrite: true` has been configured. {pull}24480[24480]
239
235
- Fix issue discovering docker containers and metadata after reconnections {pull}24318[24318]
240
-
- Allow cgroup self-monitoring to see alternate `hostfs` paths {pull}24334[24334]
241
-
- Fix 'make setup' instructions for a new beat {pull}24944[24944]
242
-
- Fix out of date FreeBSD vagrantbox. {pull}25652[25652]
243
-
- Fix handling of `file_selectors` in aws-s3 input. {pull}25792[25792]
244
236
- Fix ILM alias creation when write alias exists and initial index does not exist {pull}26143[26143]
245
-
- Include date separator in the filename prefix of `dateRotator` to make sure nothing gets purged accidentally {pull}26176[26176]
246
237
- Omit full index template from errors that occur while loading the template. {pull}25743[25743]
247
-
- Allow configuring credential_profile_name and shared_credential_file when using role_arn. {pull}24174[24174]
248
-
- Add `expand_keys` to the list of permitted config fields for `decode_json_fields` {24862}[24862]
249
-
- Fix discovery of short-living and failing pods in Kubernetes autodiscover {issue}22718[22718] {pull}24742[24742]
250
-
- Fix panic when overwriting metadata {pull}24741[24741]
251
-
- Fix role_arn to work with access keys for AWS. {pull}25446[25446]
252
-
- Fix `community_id` processor so that ports greater than 65535 aren't valid. {pull}25409[25409]
253
-
- Fix ILM alias creation when write alias exists and initial index does not exist {pull}26143[26143]
254
238
- In the script processor, the `decode_xml` and `decode_xml_wineventlog` processors are now available as `DecodeXML` and `DecodeXMLWineventlog` respectively.
0 commit comments