Skip to content

Commit 9e0ae97

Browse files
Apply light edits to 8.0 changelog (#30351)
Co-authored-by: Brandon Morelli <bmorelli25@gmail.com>
1 parent 0c187d5 commit 9e0ae97

1 file changed

Lines changed: 25 additions & 26 deletions

File tree

CHANGELOG.asciidoc

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -12,47 +12,46 @@ https://github.com/elastic/beats/compare/v7.17.0...v8.0.0[View commits]
1212
*Affecting all Beats*
1313

1414
- Remove the deprecated `xpack.monitoring.*` settings. Going forward only `monitoring.*` settings may be used. {issue}9424[9424] {pull}18608[18608]
15-
- Remove deprecated/undocumented IncludeCreatorMetadata setting from kubernetes metadata config options {pull}28006[28006]
16-
- Remove deprecated fields from kubernetes module {pull}28046[28046]
17-
- Remove deprecated config option aws_partition. {pull}28120[28120]
15+
- Remove deprecated/undocumented `IncludeCreatorMetadata` setting from kubernetes metadata config options. {pull}28006[28006]
16+
- Remove deprecated fields from kubernetes module. {pull}28046[28046]
17+
- Remove deprecated config option `aws_partition`. {pull}28120[28120]
1818
- Improve stats API by adding host metadata. {pull}27963[27963]
1919
- Libbeat: logp package forces ECS compliant logs. Logs are JSON formatted. Options to enable ECS/JSON have been removed. {issue}15544[15544] {pull}28573[28573]
2020
- Remove `auto` from the available options of `setup.ilm.enabled` and set the default value to `true`. {pull}28671[28671]
2121
- add_process_metadata processor: Replace usage of deprecated `process.ppid` field with `process.parent.pid`. {pull}28620[28620]
2222
- add_docker_metadata processor: Replace usage of deprecated `process.ppid` field with `process.parent.pid`. {pull}28620[28620]
2323
- Use data streams instead of indices for storing events from Beats. {pull}28450[28450]
2424
- Remove option `setup.template.type` and always load composable template with data streams. {pull}28450[28450]
25-
- Remove several ILM options (`rollover_alias` and `pattern`) as data streams does not require index aliases. {pull}28450[28450]
26-
- Index template's default_fields setting is only populated with ECS fields. {pull}28596[28596] {issue}28215[28215]
27-
- Remove `auto` from the available options of `setup.ilm.enabled` and set the default value to `true`. {pull}28671[28671]
25+
- Remove several ILM options (`rollover_alias` and `pattern`) as data streams do not require index aliases. {pull}28450[28450]
26+
- Populate index template's `default_fields` setting with ECS fields only. {pull}28596[28596] {issue}28215[28215]
2827
- Remove deprecated `--template` and `--ilm-policy` flags. Use `--index-management` instead. {pull}28870[28870]
29-
- Remove options `logging.files.suffix` and default to datetime endings in log file names. The format of the new name is `{beatname}-{date}(-n)?.ndjson`. Exmaple log files names from oldest to newest: `filebeat-20200101.ndjson`, `filebeat-20200101-1.ndjson`, `filebeat-20200101-2.ndjson`. {pull}28927[28927]
30-
- Allign kubernetes configuration settings. {pull}29908[29908]
31-
- The extension of the log files of Beats and Elastic Agent is changed to `.ndjson`. If you are collecting the logs, you must change the path configuration to `/path/to/logs/{beatname}*.ndjson` to avoid any issues. {pull}28927[28927]
28+
- Remove `logging.files.suffix` option, and default to datetime endings in log file names. The format of the new name is `{beatname}-{date}(-n)?.ndjson`. Example log file names from oldest to newest: `filebeat-20200101.ndjson`, `filebeat-20200101-1.ndjson`, `filebeat-20200101-2.ndjson`. {pull}28927[28927]
29+
- Align kubernetes configuration settings. {pull}29908[29908]
30+
- Change log file extension for Beats and Elastic Agent to `.ndjson`. If you are collecting the logs, you must change the path configuration to `/path/to/logs/{beatname}*.ndjson` to avoid any issues. {pull}28927[28927]
3231
- Remove legacy support for SSLv3. {pull}30071[30071]
3332

3433
*Filebeat*
3534

3635
- Add `while_pattern` type to multiline reader. {pull}19662[19662]
37-
- auditd dataset: Use process.args to store program arguments instead of auditd.log.aNNN fields. {pull}29601[29601]
38-
- Remove deprecated old awscloudwatch input name. {pull}29844[29844]
36+
- auditd dataset: Use `process.args` to store program arguments instead of `auditd.log.aNNN` fields. {pull}29601[29601]
37+
- Remove deprecated old `awscloudwatch` input name. {pull}29844[29844]
3938

4039
*Metricbeat*
4140

4241
- Remove network and diskio metrics from ec2 metricset. {pull}28316[28316]
43-
- Rename read/write_io.ops_per_sec to read/write.iops in rds metricset. {pull}28350[28350]
42+
- Rename `read/write_io.ops_per_sec` to `read/write.iops` in rds metricset. {pull}28350[28350]
4443
- system/process metricset: Replace usage of deprecated `process.ppid` field with `process.parent.pid`. {pull}28620[28620]
4544

4645
*Packetbeat*
4746

4847
- `event.category` no longer contains the value `network_traffic` because this is not a valid ECS event category value. {pull}20556[20556]
49-
- Remove deprecated TLS fields in favor of tls.server.x509 and tls.client.x509 ECS fields. {pull}28487[28487]
48+
- Remove deprecated TLS fields in favor of `tls.server.x509` and `tls.client.x509` ECS fields. {pull}28487[28487]
5049
- HTTP: The field `http.request.method` will maintain its original case. {pull}28620[28620]
5150

5251
*Winlogbeat*
5352

54-
- Remove top level `hash` property from sysmon events {pull}20653[20653]
55-
- Move module processing from local Javascript processor to ingest node {issue}29184[29184] {pull}29435[29435]
53+
- Remove top level `hash` property from sysmon events. {pull}20653[20653]
54+
- Move module processing from local Javascript processor to ingest node. {issue}29184[29184] {pull}29435[29435]
5655

5756
==== Bugfixes
5857

@@ -62,15 +61,15 @@ https://github.com/elastic/beats/compare/v7.17.0...v8.0.0[View commits]
6261

6362
*Filebeat*
6463

65-
- Fix using log_group_name_prefix in aws-cloudwatch input. {pull}29695[29695]
64+
- Fix using `log_group_name_prefix` in `aws-cloudwatch` input. {pull}29695[29695]
6665

6766
*Heartbeat*
6867

69-
- Add fonts to support more different types of characters for multiple languages. {pull}29861[29861]
68+
- Add fonts to support more types of characters for multiple languages. {pull}29861[29861]
7069

7170
*Metricbeat*
7271

73-
- Extract correct index property in kibana.stats metricset {pull}29622[29622]
72+
- Extract correct index property in `kibana.stats` metricset. {pull}29622[29622]
7473
- Fixed bug with `elasticsearch/cluster_stats` metricset not recording license expiration date correctly. {pull}29711[29711]
7574

7675
*Packetbeat*
@@ -84,32 +83,32 @@ https://github.com/elastic/beats/compare/v7.17.0...v8.0.0[View commits]
8483

8584
*Affecting all Beats*
8685

87-
- Add config option `rotate_on_startup` to file output {issue}19150[19150] {pull}19347[19347]
86+
- Add config option `rotate_on_startup` to file output. {issue}19150[19150] {pull}19347[19347]
8887
- Update to ECS 8.0 fields. {pull}28620[28620]
89-
- Support custom analyzers in fields.yml. {issue}28540[28540] {pull}28926[28926]
90-
- Support self signed certificates on outputs {pull}29229[29229]
88+
- Support custom analyzers in `fields.yml`. {issue}28540[28540] {pull}28926[28926]
89+
- Support self-signed certificates on outputs. {pull}29229[29229]
9190
- Add FIPS configuration option for all AWS API calls. {pull}[28899]
9291
- Warn users when connecting to older versions of Elasticsearch instances. {pull}29723[29723]
93-
- `add_fields` processor is now able to set metadata in events {pull}30092[30092]
92+
- `add_fields` processor is now able to set metadata in events. {pull}30092[30092]
9493

9594
*Auditbeat*
9695

9796
- system/process: Prevent hashing files in other mnt namespaces. {issue}25777[25777] {issue}29678[29678] {pull}29786[29786]
9897

9998
*Metricbeat*
10099

101-
- Preliminary AIX support {pull}27954[27954]
102-
- Add option to skip older k8s events {pull}29396[29396]
100+
- Add preliminary AIX support. {pull}27954[27954]
101+
- Add option to skip older k8s events. {pull}29396[29396]
103102
- Add `elasticsearch.cluster.id` field to Beat and Kibana modules. {pull}29577[29577]
104103
- Add `elasticsearch.cluster.id` field to Logstash module. {pull}29625[29625]
105104

106105
*Winlogbeat*
107106

108-
- Add support for sysmon event ID 26; FileDeleteDetected. {issue}26280[26280] {pull}29957[29957]
107+
- Add support for sysmon event ID 26; `FileDeleteDetected`. {issue}26280[26280] {pull}29957[29957]
109108

110109
*Elastic Log Driver*
111110

112-
- Fixed docs for hosts {pull}23644[23644]
111+
- Fixed docs for hosts. {pull}23644[23644]
113112

114113
[[release-notes-7.17.0]]
115114
=== Beats version 7.17.0

0 commit comments

Comments
 (0)