You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Relic Dashboard JSON output occasionally outputs with multiple accountIds under the nrqlQueries object.
I have been unable to locate this in their docs, but have observed with some of our automation tooling this happening.
Feature Description
New Relic Dashboard JSON output occasionally outputs with multiple
accountIds
under thenrqlQueries
object.I have been unable to locate this in their docs, but have observed with some of our automation tooling this happening.
Sample json dashboard: (dashboard.json)
Executing newrelic-cli (version 0.78.1)
Sample Terraform: (dashboard.tf)
Note: there is a missing
account_id
/account_ids
attribute in the "My first tile"nrql_query
block.I see this attribute is not in the DashboardWidgetNRQLQuery struct which I suspect is the place to fix.
Describe Alternatives
Additional context
From the terraform docs (provider version
3.28.1
), it is not clear ifaccount_ids
is supported for the Nestednrql_query
blocks.There is no explicit callout in the section, though there is mention in the Example Usage: Create a New Relic One Dashboard section:
The text was updated successfully, but these errors were encountered: