AWS Tag Usage in LogicMonitor
In this article
You can filter which AWS resources LogicMonitor auto-discovers by applying AWS tag filters. After discovery, LogicMonitor adds the resources as cloud resources and applies any associated AWS tags as resource properties..
AWS Tag Property Format
LogicMonitor adds tag-based properties using the following format:
system.aws.tag.<NAME>=<VALUE>
NAME—
The name of the AWS tagVALUE—
The value of the AWS tag
Note: AWS tag filters are case sensitive.
AWS Tag Property References
You can reference AWS tag-based properties throughout your LogicMonitor account. For example, to create a dynamic group of AWS resources based on a tag value, use the following AppliesTo
expression:
system.aws.tag.NAME=~"VALUE"
Replace NAME
and VALUE
with the specific tag key and value.

For example, the following table displays how LogicMonitor property names correspond to an AWS tag name:
LogicMonitor Property Name | AWS Tag Name |
system.aws.tag.aws:cloudformation:stack-name | aws:cloudformation:stack-name |
system.aws.tag.team | team |