Settings 2.0 - Logs cards schema
Logs cards (builtin:ua.logs-card
)
Specifies the behavior of the logs card like enabling the filterfield, paging, etc..
Schema ID | Schema groups | Scope |
---|---|---|
builtin:ua.logs-card |
| ua-screen |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
key | Key | text | Unique key, which is used to map to this log card in the screen layout config | required |
displayName | Display name | text | The title of the card. | optional |
description | Description | text | The description of the card Markdown syntax can be used to enrich description. To define a link, you can only use seaOtter links (https://dt-url.net/XXXXXXX) or action expression The format of a single action expression is: actionName|key=param|key2=param2 | optional |
filterQuery | Filter query | text | Use Dynatrace search query language to prefilter log data. It is possible to to use LQL syntax expression | optional |
pageSize | Page size | integer | Number of log rows per page | required |
enablePaging | Enable paging | boolean | Show or hide the link to the next n log records | required |
showFiltering | Show filtering | boolean | Enable or disable filtering bar at the bottom of the card | required |