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 header securitytenant is needed when requests need to set the header that governs what tenant an entity belongs to. In my case I am using metricbeat and I am trying to setup the dashboards on the global tenant in AWS ES.
The text was updated successfully, but these errors were encountered:
Just hitting this too. OpenSearch dashboards support multi-tenancy i.e. a single instance can support multiple tenants, and each tenant provides an isolated area of configuration for saved objects e.g. searches and index patterns.
When using the API to manage those saved objects there is a single endpoint for all tenants and you provide the header securitytenant to specify which one you want to target. Without including this header in the request it targets the Global tenant by default.
The header securitytenant is needed when requests need to set the header that governs what tenant an entity belongs to. In my case I am using metricbeat and I am trying to setup the dashboards on the global tenant in AWS ES.
The text was updated successfully, but these errors were encountered: