Import Dashboards failed - failed to load

Hi,

I tried to follow this guide: https://www.elastic.co/blog/grokking-the-linux-authorization-logs

I cannot enable system using following command:

filebeat -e -setup -modules=system

I cannot install dashboards using command:

/usr/share/filebeat/scripts/import_dashboards -file beats-dashboards-5.6.6.zip -user elastic -pass XXXX

[root@dzllog01t xnlxd36@LU.AD.DOM]# /usr/share/filebeat/scripts/import_dashboards -file beats-dashboards-5.6.6.zip -user elastic -pass XXXX
Initialize the Elasticsearch 5.6.6 loader
Elasticsearch URL http://127.0.0.1:9200
Created temporary directory /tmp/tmp777252786
Unzip archive /tmp/tmp777252786
Importing Kibana from /tmp/tmp777252786/beats-dashboards-5.6.6/filebeat
Importing directory /tmp/tmp777252786/beats-dashboards-5.6.6/filebeat/5.x
Import directory /tmp/tmp777252786/beats-dashboards-5.6.6/filebeat/5.x
Import index-pattern from /tmp/tmp777252786/beats-dashboards-5.6.6/filebeat/5.x/index-pattern/filebeat.json

fail to import the dashboards in Elasticsearch: Error importing URL/file: Failed to import index-pattern: Failed to load directory /tmp/tmp777252786/beats-dashboards-5.6.6/filebeat/5.x/index-pattern:
error loading /tmp/tmp777252786/beats-dashboards-5.6.6/filebeat/5.x/index-pattern/filebeat.json: couldn't load json. Error: 404 Not Found

What's wrong?

Regards

I tested with a local Elasticsearch 5.6.6 instance and it worked as expected.

cd ./filebeat-5.6.6-darwin-x86_64

curl -O -L https://artifacts.elastic.co/downloads/beats/beats-dashboards/beats-dashboards-5.6.6.zip

./scripts/import_dashboards -file beats-dashboards-5.6.6.zip -user elastic -pass changeme

Initialize the Elasticsearch 5.6.6 loader
Elasticsearch URL http://127.0.0.1:9200
Created temporary directory /var/folders/8x/rnyk6yxn6w97lddn3bs02gf00000gn/T/tmp409786813
Unzip archive /var/folders/8x/rnyk6yxn6w97lddn3bs02gf00000gn/T/tmp409786813
Importing Kibana from /var/folders/8x/rnyk6yxn6w97lddn3bs02gf00000gn/T/tmp409786813/beats-dashboards-5.6.6/filebeat
Importing directory /var/folders/8x/rnyk6yxn6w97lddn3bs02gf00000gn/T/tmp409786813/beats-dashboards-5.6.6/filebeat/5.x
. . .

What version of Elasticsearch and Kibana are you running? Is it running locally?

Hi,

I'm running 5.6.6 and today I migrated to 6.1.3. Will test it now again.

Because this is a test environment everything is installed on one host.

Usually I do those steps as user root.

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