BeaKer icon indicating copy to clipboard operation
BeaKer copied to clipboard

Beaker dashboard file request

Open nimaforoughi opened this issue 3 years ago • 2 comments
trafficstars

Is it possible to add beaker dashboard on an already installed Kibana?

nimaforoughi avatar Dec 28 '21 20:12 nimaforoughi

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

Zalgo2462 avatar Jan 04 '22 20:01 Zalgo2462

Thank you so much, I could integrate the Peaker dashboard with my own security monitoring environment.

nimaforoughi avatar Jan 05 '22 19:01 nimaforoughi