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
{% if error.severity == 'critical' %}
{% elif error.severity == 'warning' %}
{% else %}
{% endif %}
{% if error.severity == 'critical' %}
Critical
{% elif error.severity == 'warning' %}
Warning
{% else %}
Info
{% endif %}
{{ error.error_type }}
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 }}
{% for line in error.relevant_log_lines %}
{{ loop.index }}
{{ line }}
{% 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 }}