elasticbeat
elasticbeat copied to clipboard
Unable to Import Elasticbeat Dashboards in Kibana
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.
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 :)
Hi @radoondas
Any specific timelines for making it compliant with libbeat v5?
@guptayuvraj I cannot promise any specific date. I have already a working version available but need to finish it off.
@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.