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

Query: Successful Request Count

Description

Count of successful HTTP requests (status 2xx).

Usage

powerpipe query apache_access_log_detections.query.activity_dashboard_success_count

Tailpipe Tables

SQL

select
count(*) as "Successful (2xx)"
from
apache_access_log
where
status between 200 and 299;

Dashboards

The query is used in the dashboards: