Skip to content

Commit 9d79861

Browse files
Update deprecation notice cscli dashboard (#840)
* Update 2024-06-11-cscli_dashboard_deprecation.md * Update 2024-06-11-cscli_dashboard_deprecation.md * Update 2024-06-11-cscli_dashboard_deprecation.md
1 parent 6d15d80 commit 9d79861

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

crowdsec-docs/blog/2024-06-11-cscli_dashboard_deprecation.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ Some users using `cscli dashboard` command did not understand what was happening
1919

2020
## What will happen to the `cscli dashboard` command ?
2121

22-
The `cscli dashboard` command will be deprecated in version `1.7.0` of the CrowdSec package. However, we don't want to leave users without a solution to visualize their data. We are working on a new way to deploy the Metabase dashboard via a script that will automate the deployment of the dashboard.
22+
The `cscli dashboard` command will be deprecated starting from version `1.7.0` of the CrowdSec package. Moving forward, users will have the following alternatives for viewing metrics and insights:
2323

24-
A development version of the script can be found linked [here](https://github.com/crowdsecurity/crowdsec/issues/2927)
24+
* CrowdSec Console (officially supported)
25+
* Prometheus with Grafana
26+
* VictoriaMetrics with Grafana
27+
28+
Please note that **only the CrowdSec Console is officially supported by the CrowdSec team**. The other options are provided for flexibility but are community-driven and require self-management.
2529

2630
## What should I do now?
2731

@@ -31,4 +35,6 @@ Currently we recommend that you firstly check which version of Metabase that is
3135
docker ps -a
3236
```
3337

34-
This will show you the running containers on your system. Look for the Metabase container and check the version of the container. If you are running a version of Metabase that is vulnerable to a CVE, we recommend that you update to latest version of CrowdSec then re run the `cscli dashboard` command to update the Metabase dashboard.
38+
This will show you the running containers on your system. Look for the Metabase container and check its version. If you are running a version of Metabase that is vulnerable to a CVE, we recommend updating to the latest version of CrowdSec and re-running the `cscli dashboard` command to refresh the Metabase dashboard.
39+
40+
**If you are already on version `1.7.0`, you will need to manually remove the container, as the `cscli dashboard` command is no longer available.**

0 commit comments

Comments
 (0)