BeaKer
BeaKer copied to clipboard
Beaker dashboard file request
Is it possible to add beaker dashboard on an already installed Kibana?
The dashboard ndjson file is located at https://github.com/activecm/BeaKer/blob/master/kibana/kibana_dashboards.ndjson
It may be imported using the Saved Objects UI in Kibana (see https://www.elastic.co/guide/en/kibana/current/managing-saved-objects.html).
Alternatively it may be imported using the Kibana API and curl. This is how we load the dashboard when installing Kibana as part of BeaKer
https://github.com/activecm/BeaKer/blob/5eb317efefc95234abee2cf6905958c43cc09621/kibana/import_dashboards.sh#L24
Thank you so much, I could integrate the Peaker dashboard with my own security monitoring environment.