-
Notifications
You must be signed in to change notification settings - Fork 172
Add Fleet/Agent 8.6.0 release notes #2450
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
Merged
Merged
Changes from 7 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
7e9b70b
Add Fleet/Agent 8.6.0 release notes
dedemorton 6c3dafd
Add Fleet-related relnotes from Kibana release notes
dedemorton b66d565
Add Elastic Agent release notes entries
dedemorton 540e8c1
Clean up files
dedemorton f588d90
Update release-notes-8.6.asciidoc
pierrehilbert 26830c9
Apply suggestions from code review
dedemorton cb27659
Apply suggestions from code review
dedemorton bc1843c
Update docs/en/ingest-management/release-notes/release-notes-8.6.asci…
dedemorton 9adc81b
Add missing end paren
dedemorton d125a74
Add missing release notes
dedemorton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
240 changes: 240 additions & 0 deletions
240
docs/en/ingest-management/release-notes/release-notes-8.6.asciidoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,240 @@ | ||
| // Use these for links to issue and pulls. | ||
| :kibana-issue: https://github.com/elastic/kibana/issues/ | ||
| :kibana-pull: https://github.com/elastic/kibana/pull/ | ||
| :beats-issue: https://github.com/elastic/beats/issues/ | ||
| :beats-pull: https://github.com/elastic/beats/pull/ | ||
| :agent-libs-pull: https://github.com/elastic/elastic-agent-libs/pull/ | ||
| :agent-issue: https://github.com/elastic/elastic-agent/issues/ | ||
| :agent-pull: https://github.com/elastic/elastic-agent/pull/ | ||
| :fleet-server-issue: https://github.com/elastic/fleet-server/issues/ | ||
| :fleet-server-pull: https://github.com/elastic/fleet-server/pull/ | ||
|
|
||
| [[release-notes]] | ||
| = Release notes | ||
|
|
||
| This section summarizes the changes in each release. | ||
|
|
||
| * <<release-notes-8.6.0>> | ||
|
|
||
| Also see: | ||
|
|
||
| * {kibana-ref}/release-notes.html[{kib} release notes] | ||
| * {beats-ref}/release-notes.html[{beats} release notes] | ||
|
|
||
| // begin 8.6.0 relnotes | ||
|
|
||
| [[release-notes-8.6.0]] | ||
| == {fleet} and {agent} 8.6.0 | ||
|
|
||
| Review important information about the {fleet} and {agent} 8.6.0 release. | ||
|
|
||
| [discrete] | ||
| [[breaking-changes-8.6.0]] | ||
| === Breaking changes | ||
|
|
||
| Breaking changes can prevent your application from optimal operation and | ||
| performance. Before you upgrade, review the breaking changes, then mitigate the | ||
| impact to your application. | ||
|
|
||
| [discrete] | ||
| [[breaking-1994]] | ||
| .Each input in an agent policy must have a unique ID | ||
| [%collapsible] | ||
| ==== | ||
| *Details* + | ||
| Each input in an agent policy must have a unique ID, like `id: my-unique-input-id`. | ||
| This change only affects standalone agents. Unique IDs are automatically generated in | ||
| agent policies managed by {fleet}. For more information, refer to | ||
| {agent-pull}/1994[#1994] | ||
|
|
||
| *Impact* + | ||
| Make sure that your standalone agent policies have a unique ID. | ||
| ==== | ||
|
|
||
| [discrete] | ||
| [[breaking-1140]] | ||
| .Diagnostics `--pprof` argument has been removed and is now always provided | ||
| [%collapsible] | ||
| ==== | ||
| *Details* + | ||
| The `diagnostics` command gathers diagnostic information about the {agent} and | ||
| each component/unit it runs. Starting in 8.6.0, the `--pprof` | ||
| argument is no longer available because `pprof` information is now always | ||
| provided. For more information, refer to {agent-pull}1140[#1140]. | ||
|
|
||
| *Impact* + | ||
| Remove the `--pprof` argument from any scripts or commands you use. | ||
| ==== | ||
|
|
||
| [discrete] | ||
| [[known-issues-8.6.0]] | ||
| === Known issues | ||
|
|
||
| [discrete] | ||
| [[known-issue-issue-2066]] | ||
| .Osquery live query results can take up to five minutes to show up in {kib} | ||
| [%collapsible] | ||
| ==== | ||
| *Details* + | ||
| A known issue in {agent} may prevent live query results from being available | ||
| in the {kib} UI even though the results have been successfully sent to {es}. | ||
| For more information, refer to {agent-issue}2066[#2066]. | ||
|
|
||
| *Impact* + | ||
| Be aware that the live query results shown in {kib} may be delayed by up to 5 minutes. | ||
| ==== | ||
|
|
||
| [discrete] | ||
| [[new-features-8.6.0]] | ||
| === New features | ||
|
|
||
| The 8.6.0 release adds the following new and notable features. | ||
|
|
||
| {fleet}:: | ||
| * Differentiate kubernetes integration multipage experience {kibana-pull}145224[#145224] | ||
| * Add prerelease toggle to Integrations list {kibana-pull}143853[#143853] | ||
| * Add link to allow users to skip multistep add integration workflow {kibana-pull}143279[#143279] | ||
| * Add new action for single agents to request diagnostics {kibana-pull}142369[#142369] | ||
|
|
||
| {agent}:: | ||
| * Upgrade Node to version 18.12.0 {agent-pull}1657[#1657] | ||
| * Add experimental support for running the elastic-agent-shipper {agent-pull}1527[#1527] {agent-issue}219[#219] | ||
| * Collect logs from sub-processes via stdout and stderr and write them to a single, unified Elastic Agent log file {agent-pull}1702[#1702] {agent-issue}221[#221] | ||
| * Remove inputs when all streams are removed {agent-pull}1869[#1869] {agent-issue}1868[#1868] | ||
| * No longer restart {agent} on log level change {agent-pull}1914[#1914] {agent-issue}1896[#1896] | ||
| * Add `inspect components` command to inspect the computed components/units model of the current configuration (for example, `elastic-agent inspect components`) {agent-pull}1701[#1701] {agent-issue}836[#836] | ||
| * Add support for the Common Expression Language (CEL) {filebeat} input type {agent-pull}1719[#1719] | ||
| * Only support {es} as an output for the beta synthetics integration {agent-pull}1491[#1491] | ||
|
|
||
| [discrete] | ||
| [[enhancements-8.6.0]] | ||
| === Enhancements | ||
|
|
||
| {fleet}:: | ||
| * Add `?full` option to get package info endpoint to return all package fields {kibana-pull}144343[#144343] | ||
|
|
||
| {agent}:: | ||
| * Health Status: {agent} now indicates detailed status information for each sub-process and input type {fleet-server-pull}1747[#1747] {agent-issue}100[#100] | ||
|
|
||
| [discrete] | ||
| [[bug-fixes-8.6.0]] | ||
| === Bug fixes | ||
|
|
||
| {fleet}:: | ||
| * Only show {fleet}-managed data streams on data streams list page {kibana-pull}143300[#143300] | ||
|
dedemorton marked this conversation as resolved.
|
||
| * Fix synchronization bug in {fleet-server} that can lead to {es} being flooded by requests to `/.fleet-actions/_fleet/_fleet_search` {fleet-server-pull}2205[#2206]. | ||
|
dedemorton marked this conversation as resolved.
Outdated
|
||
|
|
||
| {agent}:: | ||
| * {agent} now uses the locally bound port (8221) when running {fleet-server} instead of the external port (8220 {agent-pull}1867[#1867] | ||
|
dedemorton marked this conversation as resolved.
Outdated
|
||
| * Correctly preserve the {filebeat} registry and other persistent input states during upgrades to eliminate event duplication after upgrades {agent-pull}1701[#1701] {agent-issue}836[#836] | ||
| // end 8.6.0 relnotes | ||
|
|
||
|
|
||
| // --------------------- | ||
| //TEMPLATE | ||
| //Use the following text as a template. Remember to replace the version info. | ||
|
|
||
| // begin 8.6.x relnotes | ||
|
|
||
| //[[release-notes-8.6.x]] | ||
| //== {fleet} and {agent} 8.6.x | ||
|
|
||
| //Review important information about the {fleet} and {agent} 8.6.x release. | ||
|
|
||
| //[discrete] | ||
| //[[security-updates-8.6.x]] | ||
| //=== Security updates | ||
|
|
||
| //{fleet}:: | ||
| //* add info | ||
|
|
||
| //{agent}:: | ||
| //* add info | ||
|
|
||
| //[discrete] | ||
| //[[breaking-changes-8.6.x]] | ||
| //=== Breaking changes | ||
|
|
||
| //Breaking changes can prevent your application from optimal operation and | ||
| //performance. Before you upgrade, review the breaking changes, then mitigate the | ||
| //impact to your application. | ||
|
|
||
| //[discrete] | ||
| //[[breaking-PR#]] | ||
| //.Short description | ||
| //[%collapsible] | ||
| //==== | ||
| //*Details* + | ||
| //<Describe new behavior.> For more information, refer to {kibana-pull}PR[#PR]. | ||
|
|
||
| //*Impact* + | ||
| //<Describe how users should mitigate the change.> For more information, refer to {fleet-guide}/fleet-server.html[Fleet Server]. | ||
| //==== | ||
|
|
||
| //[discrete] | ||
| //[[known-issues-8.6.x]] | ||
| //=== Known issues | ||
|
|
||
| //[[known-issue-issue#]] | ||
| //.Short description | ||
| //[%collapsible] | ||
| //==== | ||
|
|
||
| //*Details* | ||
|
|
||
| //<Describe known issue.> | ||
|
|
||
| //*Impact* + | ||
|
|
||
| //<Describe impact or workaround.> | ||
|
|
||
| //==== | ||
|
|
||
| //[discrete] | ||
| //[[deprecations-8.6.x]] | ||
| //=== Deprecations | ||
|
|
||
| //The following functionality is deprecated in 8.6.x, and will be removed in | ||
| //8.6.x. Deprecated functionality does not have an immediate impact on your | ||
| //application, but we strongly recommend you make the necessary updates after you | ||
| //upgrade to 8.6.x. | ||
|
|
||
| //{fleet}:: | ||
| //* add info | ||
|
|
||
| //{agent}:: | ||
| //* add info | ||
|
|
||
| //[discrete] | ||
| //[[new-features-8.6.x]] | ||
| //=== New features | ||
|
|
||
| //The 8.6.x release adds the following new and notable features. | ||
|
|
||
| //{fleet}:: | ||
| //* add info | ||
|
|
||
| //{agent}:: | ||
| //* add info | ||
|
|
||
| //[discrete] | ||
| //[[enhancements-8.6.x]] | ||
| //=== Enhancements | ||
|
|
||
| //{fleet}:: | ||
| //* add info | ||
|
|
||
| //{agent}:: | ||
| //* add info | ||
|
|
||
| //[discrete] | ||
| //[[bug-fixes-8.6.x]] | ||
| //=== Bug fixes | ||
|
|
||
| //{fleet}:: | ||
| //* add info | ||
|
|
||
| //{agent}:: | ||
| //* add info | ||
|
|
||
| // end 8.6.x relnotes | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.