elasticbeat icon indicating copy to clipboard operation
elasticbeat copied to clipboard

Unable to Import Elasticbeat Dashboards in Kibana

Open guptayuvraj opened this issue 8 years ago • 4 comments

As per the installation guide of running in Kibana, following steps have been mentioned:

cd ~/workspace/go/src/github.com/radoondas/elasticbeat/kibana

get the content of the file import_dashboards.sh and save on the disk

chmod u+x import_dashboards.sh ./import_dashboards.sh -url http://localhost:9200

However, the above path does not exist & hence import_dashboards cannot be fetched and exported. Please correct this behaviour for easy to follow guide.

guptayuvraj avatar Dec 18 '16 19:12 guptayuvraj

Thanks @guptayuvraj ! I am working on a new version of Elasticbeat which will be compliant with libbeat v5 and this will be addressed as well. With v5 we will have binary to execute and import visualisations. The script has been removed. Seems that this will speedup my work :)

radoondas avatar Dec 19 '16 10:12 radoondas

Hi @radoondas

Any specific timelines for making it compliant with libbeat v5?

guptayuvraj avatar Dec 19 '16 10:12 guptayuvraj

@guptayuvraj I cannot promise any specific date. I have already a working version available but need to finish it off.

radoondas avatar Dec 19 '16 16:12 radoondas

@radoondas Actually I am writing a book titled "Mastering Elastic Stack" under which I am covering elasticbeat usage as a reference to community beats. Hence, I would prefer if you could make elasticbeat compliant to Libbeat v5 as soon as you can so that I can incorporate the changes within the chapters asap.

guptayuvraj avatar Dec 20 '16 06:12 guptayuvraj