Importing dashboards from icingabeat renders kibana 6.0 unusable #15339
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Operations
Team label for Operations Team
Kibana version:
6.0.0
Elasticsearch version:
6.0.0 (upgraded from 5.6.4)
Description of the problem including expected versus actual behavior:
Steps to reproduce:
./import_dashboards -es 'http://localhost:9200' -user elastic -pass changeme -dir ../../icingabeat-dashboards-1.1.1
(which will fail)No dashboards or data is actually added to the .kibana index, but the mapping gets modified.
This will reproduce the issue. The index must be upgraded from 5.x in order for this to happen.
If the .kibana index is created in the 6.x, elasticsearch rejects it (which avoids putting Kibana into an unusable state):
The text was updated successfully, but these errors were encountered: