turbot/tailpipe-mod-apache-access-log-detections

Query: Bad Request Count

Description

Count of client error HTTP requests (status 4xx).

Usage

powerpipe query apache_access_log_detections.query.activity_dashboard_bad_request_count

Tailpipe Tables

SQL

select
count(*) as "Bad Requests (4xx)"
from
apache_access_log
where
status between 400 and 499;

Dashboards

The query is used in the dashboards: