You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two use cases where loading the dashboards from Beats 5.x fails:
when loading the dashboards to Elasticsearch/Kibana 6.0
after the user presses the button "reindexing" in Kibana 5.6
Both use cases can be fixed by adding the option in Beats 5.6 to load the dashboards via the Kibana API.
A solution would be to add an option to the import_dashboards script available in Beats 5.6 to load the dashboards via Kibana API, only when the user requested that explicitly. By default, Beats 5.6 are loading the dashboards to Elasticsearch.
There are two use cases where loading the dashboards from Beats 5.x fails:
Both use cases can be fixed by adding the option in Beats 5.6 to load the dashboards via the Kibana API.
A solution would be to add an option to the
import_dashboards
script available in Beats 5.6 to load the dashboards via Kibana API, only when the user requested that explicitly. By default, Beats 5.6 are loading the dashboards to Elasticsearch.cc-ed @tylersmalley @simianhacker
The text was updated successfully, but these errors were encountered: