This plugin converts KubeArmor logs to grafana Nodegraphs
- Grafana 9+
- Node '>=18 <=20'
- mage and go
- docker
- docker-compose
- jq
-
Update Grafana plugin SDK for Go dependency to the latest minor version:
go get -u github.com/grafana/grafana-plugin-sdk-go go mod tidy
-
Build backend plugin binaries for Linux, Windows and Darwin:
mage -v
-
List all available Mage targets for additional commands:
mage -l
-
Install dependencies
npm install
-
Build plugin in development mode and run in watch mode
npm run dev
-
Build plugin in production mode
npm run build
follow the instructions given in the demo-setup.md
- Download from the plugin catalog(not ready)
- Download from github releases
Follow the instructions provided in the Contributing.md to setup the dev environment.