-
Notifications
You must be signed in to change notification settings - Fork 25.4k
Open
Labels
:Data Management/Indices APIsAPIs to create and manage indices and templatesAPIs to create and manage indices and templates>enhancementTeam:Data ManagementMeta label for data/management teamMeta label for data/management team
Description
Description
A user can currently either manually, or through ILM/DLM add an index block. A user then gets back an error when they interact in a way that is blocked:
index [...] blocked by: [FORBIDDEN/8/index write (api)]
It would be nice if we could add metadata information to the index when the block was added, so that we could add details about who applied the block, when, etc. We can then return a more descriptive error like:
index [...] blocked by: [FORBIDDEN/8/index write (api) - index block added by the [searchable_snapshot] action in ILM policy [my-ilm-policy]]
Metadata
Metadata
Assignees
Labels
:Data Management/Indices APIsAPIs to create and manage indices and templatesAPIs to create and manage indices and templates>enhancementTeam:Data ManagementMeta label for data/management teamMeta label for data/management team