-
Notifications
You must be signed in to change notification settings - Fork 8.6k
System index templates can't be edited #52566
Copy link
Copy link
Closed
Labels
Feature:Index ManagementIndex and index templates UIIndex and index templates UITeam:Kibana ManagementDev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience
Metadata
Metadata
Assignees
Labels
Feature:Index ManagementIndex and index templates UIIndex and index templates UITeam:Kibana ManagementDev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience
Type
Fields
Give feedbackNo fields configured for issues without a type.
System index templates can be opened in "Edit" mode, but the index template name field has validation rules on it that disallow names that begin with a period. This means the user can't proceed to the next step because the name already begins with a period. They also can't edit the name. The solution requires turning off this validation rule when editing a system index template.
This bug is low priority because it will be very atypical for users to edit system index templates.