I'm not able to extract AWS/ES metrics from cloudwatch .
can anyone please provide me any demo on how he have done it.
I tried with
- aws_namespace: AWS/ES
aws_metric_name: ClusterStatus.yellow
aws_statistics: [ Average ]
aws_dimensions: [ DomainName,ClientId ]
- aws_namespace: AWS/ES
aws_metric_name: Shards.active
aws_statistics: [ Average ]
aws_dimensions: [ DomainName,ClientId ]
as well as this -->
- aws_namespace: AWS/ES
aws_metric_name: FreeStorageSpace
aws_statistics: [ IQM ]
aws_dimensions: [ DomainName,NodeId,ClientId ]
list_metrics_cache_ttl: 86400
delay_seconds: 10
range_seconds: 300
I'm not able to extract AWS/ES metrics from cloudwatch .
can anyone please provide me any demo on how he have done it.
I tried with
as well as this -->