add beats issue (#34800)

This commit is contained in:
Sarah Hersh 2019-04-09 12:23:42 -04:00 committed by Sarah Hersh
parent 0e96dd8e01
commit e0e2e286a5

View file

@ -26,6 +26,7 @@ Please see
*{stack-ref}/upgrading-elastic-stack.html[Upgrading the Elastic Stack]* for a
comprehensive overview of the upgrade process.
[float]
==== Upgrading from 5.x or earlier
{es} can read indices created in the previous major version. If you have indices
@ -54,6 +55,18 @@ to help you prepare for your upgrade to 7.0. To access the assistant, go to *Man
After you have addressed any issues that were identified by the Upgrade Assistant,
<<upgrade-standard,upgrade to 7.0>>.
[float]
=== Known issues
[float]
==== "shard failed" error when viewing {beats} dashboards in {kib}
After upgrading to {es} 7.0, any indices created by {beats} 6.6 or older will not
work in {kib} dashboards until the `index.query.default_field` setting is added
to each index. Indices created in {beats} 6.7 or later are unaffected.
To add the setting to the index, you can use the 7.0
{kibana-ref}/upgrade-assistant.html[Upgrade Assistant], or
{beats-ref}/upgrading.html#dashboard-shard-failed[add the setting manually].
include::upgrade/upgrade-standard.asciidoc[]