'Import Opensearch Dashbord Objects over API with tenents
I am trying to import a dashbord via the API of Opensearch Dashbords. I could not find anything directly in OpenSearch. The Kibana documentation says: Import objects API
POST <kibana host>:<port>/s/<space_id>/api/saved_objects/_import
or
POST <kibana host>:<port>/api/saved_objects/_import
the first POST call does not work, I always get a 404 back. The second POST works but the import is always done into the private tenent. Does anyone know how I can specify the tennent to import the object to when doing an API import?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
