diff --git a/README.md b/README.md index a8968fc..baf4743 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,18 @@ order by +---------------+----------------+------------------+--------+---------------+ ``` +## Detections as Code with Powerpipe + +Pre-built dashboards and detections for the Nginx plugin are available in [Powerpipe](https://powerpipe.io) mods, helping you monitor and analyze activity across your Nginx servers. + +For example, the [Nginx Access Log Detections mod](https://hub.powerpipe.io/mods/turbot/tailpipe-mod-nginx-access-log-detections) scans your Nginx access logs for anomalies, such as sql injestion attacks on your web application. + +Dashboards and detections are [open source](https://github.com/topics/tailpipe-mod), allowing easy customization and collaboration. + +To get started, choose a mod from the [Powerpipe Hub](https://hub.powerpipe.io/?engines=tailpipe&q=nginx). + +![image](docs/images/nginx_access_log_owasp_top_10_dashboard.png) + ## Developing Prerequisites: diff --git a/docs/images/nginx_access_log_detection_dashboard.png b/docs/images/nginx_access_log_detection_dashboard.png new file mode 100644 index 0000000..d3a8973 Binary files /dev/null and b/docs/images/nginx_access_log_detection_dashboard.png differ diff --git a/docs/images/nginx_access_log_owasp_top_10_dashboard.png b/docs/images/nginx_access_log_owasp_top_10_dashboard.png new file mode 100644 index 0000000..ad08b28 Binary files /dev/null and b/docs/images/nginx_access_log_owasp_top_10_dashboard.png differ diff --git a/docs/index.md b/docs/index.md index f0f46be..1a317fb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,6 +22,8 @@ The [Nginx Plugin for Tailpipe](https://hub.tailpipe.io/plugins/turbot/nginx) al - Get involved: [Issues](https://github.com/turbot/tailpipe-plugin-nginx/issues) ![image](https://raw.githubusercontent.com/turbot/tailpipe-plugin-nginx/main/docs/images/nginx_access_log_terminal.png?type=thumbnail) +![image](https://raw.githubusercontent.com/turbot/tailpipe-plugin-nginx/main/docs/images/nginx_access_log_detection_dashboard.png?type=thumbnail) +![image](https://raw.githubusercontent.com/turbot/tailpipe-plugin-nginx/main/docs/images/nginx_access_log_owasp_top_10_dashboard.png?type=thumbnail) ## Getting Started @@ -101,3 +103,13 @@ order by | 172.16.0.25 | GET | /static/main.css | 304 | 5432 | +---------------+----------------+------------------+--------+---------------+ ``` + +## Detections as Code with Powerpipe + +Pre-built dashboards and detections for the Nginx plugin are available in [Powerpipe](https://powerpipe.io) mods, helping you monitor and analyze activity across your Nginx servers. + +For example, the [Nginx Access Log Detections mod](https://hub.powerpipe.io/mods/turbot/tailpipe-mod-nginx-access-log-detections) scans your Nginx access logs for anomalies, such as sql injestion attacks on your web application. + +Dashboards and detections are [open source](https://github.com/topics/tailpipe-mod), allowing easy customization and collaboration. + +To get started, choose a mod from the [Powerpipe Hub](https://hub.powerpipe.io/?engines=tailpipe&q=nginx).