Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beaker dashboard file request #61

Open
nimaforoughi opened this issue Dec 28, 2021 · 2 comments
Open

Beaker dashboard file request #61

nimaforoughi opened this issue Dec 28, 2021 · 2 comments

Comments

@nimaforoughi
Copy link

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

@Zalgo2462
Copy link
Contributor

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

resp=`curl --fail -u "elastic:$es_pass" -X POST -k "https://localhost:5601/api/saved_objects/_import?overwrite=true" -H "kbn-xsrf: true" -F file=@$DASHBOARD_FILE`

@nimaforoughi
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants