prometheus/cloudwatch_exporter

[metrics]: ES metrics not able to get

raman0914 opened this issue · 1 comments

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

It seems from #593 that you were able to figure out a working configuration, would you be able to submit it as an example @raman0914?