Skip to content

feat(wordpress): Add remediation metrics paragraph #790

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 21 additions & 1 deletion crowdsec-docs/unversioned/bouncers/wordpress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ As an existing CrowdSec's console user you can send the blocklists you already h
### Important Configuration Notes:
- Enable Stream mode in advanced settings for direct blocklist integrations.
![Plugin Stream mode](/img/bouncer/wordpress/screenshots/plugin-stream-mode.png)
- Remediation Metrics appear locally but are not sent to the CrowdSec console.
- [Remediation Metrics](#config-remediation-metrics) appear locally but are not sent to the CrowdSec console.
- AppSec features are unavailable in this mode.

***
Expand Down Expand Up @@ -328,6 +328,26 @@ With the stream mode, every decision is retrieved in an asynchronous way. Here y

**N.B** : There is also a refresh button if you want to refresh the cache manually.


<div id="config-remediation-metrics" />

***

<img src={useBaseUrl('/img/bouncer/wordpress/screenshots/config-usage-metrics.png')} alt="Cache" title="Cache" />

***


`Remediation Metrics → Enable the Remediation Metrics`

Enable remediation metrics to gain visibility: monitor incoming traffic and blocked threats for better security insights.

If this option is enabled, a cron job will push remediation metrics to the Local API every 15 minutes.

For more information about remediation metrics, please refer to the <a href="https://doc.crowdsec.net/docs/next/observability/usage_metrics/" target="_blank">documentation</a>.

**N.B** : There is also a push button if you want to push remediation metrics manually.

***

<img src={useBaseUrl('/img/bouncer/wordpress/screenshots/config-cache.jpg')} alt="Cache" title="Cache" />
Expand Down