Skip to the content.

Minimal Install

Get the core SIEM stack running with the smallest footprint and no optional services.

← Back to Home


What This Includes

This excludes:


Prerequisites


Minimal Install

git clone https://github.com/matijazezelj/sib.git
cd sib
cp .env.example .env
make install

Minimal + Manual (If You Prefer Explicit Steps)

# For VictoriaMetrics stack (default, recommended)
make install-storage-vm
make install-grafana
make install-alerting
make install-detection

# Or for Grafana stack (Loki + Prometheus)
# make install-storage-grafana
# make install-grafana
# make install-alerting
# make install-detection

Verify

make health
./scripts/test-pipeline.sh

Next Steps


← Back to Home