Last updated: March 3, 2026
Use Log AI
Overview
Once Log AI has processed your logs, you gain several capabilities that would otherwise require extensive manual configuration:
- Filter by mined patterns: Identify and isolate specific log patterns across your services.
- Filter and group by extracted attributes: Use the dynamically named attributes (e.g.,
product_id) just like any other structured field — in filters, group-by queries, and dashboards. - Run pattern analysis (Triage): Compare what's common across error logs versus non-error logs. Because Log AI has both inferred severity and extracted attributes, you can run statistical analysis to find correlations — for example, which product IDs or parameter values are disproportionately associated with errors.
- Discover errors you'd otherwise miss: Log records whose severity was inferred are surfaced in error filters. Without Log AI, these records would have been invisible.
- There is nothing to configure. Log AI is always running. As soon as you send logs to Dash0, Log AI begins processing them.
- Log AI requires a warm-up period to build up enough data for accurate pattern mining. If you send a single log record and immediately check for patterns, they won't be there yet. Pattern mining needs a representative sample of log data to work with. This can take a few hours depending on log volume.
- Severity inference also takes some time to become fully active, and is not 100% guaranteed for every record — but it covers the vast majority of cases.
Getting the Most Out of Log AI
Dash0 provides several ways to see Log AI in action:
Filter by Log AI Attributes
Log AI adds additional attributes to your log records that you can filter by:
- Severity was inferred: Filter to see only log records where the severity was determined by Log AI rather than present in the original data.
- Message or attributes were inferred: Filter to see records where Log AI extracted structured data from the log body.
These are available as filter options in the Log Explorer.
Triage Log AI Attributes
You can use your derived attributes to run pattern analysis, in the Triage tab.
For example, when you want to know what is common across error logs compared to everything that is not an error, using the real attributes mined from patterns, in this case dash0.log.attribute.product_id and dash0.log.attribute.product_name.
Group Log AI Attributes
In the Groups tab you can Group by, using your attributes, for further insights and analysis.
AI-Derived Attribute Indicators
When browsing log records, attributes that were extracted by Log AI are clearly marked as AI derived.
Pattern Hover Details
When viewing log patterns, you can hover to see details about which pattern was mined and where the extracted attributes are coming from.
This lets you distinguish between attributes that were part of the original structured data and those that Log AI extracted from the log body.
Severity Inference Indicator
When a log record's severity was inferred, an indicator is displayed so you know this value was determined by Log AI rather than provided by the source.




