[DOCS] Adds link to Discover blog (#96513)

* [DOCS] Adds link to Discover blog

* Update docs/CHANGELOG.asciidoc

Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>

* Update docs/CHANGELOG.asciidoc

Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>

* [DOCS] Incorporates suggestions from review

Co-authored-by: Wylie Conlon <wylieconlon@gmail.com>
This commit is contained in:
gchaps 2021-04-08 09:00:30 -07:00 committed by GitHub
parent ac35a23309
commit 0f77f79789
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 10 deletions

View file

@ -46,8 +46,8 @@ Use Geo containment alerts.
[%collapsible]
====
*Details* +
When you upgrade to 7.12.0, {kib} uses a new algorithm to migrate saved objects to reduce the downtime caused by temporary issues, such as network errors or temporarily overloaded {es} clusters.
With the new algorithm, {kib} now retries the failed migrations without user intervention, which allows the migration to continue after the issues are resolved.
When you upgrade to 7.12.0, {kib} uses a new algorithm to migrate saved objects to reduce the downtime caused by temporary issues, such as network errors or temporarily overloaded {es} clusters.
With the new algorithm, {kib} now retries the failed migrations without user intervention, which allows the migration to continue after the issues are resolved.
For more information, refer to {kibana-ref}/upgrade-migrations.html[saved object upgrade migrations].
*Impact* +
@ -60,7 +60,7 @@ Before you upgrade to 7.12.0, review the documentation for {kibana-ref}/upgrade-
[%collapsible]
====
*Details* +
In 7.12.0, {kib} introduces a major incompatibility with cross-cluster search. When one or more remote {es} clusters use a version prior to 7.12.0, *Discover*, *Maps*, *Canvas*, and *Logs* are
In 7.12.0, {kib} introduces a major incompatibility with cross-cluster search. When one or more remote {es} clusters use a version prior to 7.12.0, *Discover*, *Maps*, *Canvas*, and *Logs* are
unable to display the cluster data. For information about the cross-cluster search limitations in {kib}, refer to {kibana-issue}94965[#94965].
*Impact* +
@ -71,6 +71,21 @@ To display the cluster data in *Discover*, load documents directly from `_source
. Go to `discover:searchFieldsFromSource`, then select *On*.
====
[discrete]
[[breaking-kibana-discover-fields]]
.*Discover* now uses the fields parameter
[%collapsible]
====
*Details* +
With the new {ref}/search-fields.html#search-fields-param[fields parameter],
*Discover* now shows all fields, including runtime fields,
multi-mapped fields like `.keyword`, and alias fields.
Reading from `_source` is still supported through a switch in *Advanced Settings*.
*Impact* +
Refer to https://www.elastic.co/blog/discover-uses-fields-api-in-7-12[the blog announcing the change to *Discover*].
====
// end::notable-breaking-changes[]
[float]
@ -92,7 +107,7 @@ Deprecates `services.callCluster` in the alert and action type executors. For mo
*Impact* +
Use `services.scopedClusterClient`.
====
[discrete]
[[deprecation-87114]]
.Deprecates configuring [kib] with a `server.host` value of `0`
@ -104,15 +119,15 @@ In the new version of joi, `0` is an invalid hostname. When upgraded, the extra
*Impact* +
To bind to all interfaces, use `0.0.0.0`.
====
[discrete]
[[deprecation-89296]]
.Deprecates the use of `elasticsearch.logQueries`
[%collapsible]
====
*Details* +
When `logging.verbose: true` or `logging.root.level: 'debug'`, {es} query logs are now always shown.
In 7.11.0 and earlier, {es} query logs were not included in verbose logging unless `elasticsearch.logQueries` was configured.
When `logging.verbose: true` or `logging.root.level: 'debug'`, {es} query logs are now always shown.
In 7.11.0 and earlier, {es} query logs were not included in verbose logging unless `elasticsearch.logQueries` was configured.
For more information, refer to {kibana-pull}89296[#89296].
*Impact* +
@ -125,7 +140,7 @@ logging:
level: off
----
====
[float]
[[features-7.12.0]]
=== Features

View file

@ -74,8 +74,10 @@ save a dashboard without ending your editing session. To rename the dashboard or
[[runtime-fields-7-12]]
=== Runtime fields in Discover
Runtime fields are now available in *Discover*&mdash;view them like any other field.
Refer to the {ref}/runtime.html[runtime fields] documentation for more information.
*Discover* now shows all fields, including {ref}/runtime.html[runtime fields],
multi-mapped fields like `.keyword`, and alias fields.
Refer to
https://www.elastic.co/blog/discover-uses-fields-api-in-7-12[the blog announcing the change to *Discover*].
[float]
[[alerting-7-12]]