AWS Authentication #501
Answered
by
yesoreyeram
yesoreyeram
asked this question in
Specific APIs
-
How to pull data from any AWS api using infinity |
Beta Was this translation helpful? Give feedback.
Answered by
yesoreyeram
Jan 6, 2023
Replies: 1 comment
-
Connecting AWS API in Grafana using InfinitySupport for connecting to AWS API is available from version 1.3.0 Steps to connect to AWS APIs
Config EditorQuery with Backend parserQuery with UQL parsersample uql query is given below parse-json
| scope "ListMetricsResponse.ListMetricsResult.Metrics"
| mv-expand "dimension"="Dimensions"
| project "Namespace", "MeasureName", "Dimension Name"="dimension.Name", "Dimension Value"="dimension.Value" Query with Default/Frontend parser |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yesoreyeram
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Connecting AWS API in Grafana using Infinity
Support for connecting to AWS API is available from version 1.3.0
Steps to connect to AWS APIs
us-east-1
monitoring
. You can find the appropriate service name either here or here.