What problem does it solve?
This Skill helps you migrate Dynatrace classic and Gen2 entity-based DQL queries to Smartscape equivalents, simplifying the transition to Smartscape-based DQL workflows.
Core Features & Use Cases
- DQL to Smartscape Conversion: Converts entity-based DQL queries to Smartscape-based equivalents for better performance and compatibility.
- Query Analysis: Analyzes classic DQL queries and provides migration guidance, including entity mapping, relationship traversal, and field replacement.
- Use Case: Use this Skill to transform complex DQL queries involving entity-based conditions and relationships into Smartscape-based queries that leverage the new Smartscape data model.
Quick Start
Load the dt-migration skill and run the following command to get started:
dt-migration --query 'fetch dt.entity.host | filter in(id, classicEntitySelector("type(host),tag([Environment]syn_grail_log:bastion)")) | fields entity.name, id'