AI Diagnosis Summary

{{ data.summary }}

{{ data.errors | length }}
Issues Found
{% set critical_count = [] %} {% for e in data.errors %}{% if e.severity == 'critical' %}{% set _ = critical_count.append(1) %}{% endif %}{% endfor %} {{ critical_count | length }}
Critical
{% set warning_count = [] %} {% for e in data.errors %}{% if e.severity == 'warning' %}{% set _ = warning_count.append(1) %}{% endif %}{% endfor %} {{ warning_count | length }}
Warnings

Log Group Info

Service
{{ metadata.service or "generic" }}
Time Window
{{ metadata.time_window or "1h" }}
Retention
{{ metadata.retention_in_days or "n/a" }} days
Region
{{ metadata.region }}

Detected Issues

{% for error in data.errors %}
{% if error.severity == 'critical' %}
{% elif error.severity == 'warning' %}
{% else %}
{% endif %}

{{ error.error_type }}

{% if error.severity == 'critical' %} Critical {% elif error.severity == 'warning' %} Warning {% else %} Info {% endif %}
What happened

{{ error.what_happened }}

Root cause

{{ error.why_it_happened }}

How to fix

{{ error.fix.explanation }}

{% if error.fix.generated %}
GENERATED FIX
{{ error.fix.generated }}
{% endif %}
{% if error.relevant_log_lines and error.relevant_log_lines | length > 0 %}
{% for line in error.relevant_log_lines %}
{{ loop.index }} {{ line }}
{% endfor %}
{% endif %}
{% endfor %}

Ask CloudLens

Ask follow-up questions about this report — what an error means, or how to implement a suggested fix. This chat only knows about the logs and diagnosis on this page, nothing else. It stays alive while you're actively using it, and resets automatically after 15 minutes of inactivity.

Powered by Amazon Nova via Amazon Bedrock
CloudLens · {{ metadata.region }}