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
The Dashboard Object spec provides a nice way to inject index patterns/visualizations/dashboards, but it seems like it's only able to provide these resources to the global tenant.
What solution would you like?
Specifying the tenant to target for the Dashboard Object. Possibly other resources?
It seems like you can generally specify tenancy in direct API calls by doing something like providing security_tenant=<something> as a URL parameter. For now probably going to invoke the API directly to copy dashboard objects around, but it would be nice if security_tenant was an option on the resource, or the provider instantiation, or something.
Do you have any additional context?
Sorry if I'm missing something!
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
The Dashboard Object spec provides a nice way to inject index patterns/visualizations/dashboards, but it seems like it's only able to provide these resources to the global tenant.
What solution would you like?
Specifying the tenant to target for the Dashboard Object. Possibly other resources?
E.g.
What alternatives have you considered?
It seems like you can generally specify tenancy in direct API calls by doing something like providing
security_tenant=<something>
as a URL parameter. For now probably going to invoke the API directly to copy dashboard objects around, but it would be nice ifsecurity_tenant
was an option on the resource, or the provider instantiation, or something.Do you have any additional context?
Sorry if I'm missing something!
The text was updated successfully, but these errors were encountered: