From 43731a3f1bbaa43d365d28537a53b8fecee396ad Mon Sep 17 00:00:00 2001 From: Laurence Jones Date: Fri, 1 Aug 2025 15:32:47 +0100 Subject: [PATCH 1/3] Update 2024-06-11-cscli_dashboard_deprecation.md --- .../blog/2024-06-11-cscli_dashboard_deprecation.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/crowdsec-docs/blog/2024-06-11-cscli_dashboard_deprecation.md b/crowdsec-docs/blog/2024-06-11-cscli_dashboard_deprecation.md index 14a12f374..eb5afbc52 100644 --- a/crowdsec-docs/blog/2024-06-11-cscli_dashboard_deprecation.md +++ b/crowdsec-docs/blog/2024-06-11-cscli_dashboard_deprecation.md @@ -19,9 +19,13 @@ Some users using `cscli dashboard` command did not understand what was happening ## What will happen to the `cscli dashboard` command ? -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. +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: -A development version of the script can be found linked [here](https://github.com/crowdsecurity/crowdsec/issues/2927) +* CrowdSec Console (officially supported) +* Prometheus with Grafana +* VictoriaMetrics with Grafana + +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. ## What should I do now? From 1ea0b8d94c447b50a4faef1c1a4b0c4121c93b78 Mon Sep 17 00:00:00 2001 From: Laurence Jones Date: Fri, 1 Aug 2025 15:36:19 +0100 Subject: [PATCH 2/3] Update 2024-06-11-cscli_dashboard_deprecation.md --- .../blog/2024-06-11-cscli_dashboard_deprecation.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/crowdsec-docs/blog/2024-06-11-cscli_dashboard_deprecation.md b/crowdsec-docs/blog/2024-06-11-cscli_dashboard_deprecation.md index eb5afbc52..db8fd545d 100644 --- a/crowdsec-docs/blog/2024-06-11-cscli_dashboard_deprecation.md +++ b/crowdsec-docs/blog/2024-06-11-cscli_dashboard_deprecation.md @@ -35,4 +35,10 @@ Currently we recommend that you firstly check which version of Metabase that is docker ps -a ``` -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. +Here’s the updated version of the sentence, including guidance for users already on `1.7.0`: + +--- + +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. + +**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.** From 9b0a7b39fc3ce92c5a9fa4b0f683ff10ad443f9b Mon Sep 17 00:00:00 2001 From: Laurence Jones Date: Fri, 1 Aug 2025 15:36:47 +0100 Subject: [PATCH 3/3] Update 2024-06-11-cscli_dashboard_deprecation.md --- crowdsec-docs/blog/2024-06-11-cscli_dashboard_deprecation.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/crowdsec-docs/blog/2024-06-11-cscli_dashboard_deprecation.md b/crowdsec-docs/blog/2024-06-11-cscli_dashboard_deprecation.md index db8fd545d..08f7f0c36 100644 --- a/crowdsec-docs/blog/2024-06-11-cscli_dashboard_deprecation.md +++ b/crowdsec-docs/blog/2024-06-11-cscli_dashboard_deprecation.md @@ -35,10 +35,6 @@ Currently we recommend that you firstly check which version of Metabase that is docker ps -a ``` -Here’s the updated version of the sentence, including guidance for users already on `1.7.0`: - ---- - 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. **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.**