What problem does it solve? Searching and analyzing large volumes of application and infrastructure logs manually is slow and error-prone. This Skill provides ready-to-use DQL query patterns for Dynatrace log data, so you can quickly find errors, calculate error rates, and detect patterns without writing queries from scratch. ## Core Features & Use Cases - Log Searching & Filtering: Fetch logs by time range, severity level, process group, or content keywords using fetch logs, contains(), and matchesPhrase(). - Error Rate & Pattern Analysis: Calculate error rates over time buckets, count exceptions and timeouts, and identify the most frequent error messages with summarize and countIf. - Structured JSON Log Parsing: Extract fields from JSON-formatted log lines using parse content, "JSON:log" and aggregate by parsed values. - Use Case: When a service starts failing, ask for error logs from the last hour grouped by process group to pinpoint which service is emitting the most errors and what the top error messages are. ## Quick Start Show me all ERROR logs from the last hour grouped by process group with the top error messages.