I am able to use the dropdown in the query and select the log groups but the query fails.
What happened?
I get a plugin downstream error and nothing populates. When reviewing the grafana logs in /var I see:
Querying LogGroups by ARN is not supported.
What did you expect to happen?
I expected Grafana to return the results of the log group query. I was able to do this in commercial aws. Wondering if this is a govcloud specific issue.
I am experiencing the same issue and have been unable to find a solution thus far unless I manually modify the dashboard JSON to use the the Log Group name instead of the ARN.
Figured this out, I think govcloud has a limitation where you can’t query by the arn and since grafana auto populates the log groups with the full arn it ends up failing when you select the checkbox for the log groups.
To work around this type in only the log group name in the box under the auto populated log groups and hit enter. You will then be able to run your query.