Validate that component template name doesn't contain a wildcard #102761
Labels
enhancement
New value added to drive a business result
Feature:Index Management
Index and index templates UI
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
The API disallows wildcards. We can save the user some time by validating the name doesn't contain a wildcard on the client. This will also fix a UX oddity in which our server-side uniqueness check fails because a name that contains a wildcard (
test-*
) could match existing component templates (test-1
), resulting in the UI telling the user that a component template with that name already exists.Loosely related to elastic/elasticsearch#72780 (comment).
The text was updated successfully, but these errors were encountered: