Created
December 6, 2016 21:12
-
-
Save gmas/411eda0c1febfa1149b77b6ce2885549 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- aws_namespace: AWS/ES | |
aws_metric_name: FreeStorageSpace | |
aws_dimensions: [DomainName, ClientId] | |
aws_dimension_select: | |
DomainName: [api-proxy-logs] | |
ClientId: [XXXX] | |
aws_statistics: [Minimum] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ClientId needs to be double quoted:
aws_metric_name: FreeStorageSpace
aws_dimensions: [DomainName, ClientId]
aws_dimension_select:
DomainName: [domain-name]
ClientId: ["XXXXXXX"]
aws_statistics: [Minimum]