Skip to content
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
1 change: 1 addition & 0 deletions src/content/docs/en/pages/guides/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ permalink: /documentation/products/guides/
- [Creating Blacklists of IP Addresses in Edge, using Azion Network Shield](/en/documentation/products/guides/blocklists-ip-addresses-edge/)
- [Protect restricted content from improper access with Azion Secure Token](/en/documentation/products/guides/secure-token/)
- [Paywall with Function JWT](/en/documentation/products/guides/paywall-function-jwt/)
- [How to monitor and calibrate Bot Manager](/en/documentation/products/guides/secure/monitor-and-calibrate-bot-manager/)

---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -455,4 +455,12 @@ This setup ensures that all access to the `/api/submit` endpoint goes through AL

### Custom rules

Azion will provide you with easy-to-go configurations, that should be enough for most of the cases. If you need a more detailed configuration, you can add new custom rules based on your business needs. It's also possible to add more criteria and behaviors to be executed by the [Rules Engine](/en/documentation/products/secure/firewall/rules-engine/), building more comprehensive responses to possible attacks.
Azion will provide you with easy-to-go configurations, that should be enough for most of the cases. If you need a more detailed configuration, you can add new custom rules based on your business needs. It's also possible to add more criteria and behaviors to be executed by the [Rules Engine](/en/documentation/products/secure/firewall/rules-engine/), building more comprehensive responses to possible attacks.

---

## Monitoring and calibration

After deploying Bot Manager, use the observability tools to read logs, interpret traffic classifications, and tune thresholds and rules to reduce false positives while blocking real threats.

<LinkButton link="/en/documentation/products/guides/secure/monitor-and-calibrate-bot-manager/" label="Go to How to monitor and calibrate Bot Manager" severity="secondary" />
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ You can query the [Bot Manager dataset](/en/documentation/products/guides/query-
To set up an function, follow the steps in [Setting up the function](/en/documentation/products/guides/bot-manager-lite/#setting-up-the-function).

Then, you can use [Data Stream](/en/documentation/products/observe/data-stream/) to integrate with stream processing, SIEM, and big data platforms by using the **Functions** source and the **Functions Event Collector** template. This way, you can send your logs to the connector you use and monitor Bot Manager events.

---

## Monitoring and calibration

After configuring Bot Manager, use the observability tools to read logs, interpret traffic classifications, and tune thresholds and rules to reduce false positives while blocking real threats.

<LinkButton link="/en/documentation/products/guides/secure/monitor-and-calibrate-bot-manager/" label="Go to How to monitor and calibrate Bot Manager" severity="secondary" />
<br /><br />
---

Loading