Skip to content

Commit 534cb61

Browse files
enhance: Merge main and update things
2 parents 8a7f061 + 8c5f43e commit 534cb61

File tree

25 files changed

+391
-117
lines changed

25 files changed

+391
-117
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.**

crowdsec-docs/docs/log_processor/data_sources/journald.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ labels:
5353

5454
A list of journalctl filters. This is mandatory.
5555

56+
:::info
57+
this list is transformed into arguments passed to the journalctl binary, so any [arguments supported by journalctl](https://www.man7.org/linux/man-pages/man1/journalctl.1.html) can be defined here
58+
:::
59+
5660
### `source`
5761

5862
Must be `journalctl`

crowdsec-docs/sidebarsUnversioned.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ const sidebarsUnversionedConfig: SidebarConfig = {
3333
label: "Search Queries",
3434
id: "cti_api/search_queries",
3535
},
36+
{
37+
type: "doc",
38+
label: "CVE Explorer",
39+
id: "cti_api/cve_explorer",
40+
},
3641
],
3742
},
3843
{
@@ -316,6 +321,16 @@ const sidebarsUnversionedConfig: SidebarConfig = {
316321
"console/service_api/quickstart/metrics",
317322
],
318323
},
324+
{
325+
type: "doc",
326+
label: "Blocklists",
327+
id: "console/service_api/blocklists",
328+
},
329+
{
330+
type: "doc",
331+
label: "Integrations",
332+
id: "console/service_api/integrations",
333+
},
319334
{
320335
type: "category",
321336
label: "SDKs",
@@ -376,11 +391,17 @@ const sidebarsUnversionedConfig: SidebarConfig = {
376391
tag: "premium",
377392
},
378393
},
394+
{
395+
type: "doc",
396+
label: "Discord",
397+
id: "console/notification_integrations/discord",
398+
},
379399
{
380400
type: "doc",
381401
label: "Slack",
382402
id: "console/notification_integrations/slack",
383403
},
404+
384405
{
385406
type: "doc",
386407
label: "Webhook",

crowdsec-docs/src/css/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ html[data-theme="dark"] {
5656
--docusaurus-highlighted-code-line-bg: rgba(255, 255, 255, 0.1);
5757
}
5858

59+
/* IMAGE STYLES FOR PAGES*/
60+
.container img {
61+
@apply border border-solid border-gray-300/80 dark:border-gray-300/80 rounded-lg p-2;
62+
}
63+
5964
.docusaurus-highlight-code-line {
6065
@apply bg-background block;
6166
margin: 0 calc(-1 * var(--ifm-pre-padding));
90.8 KB
Loading
426 KB
Loading
288 KB
Loading
107 KB
Loading
88.7 KB
Loading
745 KB
Loading

0 commit comments

Comments
 (0)