https://github.com/crowdsecurity/grafana-dashboards
Grafana dashboards for Crowdsec monitoring using Prometheus
https://github.com/crowdsecurity/grafana-dashboards
Last synced: over 1 year ago
JSON representation
Grafana dashboards for Crowdsec monitoring using Prometheus
- Host: GitHub
- URL: https://github.com/crowdsecurity/grafana-dashboards
- Owner: crowdsecurity
- License: mit
- Created: 2020-07-30T09:53:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T03:02:33.000Z (over 2 years ago)
- Last Synced: 2025-03-01T16:39:20.007Z (over 1 year ago)
- Size: 48.8 KB
- Stars: 75
- Watchers: 8
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-crowdsec - grafana-dashboards - Official Grafana dashboards for visualizing CrowdSec metrics via Prometheus. (Dashboards & Monitoring / Other Bouncers)
README
# grafana-dashboards
Grafana dashboards for Crowdsec monitoring using Prometheus
- `./dashboards_v4` are compatible with releases `v1.4.X`
- `./dashboards_v5` are compatible with releases `v1.5.X` (tested with Grafana 10.0 and Grafana cloud)



## Legacy dashboards
- `./dashboards_v1` are compatible for releases `v0.3.0-rc0` and below.
- `./dashboards_v2` are compatible for releases `v0.3.0-rc1`, up to `v1.0.X`.
- `./dashboards_v3` are compatible for releases `v1.1.X` and up.
## Prometheus config (for v4 and earlier versions)
For dashboards v4 and earlier, label is used to filter on individual machines. It's recommended to follow this config example:
```yaml
- job_name: 'crowdsec_myMachine'
static_configs:
- targets: ['1.2.3.4:6060']
labels:
machine: 'my_machine'
```