Error when inporting index by import_dashboards -only-index

Good day. I have error when importing index
/import_dashboards -insecure -only-index
Create temporary directory /tmp/tmp706160171
Downloading https://artifacts.elastic.co/downloads/beats/beats-dashboards/beats-dashboards-5.4.0.zip
Unzip archive /tmp/tmp706160171
Importing Kibana from /tmp/tmp706160171/beats-dashboards-5.4.0/filebeat
Import directory /tmp/tmp706160171/beats-dashboards-5.4.0/filebeat/index-pattern
Import index to /.kibana/index-pattern/filebeat-* from /tmp/tmp706160171/beats-dashboards-5.4.0/filebeat/index-pattern/filebeat.json

Importing Kibana from /tmp/tmp706160171/beats-dashboards-5.4.0/heartbeat
Importing Kibana from /tmp/tmp706160171/beats-dashboards-5.4.0/metricbeat
Importing Kibana from /tmp/tmp706160171/beats-dashboards-5.4.0/packetbeat
Importing Kibana from /tmp/tmp706160171/beats-dashboards-5.4.0/winlogbeat

But after open kibana have error
Error: [illegal_argument_exception] request [/asticsearch/filebeat-*/_field_stats] contains unrecognized parameter: [level]

curl http://localhost:9200/_cat/indices?v
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
yellow open .kibana 8Gr-mGKTTZaqrIFNqizHmQ 1 1 2 0 22.5kb 22.5kb
yellow open filebeat-2017.06.07 MEsHmcCERmKaV-gHKNGpHA 5 1 2962 0 743.5kb 743.5k

version elasticsearch, kibana and filebeat = 5.4.0
Thanks.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.