-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Prepare Changelog for 8.0.0 #30215
Conversation
Pinging @elastic/obs-docs (Team:Docs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We no longer release Journalbeat, so we can remove those sections.
I just backported my changelog entry update: #30145 |
This pull request is now in conflicts. Could you fix it? 🙏
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heartbeat changes LGTM
CHANGELOG.asciidoc
Outdated
- Remove `auto` from the available options of `setup.ilm.enabled` and set the default value to `true`. {pull}28671[28671] | ||
- Remove deprecated `--template` and `--ilm-policy` flags. Use `--index-management` instead. {pull}28870[28870] | ||
- 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] | ||
- Remove Journalbeat. Use `journald` input of Filebeat instead. {pull}29131[29131] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This happened in 7.16.0.
CHANGELOG.asciidoc
Outdated
- Allign kubernetes configuration settings. {pull}29908[29908] | ||
- 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] | ||
- Remove legacy support for SSLv3. {pull}30071[30071] | ||
- `add_fields` processor is now able to set metadata in events {pull}30092[30092] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an enhancement.
CHANGELOG.asciidoc
Outdated
- Remove legacy support for SSLv3. {pull}30071[30071] | ||
- `add_fields` processor is now able to set metadata in events {pull}30092[30092] | ||
|
||
*Auditbeat* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we remove these empty sections?
Thanks @andrewkroh, yes, empty sections will be removed before merging. |
* docs: Close changelog for 8.0.0 * Initial cleanup * We no longer ship journalbeat * Fix duplicate entry * Add missing breaking changes * Review comments * Remove empty sections Co-authored-by: Andres Rodriguez <[email protected]> (cherry picked from commit 545f381)
* docs: Prepare Changelog for 8.0.0 (#30215) * docs: Close changelog for 8.0.0 * Initial cleanup * We no longer ship journalbeat * Fix duplicate entry * Add missing breaking changes * Review comments * Remove empty sections Co-authored-by: Andres Rodriguez <[email protected]> (cherry picked from commit 545f381) * Additional cleanup Co-authored-by: Elastic Machine <[email protected]>
* docs: Prepare Changelog for 8.0.0 (elastic#30215) * docs: Close changelog for 8.0.0 * Initial cleanup * We no longer ship journalbeat * Fix duplicate entry * Add missing breaking changes * Review comments * Remove empty sections Co-authored-by: Andres Rodriguez <[email protected]> (cherry picked from commit 545f381) * Additional cleanup Co-authored-by: Elastic Machine <[email protected]> (cherry picked from commit 7456bdd)
* Forward port 8.0.0 changelog to 8.1 (#30264) * docs: Prepare Changelog for 8.0.0 (#30215) * docs: Close changelog for 8.0.0 * Initial cleanup * We no longer ship journalbeat * Fix duplicate entry * Add missing breaking changes * Review comments * Remove empty sections Co-authored-by: Andres Rodriguez <[email protected]> (cherry picked from commit 545f381) * Additional cleanup Co-authored-by: Elastic Machine <[email protected]> (cherry picked from commit 7456bdd) * Additional cleanup
Empty sections will be cleaned up after initial review and before merge.