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

Query: Redirect Request Count

Description

Count of redirect HTTP requests (status 3xx).

Usage

powerpipe query apache_access_log_detections.query.activity_dashboard_redirect_count

Tailpipe Tables

SQL

select
count(*) as "Redirections (3xx)"
from
apache_access_log
where
status between 300 and 399;

Dashboards

The query is used in the dashboards: