Skip to content

Instantly share code, notes, and snippets.

@gmas
Created December 6, 2016 21:12
Show Gist options
  • Save gmas/411eda0c1febfa1149b77b6ce2885549 to your computer and use it in GitHub Desktop.
Save gmas/411eda0c1febfa1149b77b6ce2885549 to your computer and use it in GitHub Desktop.
- aws_namespace: AWS/ES
aws_metric_name: FreeStorageSpace
aws_dimensions: [DomainName, ClientId]
aws_dimension_select:
DomainName: [api-proxy-logs]
ClientId: [XXXX]
aws_statistics: [Minimum]
@gmas
Copy link
Author

gmas commented Dec 6, 2016

ClientId needs to be double quoted:

  • aws_namespace: AWS/ES
    aws_metric_name: FreeStorageSpace
    aws_dimensions: [DomainName, ClientId]
    aws_dimension_select:
    DomainName: [domain-name]
    ClientId: ["XXXXXXX"]
    aws_statistics: [Minimum]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment