Installing Playbooks through Docker Compose is the easiest way to set it up. Once setup, It enables you to automate monitoring & enrichment tasks using observability data across multiple tools and Slack.

[Estimated Time: 5 minutes]

Step 1: Clone the Playbooks repository

Git Clone
git clone [[email protected]](/cdn-cgi/l/email-protection):DrDroidLab/PlayBooks.git

Step 2: Run Docker Compose command

Command
docker-compose -f playbooks.docker-compose.yaml up -d

This will build the docker images and run them locally. The portal will run on port 80. You can modify that in the docker compose file.

Once completed, visit http://localhost to view the portal. Signup with your user credentials to access the portal.

Installation on Kubernetes (via Helm)

Coming soon…