-
Notifications
You must be signed in to change notification settings - Fork 335
Open
Labels
help wantedmetrics-configurationHow to configure specific metrics for collectionHow to configure specific metrics for collection
Description
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
Metadata
Metadata
Assignees
Labels
help wantedmetrics-configurationHow to configure specific metrics for collectionHow to configure specific metrics for collection