Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
v2.18.0
Describe the issue:
-
What is the difference between creating a document in a global tenant and creating a document in a custom tenant?
-
Also, if you create a document in a global tenant and specify the index pattern through the securitytenant header, you can see the global document in that tenant. Is this how it’s set up?
Configuration:
-
REST API Create Document with securitytenant header
/{index-name}/_doc
osd-xsrf : true
securitytenant : {custom-tenant-name} -
REST API Create Index-pattern with securitytenant header
/api/saved_objects/index-pattern/{index-pattern-name}
osd-xsrf : true
securitytenant : {custom-tenant-name}
Relevant Logs or Screenshots: