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
Since the legacy template currently being used can be overridden by index templates, it would be better to have tenant_template created as an index template and with the highest possible priority to protect all .kibana* system indices from being corrupted simply because their mapping was overridden by some overzealous index template.
What solution would you like?
Use client.indices.putIndexTemplate and set priority to perhaps 263-1.
What alternatives have you considered?
None
Do you have any additional context?
No
The text was updated successfully, but these errors were encountered:
@AMoo-Miki Thanks for filing the issue! I'm changing priority to order.
But if the order is set to 263-1 would disallow users to override the the tenant-template. Would something like 99 fit this case better? Then users would be able to override tenant-template by explicitly setting custom index templates to something > 99.
@cliu123 AFAIK, index templates don't use order and use priority; the legacy templates used order.
Why would this plugin want to allow overriding its mapping or configuration? Even a tiny bit of change to this template would break the functionality of Dashboards.
Is your feature request related to a problem?
security-dashboards-plugin/server/multitenancy/tenant_index.ts
Lines 41 to 62 in 3abb707
Since the legacy template currently being used can be overridden by index templates, it would be better to have
tenant_template
created as an index template and with the highest possiblepriority
to protect all.kibana*
system indices from being corrupted simply because their mapping was overridden by some overzealous index template.What solution would you like?
Use
client.indices.putIndexTemplate
and setpriority
to perhaps 263-1.What alternatives have you considered?
None
Do you have any additional context?
No
The text was updated successfully, but these errors were encountered: