Task: log_nginx_status_codes
Log File: assets/logs/nginx_access_json.log
Description
Analyze HTTP status code distribution from Nginx JSON access logs. Categorize responses by code family (2xx success, 3xx redirect, 4xx client error, 5xx server error).
Why it's useful: Monitor application health, identify error trends, validate that success rates meet SLAs.
Expected Output: Distribution table showing count and percentage for each status code or code family.
Suggested Labels: task-idea, v2
Task: log_nginx_status_codes
Log File: assets/logs/nginx_access_json.log
Description
Analyze HTTP status code distribution from Nginx JSON access logs. Categorize responses by code family (2xx success, 3xx redirect, 4xx client error, 5xx server error).
Why it's useful: Monitor application health, identify error trends, validate that success rates meet SLAs.
Expected Output: Distribution table showing count and percentage for each status code or code family.
Suggested Labels: task-idea, v2