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

Query: Server Error Count

Description

Count of server error HTTP requests (status 5xx).

Usage

powerpipe query apache_access_log_detections.query.activity_dashboard_error_count

Tailpipe Tables

SQL

select
count(*) as "Server Errors (5xx)"
from
apache_access_log
where
status between 500 and 599;

Dashboards

The query is used in the dashboards: