Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
raman0914 opened this issue Oct 18, 2023 · 1 comment
Open

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

raman0914 opened this issue Oct 18, 2023 · 1 comment
Labels
help wanted metrics-configuration How to configure specific metrics for collection

Comments

@raman0914
Copy link

raman0914 commented Oct 18, 2023

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
@raman0914 raman0914 added the metrics-configuration How to configure specific metrics for collection label Oct 18, 2023
@raman0914 raman0914 changed the title [metrics]: short description here [metrics]: ES metrics not able to get Oct 18, 2023
@matthiasr
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted metrics-configuration How to configure specific metrics for collection
Projects
None yet
Development

No branches or pull requests

2 participants