mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 19:13:14 -04:00
[DOCS] Adds 8.0.0 release notes (#124399)
* [DOCS] Adds 8.0.0 release notes * Update docs/CHANGELOG.asciidoc Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> * Update docs/CHANGELOG.asciidoc Co-authored-by: Brandon Morelli <bmorelli25@gmail.com> Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> Co-authored-by: Brandon Morelli <bmorelli25@gmail.com>
This commit is contained in:
parent
9ccef34fdd
commit
f2e9efe457
5 changed files with 113 additions and 11 deletions
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
Review important information about the {kib} 8.0.0 releases.
|
Review important information about the {kib} 8.0.0 releases.
|
||||||
|
|
||||||
|
* <<release-notes-8.0.0>>
|
||||||
* <<release-notes-8.0.0-rc2>>
|
* <<release-notes-8.0.0-rc2>>
|
||||||
* <<release-notes-8.0.0-rc1>>
|
* <<release-notes-8.0.0-rc1>>
|
||||||
* <<release-notes-8.0.0-beta1>>
|
* <<release-notes-8.0.0-beta1>>
|
||||||
|
@ -17,6 +18,113 @@ Review important information about the {kib} 8.0.0 releases.
|
||||||
* <<release-notes-8.0.0-alpha1>>
|
* <<release-notes-8.0.0-alpha1>>
|
||||||
|
|
||||||
--
|
--
|
||||||
|
[[release-notes-8.0.0]]
|
||||||
|
== {kib} 8.0.0
|
||||||
|
|
||||||
|
coming::[8.0.0]
|
||||||
|
|
||||||
|
Review the {kib} 8.0.0 changes, then use the {kibana-ref-all}/7.17/upgrade-assistant.html[Upgrade Assistant] to complete the upgrade.
|
||||||
|
|
||||||
|
[float]
|
||||||
|
[[breaking-changes-8.0.0]]
|
||||||
|
=== Breaking change
|
||||||
|
|
||||||
|
Breaking changes can prevent your application from optimal operation and performance.
|
||||||
|
Before you upgrade to 8.0.0, review the breaking change, then mitigate the impact to your application.
|
||||||
|
|
||||||
|
// tag::notable-breaking-changes[]
|
||||||
|
|
||||||
|
[discrete]
|
||||||
|
[[breaking-123754]]
|
||||||
|
.Removes the `console.ssl` setting
|
||||||
|
[%collapsible]
|
||||||
|
====
|
||||||
|
*Details* +
|
||||||
|
The `console.ssl` setting has been removed. For more information, refer to {kibana-pull}123754[#123754].
|
||||||
|
|
||||||
|
*Impact* +
|
||||||
|
Before you upgrade to 8.0.0, remove `console.ssl` from kibana.yml.
|
||||||
|
====
|
||||||
|
|
||||||
|
// end::notable-breaking-changes[]
|
||||||
|
|
||||||
|
|
||||||
|
To review the breaking changes in previous versions, refer to the following:
|
||||||
|
|
||||||
|
<<breaking-changes-8.0.0-rc2,8.0.0-rc2>> | <<breaking-changes-8.0.0-rc1,8.0.0-rc1>> | <<breaking-changes-8.0.0-beta1,8.0.0-beta1>> | <<breaking-changes-8.0.0-alpha2,8.0.0-alpha2>> |
|
||||||
|
<<breaking-changes-8.0.0-alpha1,8.0.0-alpha1>>
|
||||||
|
|
||||||
|
[float]
|
||||||
|
[[deprecations-8.0.0]]
|
||||||
|
=== Deprecation
|
||||||
|
|
||||||
|
The following functionality is deprecated in 8.0.0, and will be removed in 9.0.0.
|
||||||
|
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.0.0.
|
||||||
|
|
||||||
|
[discrete]
|
||||||
|
[[deprecation-123229]]
|
||||||
|
.Removes support for `monitoring.cluster_alerts.allowedSpaces`
|
||||||
|
[%collapsible]
|
||||||
|
====
|
||||||
|
*Details* +
|
||||||
|
The `monitoring.cluster_alerts.allowedSpaces` setting, which {kib} uses to create Stack Monitoring alerts, has been removed. For more information, refer to {kibana-pull}123229[#123229].
|
||||||
|
|
||||||
|
*Impact* +
|
||||||
|
Before you upgrade to 8.0.0, remove `monitoring.cluster_alerts.allowedSpaces` from kibana.yml.
|
||||||
|
====
|
||||||
|
|
||||||
|
To review the deprecations in previous versions, refer to the following:
|
||||||
|
|
||||||
|
<<deprecations-8.0.0-rc1,8.0.0-rc1>> | <<deprecations-8.0.0-alpha1,8.0.0-alpha1>>
|
||||||
|
|
||||||
|
[float]
|
||||||
|
[[features-8.0.0]]
|
||||||
|
=== Features
|
||||||
|
For information about the features introduced in 8.0.0, refer to <<whats-new,What's new in 8.0>>.
|
||||||
|
|
||||||
|
Elastic Security::
|
||||||
|
For the Elastic Security 8.0.0 release information, refer to {security-guide}/release-notes.html[_Elastic Security Solution Release Notes_].
|
||||||
|
|
||||||
|
To review the features in previous versions, refer to the following:
|
||||||
|
|
||||||
|
<<features-8.0.0-rc2,8.0.0-rc2>> | <<features-8.0.0-rc1,8.0.0-rc1>> | <<features-8.0.0-beta1,8.0.0-beta1>> | <<features-8.0.0-alpha2,8.0.0-alpha2>>
|
||||||
|
|
||||||
|
[[enhancements-and-bug-fixes-v8.0.0]]
|
||||||
|
=== Enhancements and bug fixes
|
||||||
|
|
||||||
|
For detailed information about the 8.0.0 release, review the enhancements and bug fixes.
|
||||||
|
|
||||||
|
[float]
|
||||||
|
[[enhancement-v8.0.0]]
|
||||||
|
==== Enhancements
|
||||||
|
Dashboard::
|
||||||
|
Clone ReferenceOrValueEmbeddables by value {kibana-pull}122199[#122199]
|
||||||
|
|
||||||
|
Elastic Security::
|
||||||
|
For the Elastic Security 8.0.0 release information, refer to {security-guide}/release-notes.html[_Elastic Security Solution Release Notes_].
|
||||||
|
|
||||||
|
[float]
|
||||||
|
[[fixes-v8.0.0]]
|
||||||
|
==== Bug Fixes
|
||||||
|
APM::
|
||||||
|
Restrict aggregated transaction metrics search to date range {kibana-pull}123445[#123445]
|
||||||
|
|
||||||
|
Elastic Security::
|
||||||
|
For the Elastic Security 8.0.0 release information, refer to {security-guide}/release-notes.html[_Elastic Security Solution Release Notes_].
|
||||||
|
|
||||||
|
Fleet::
|
||||||
|
Allow empty strings for required text fields in package policies {kibana-pull}123610[#123610]
|
||||||
|
|
||||||
|
Maps::
|
||||||
|
Fixes Label border color is not removed from legend when disabled {kibana-pull}122705[#122705]
|
||||||
|
|
||||||
|
Monitoring::
|
||||||
|
Ensure logstash getNodes always contains a uuid {kibana-pull}124201[#124201]
|
||||||
|
|
||||||
|
Security::
|
||||||
|
Long-running requests no longer cause sporadic logouts in certain cases, even when user sessions are active {kibana-pull}122155[#122155]
|
||||||
|
|
||||||
[[release-notes-8.0.0-rc2]]
|
[[release-notes-8.0.0-rc2]]
|
||||||
== {kib} 8.0.0-rc2
|
== {kib} 8.0.0-rc2
|
||||||
|
|
||||||
|
@ -29,8 +137,6 @@ For information about the {kib} 8.0.0-rc2 release, review the following informat
|
||||||
Breaking changes can prevent your application from optimal operation and performance.
|
Breaking changes can prevent your application from optimal operation and performance.
|
||||||
Before you upgrade, review the breaking change, then mitigate the impact to your application.
|
Before you upgrade, review the breaking change, then mitigate the impact to your application.
|
||||||
|
|
||||||
// tag::notable-breaking-changes[]
|
|
||||||
|
|
||||||
[discrete]
|
[discrete]
|
||||||
[[breaking-122722]]
|
[[breaking-122722]]
|
||||||
.Removes the ability to use `elasticsearch.username: elastic` in production
|
.Removes the ability to use `elasticsearch.username: elastic` in production
|
||||||
|
@ -42,8 +148,6 @@ In production, you are no longer able to use the `elastic` superuser to authenti
|
||||||
*Impact* +
|
*Impact* +
|
||||||
When you configure `elasticsearch.username: elastic`, {kib} fails.
|
When you configure `elasticsearch.username: elastic`, {kib} fails.
|
||||||
====
|
====
|
||||||
|
|
||||||
// end::notable-breaking-changes[]
|
|
||||||
|
|
||||||
To review the breaking changes in previous versions, refer to the following:
|
To review the breaking changes in previous versions, refer to the following:
|
||||||
|
|
||||||
|
@ -1304,7 +1408,7 @@ Use the `xpack.monitoring.clusterAlertsEmail` in kibana.yml.
|
||||||
====
|
====
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
[[enhancements-and-bug-fixes-v8.0.0]]
|
[[enhancements-and-bug-fixes-v8.0.0-alpha1]]
|
||||||
=== Bug fix
|
=== Bug fix
|
||||||
|
|
||||||
The 8.0.0-alpha1 release includes the following bug fix.
|
The 8.0.0-alpha1 release includes the following bug fix.
|
||||||
|
|
|
@ -19,7 +19,7 @@ We would recommend waiting until later in `7.x` to upgrade your plugins if possi
|
||||||
If you would like to keep up with progress on the visualizations plugin in the meantime,
|
If you would like to keep up with progress on the visualizations plugin in the meantime,
|
||||||
here are a few resources:
|
here are a few resources:
|
||||||
|
|
||||||
* The <<breaking-changes,breaking changes>> documentation, where we try to capture any changes to the APIs as they occur across minors.
|
* The <<breaking-changes-8.0.0,breaking changes>> documentation, where we try to capture any changes to the APIs as they occur across minors.
|
||||||
* link:https://github.com/elastic/kibana/issues/44121[Meta issue] which is tracking the move of the plugin to the new {kib} platform
|
* link:https://github.com/elastic/kibana/issues/44121[Meta issue] which is tracking the move of the plugin to the new {kib} platform
|
||||||
* Our link:https://www.elastic.co/blog/join-our-elastic-stack-workspace-on-slack[Elastic Stack workspace on Slack].
|
* Our link:https://www.elastic.co/blog/join-our-elastic-stack-workspace-on-slack[Elastic Stack workspace on Slack].
|
||||||
* The {kib-repo}blob/{branch}/src/plugins/visualizations[source code], which will continue to be
|
* The {kib-repo}blob/{branch}/src/plugins/visualizations[source code], which will continue to be
|
||||||
|
|
|
@ -24,8 +24,6 @@ include::user/index.asciidoc[]
|
||||||
|
|
||||||
include::accessibility.asciidoc[]
|
include::accessibility.asciidoc[]
|
||||||
|
|
||||||
include::migration.asciidoc[]
|
|
||||||
|
|
||||||
include::CHANGELOG.asciidoc[]
|
include::CHANGELOG.asciidoc[]
|
||||||
|
|
||||||
include::developer/index.asciidoc[]
|
include::developer/index.asciidoc[]
|
||||||
|
|
|
@ -37,7 +37,7 @@ from 4.x, you will need to copy the configurations from your old config
|
||||||
(`/etc/kibana/kibana.yml`).
|
(`/etc/kibana/kibana.yml`).
|
||||||
|
|
||||||
Make sure you remove or update any configurations
|
Make sure you remove or update any configurations
|
||||||
that are indicated in the <<breaking-changes,breaking changes>> documentation
|
that are indicated in the <<breaking-changes-8.0.0,breaking changes>> documentation
|
||||||
otherwise {kib} will fail to start.
|
otherwise {kib} will fail to start.
|
||||||
--
|
--
|
||||||
. Upgrade any plugins by removing the existing plugin and reinstalling the
|
. Upgrade any plugins by removing the existing plugin and reinstalling the
|
||||||
|
@ -58,7 +58,7 @@ and becomes a new instance in the monitoring data.
|
||||||
--
|
--
|
||||||
. Copy the files from the `config` directory from your old installation to your
|
. Copy the files from the `config` directory from your old installation to your
|
||||||
new installation. Make sure you remove or update any configurations that are
|
new installation. Make sure you remove or update any configurations that are
|
||||||
indicated in the <<breaking-changes,breaking changes>> documentation
|
indicated in the <<breaking-changes-8.0.0,breaking changes>> documentation
|
||||||
otherwise {kib} will fail to start.
|
otherwise {kib} will fail to start.
|
||||||
. Copy the files from the `data` directory from your old installation to your
|
. Copy the files from the `data` directory from your old installation to your
|
||||||
new installation.
|
new installation.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
== What's new in 8.0
|
== What's new in 8.0
|
||||||
|
|
||||||
This section summarizes the most important changes in each release. For the
|
This section summarizes the most important changes in each release. For the
|
||||||
full list, see <<release-notes>> and <<breaking-changes>>.
|
full list, see <<release-notes>> and <<breaking-changes-8.0.0>>.
|
||||||
|
|
||||||
coming[8.0.0]
|
coming[8.0.0]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue