Show mapping self-collision ES deprecation warning to users #64808
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
elastic/elasticsearch#37437 adds a deprecation warning when users specify a dot-concatenated mapping field with
a.colliding.name
which collides with an object path (a
>colliding
>name
). Currently, Index Templates allows user to define fields that self-collide in this way:ES will reject self-collisions in 8.0, but in 7.x will only return deprecation warnings. The UI should surface these deprecation warnings in warning toasts after the user has saved the index template. Ideally, the toast should have a "Learn more" link that links the user to deprecation docs so they can decide how to act on this deprecation.
The text was updated successfully, but these errors were encountered: