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

Query: Successful Request Count

Description

Count of successful HTTP requests (status 2xx).

Usage

powerpipe query nginx_access_log_detections.query.activity_dashboard_success_count

Tailpipe Tables

SQL

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

Dashboards

The query is used in the dashboards: