Settings API - Application detection schema table
Application detection (builtin:rum.web.app-detection
)
Define new applications for Real User Monitoring (RUM) using application detection rules, check how your existing rules map to your applications.
By default, Dynatrace associates all your monitoring data with a placeholder application. Define your own detection rules for grouping your monitoring data into distinct applications in Dynatrace.
If you haven't done so already, deploy OneAgent. After the deployment RUM is enabled by default for all web applications that are auto-detected by OneAgent. OneAgent automatically injects a JavaScript code snippet into the HTML of all the pages of your monitored web applications so that it can capture monitoring data and ensure end-to-end monitoring visibility.
-
Rules are applied sequentially, with rules at the top taking priority over lower rules.
-
More details on defining your web application.
Given a set of URLs:
- http://www.mybookshop.com/about
- http://checkout.mybookshop.com/proceed
- http://mybook.shop.com/about/index.php
- http://www.this-is-mybookshop.com/about/index.php
The rule Domain (host) contains mybook matches against:
- http://www.mybookshop.com/about
- http://checkout.mybookshop.com/proceed
- http://mybook.shop.com/about/index.php
- http://www.this-is-mybookshop.com/about/index.php
The rule Domain (host) ends with shop.com matches against:
- http://www.mybookshop.com/about
- http://checkout.mybookshop.com/proceed
- http://mybook.shop.com/about/index.php
- http://www.this-is-mybookshop.com/about/index.php
The rule Domain (host) equals www.mybookshop.com matches against:
- http://www.mybookshop.com/about/index.php
The rule Domain (host) matches mybookshop.com matches against:
- http://www.mybookshop.com/about
- http://checkout.mybookshop.com/proceed
The rule Domain (host) starts with checkout matches against:
- http://checkout.mybookshop.com/proceed
The rule URL contains mybookshop.com/about matches against:
- http://www.mybookshop.com/about
- http://www.this-is-mybookshop.com/about/index.php
The rule URL ends with about/index.php matches against:
- http://mybook.shop.com/about/index.php
- http://www.this-is-mybookshop.com/about/index.php
The rule URL equals http://www.mybookshop.com/about matches against:
- http://www.mybookshop.com/about
The rule URL starts with http://www.mybookshop.com matches against:
- http://www.mybookshop.com/about
Schema ID | Schema groups | Scope |
---|---|---|
builtin:rum.web.app-detection |
| environment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
matcher | Matcher | enum | - | required |
pattern | Pattern | text | - | required |
applicationId | Application | text | Select an existing application or create a new one. | required |