Cloudbeat analyzes cloud assets for security compliance and sends findings to Elasticsearch as part of the Cloud Security Posture plugin in Kibana.
To get started with Cloud Security Posture on your cluster, see our documentation.
In order to run Cloudbeat, you need to have Elastic Stack (Elasticsearch, Kibana, etc) running (locally/cloud). See ELK Deployment options
After deploying your Elastic Stack, you can deploy Cloudbeat. See Cloudbeat Deployment options
We use Hermit to keep all our tooling in check. See our README for more details.
Install it with the following commands:
curl -fsSL https://github.com/cashapp/hermit/releases/download/stable/install.sh | /bin/bash
. ./bin/activate-hermit
Note This will download and install hermit into
~/bin
. You should add this to your$PATH
if it isn't already. It is also recommended to add hermit's shell integration
Note Are you a developer/contributor or just looking for more information check out our dev docs