Skip to content

[metrics]: ES metrics not able to get #592

@raman0914

Description

@raman0914

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions