Suggest and validate semantic dictionary (SD) mappings for audit log integrations using raw vendor log payloads or live ingested events.
Use when: mapping a vendor audit log feed, authentication logs, user activity logs to the Dynatrace SD; checking required semantic fields; proposing OpenPipeline processor extraction rules based on DQL; running runtime validation (fetches live logs by log.source, then applies static validation).
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars135
LicenseLICENSE
Default branchmain
Open issues7
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
LicenseApache-2.0
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md3,895 B
docsSUMMARY.md465 B
History
First seen on skills.sh
First recorded snapshot · 764 installs
SKILL.md
dt-obs-log-semantic-mapping
Build and validate semantic-dictionary-aligned mappings for audit log integrations.
Purpose
Use this skill when a user wants to:
Suggest a mapping from a raw vendor audit log payload to Dynatrace fetch logs fields (Workflow A).
Validate a mapping against a pasted ingested log event (Workflow B1 — static).
Validate against live tenant data via live tenant access (Workflow B2 — runtime: fetches logs by log.source, then runs B1 on the result).
Log Classes
Class
Description
Key namespaces
Example sources
authentication
Login, logout, MFA, token
audit., actor., browser., device.
CyberArk, Okta, Azure SignInLogs
authorization
Access decisions, permission changes
audit., actor., object.*
CyberArk, Okta
user_action
CRUD on platform resources
audit., actor., object., product.
Okta, GitHub, Sonatype
http
HTTP request/response (WAF, network devices)
http., url., server., geo., client.*
Akamai SIEM, Cloudflare
Workflows
Mode
Input
Source
Workflow A — Suggest mapping
Raw vendor log payload
references/mapping-workflow.md § Workflow A
Workflow B1 — Static validation
Pasted ingested log event
references/mapping-workflow.md § Workflow B1
Workflow B2 — Runtime validation
log.source value + live tenant access
references/runtime-validation.md — fetches logs, then runs B1
Key Concepts
Content field burial: The primary validation concern. Fields in content (the raw vendor payload) that could be promoted to top-level semantic attributes but are not. The skill always inventories buried vs promoted fields and proposes OpenPipeline extraction rules to fix gaps.
Prerequisite: When proposing OpenPipeline processor extraction rules, load the dt-dql-essentials skill first. OpenPipeline processors use DQL functions (parse, fieldsAdd, splitString, etc.) — using non-DQL syntax produces invalid rules.
Sparse mappings are valid: Integrations like GitHub or Sonatype may only populate core fields. Minimum required: timestamp, log.source, content, loglevel, audit.action, audit.identity.
References
references/data-model-notes.md — Log SD field taxonomy, audit namespace, enums, sample-derived patterns and known discrepancies
references/mapping-workflow.md — Intake checklist, Workflow A and B1 procedures, content field analysis, field priority order