You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2️⃣ Confirm the alert has triggered for the scenario `crowdsecurity/appsec-generic-test`
78
-
<CodeBlockclassName="language-bash">sudo cscli alerts list -s crowdsecurity/appsec-generic-test</CodeBlock>
76
+
<CodeBlockclassName="language-bash">sudo cscli alerts list | grep crowdsecurity/appsec-generic-test</CodeBlock>
79
77
80
78
**Notes:**
81
79
- This scenario can only be triggered again after a 1-minute delay.
@@ -145,15 +143,15 @@ Were all the tests related to your setup successful?
145
143
- 💡 Hint:
146
144
- The hub page of the collection you installed provides an example of the acquisition configuration file to create.
147
145
- For example:
148
-
- The [NGINX collection hub page](https://app.crowdsec.net/hub/author/crowdsecurity/collections/nginx)
149
-
- Or the [SSHD collection hub page](https://app.crowdsec.net/hub/author/crowdsecurity/collections/sshd) (that is contained in the Linux Collection).
146
+
- The [NGINX collection hub page ↗️](https://app.crowdsec.net/hub/author/crowdsecurity/collections/nginx)
147
+
- Or the [SSHD collection hub page ↗️](https://app.crowdsec.net/hub/author/crowdsecurity/collections/sshd) (that is contained in the Linux Collection).
150
148
- Make sure that the **type** declared in the matches the **parser** expected to be used: nginx, apache, syslog, etc.
151
149
</details>
152
150
153
151
<detailsid="troubleshooting_collection">
154
152
<summary>📦 Collection Troubleshooting -- Are the right parsers and scenarios installed?</summary>
155
153
156
-
CrowdSec, via its [**Hub**](https://app.crowdsec.net/hub/collections) uses collections to package correct parsers and detection scenarios for your services.
154
+
CrowdSec, via its [**Hub** ↗️](https://app.crowdsec.net/hub/collections) uses collections to package correct parsers and detection scenarios for your services.
157
155
- On regular **host** installations, CrowdSec usually detects your services (like nginx or ssh) and installs the appropriate collections automatically.
158
156
- On **Docker**, **Kubernetes**, or **custom setups**, you may need to install them manually.
159
157
@@ -168,10 +166,10 @@ Were all the tests related to your setup successful?
168
166
- If they’re listed, the right collection is likely installed.
169
167
170
168
#### 📥 Install missing collections
171
-
1. Visit the [CrowdSec Hub](https://hub.crowdsec.net/) and search for a collection matching your service, like:
Before diving into troubleshooting, remember that a bouncer is a separate component that connects to the Security Engine and regularly pulls decisions (like bans or captchas) to apply them at its level (firewall, web server, etc.). If remediation isn’t working, it’s often due to issues in this communication loop.
* Verifying that the bouncer is registered and active.
314
-
* Checking bouncer logs for errors.
315
-
* Troubleshooting communication issues between the bouncer and the CrowdSec LAPI.
316
-
* Firewall configuration for the bouncer.
317
-
* Specific troubleshooting steps for common bouncers (firewall-bouncer, nginx-bouncer, etc.).)
318
-
319
-
</details>
308
+
Before diving into troubleshooting, remember that a remediation components (AKA **bouncer**) is a separate component that connects to the Security Engine and regularly pulls decisions (like bans or captchas) to apply them at its level (firewall, web server, etc.). If remediation isn’t working, it’s often due to issues in this communication loop.
309
+
You can find more information about bouncers in the [Bouncers documentation](https://doc.crowdsec.net/docs/next/bouncers/intro).
310
+
The full list of available bouncers is available on the [CrowdSec Hub ↗️](https://app.crowdsec.net/hub/remediation-components).
320
311
321
312
<details>
322
-
<summary>Profile Troubleshooting</summary>
323
-
324
-
* Verifying profile configuration.
325
-
* Troubleshooting errors related to profile application.
326
-
* Understanding the impact of profiles on detection and remediation.)
327
-
313
+
<summary>Is your Bouncer Installed and Connected to your Security engine</summary>
0 commit comments