We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
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 -->
The text was updated successfully, but these errors were encountered: