Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show mapping self-collision ES deprecation warning to users #64808

Closed
cjcenizal opened this issue Apr 29, 2020 · 2 comments
Closed

Show mapping self-collision ES deprecation warning to users #64808

cjcenizal opened this issue Apr 29, 2020 · 2 comments
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

Comments

@cjcenizal
Copy link
Contributor

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:

image

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.

@cjcenizal cjcenizal added 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 labels Apr 29, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/es-ui (Team:Elasticsearch UI)

@alisonelizabeth
Copy link
Contributor

No longer applicable

@alisonelizabeth alisonelizabeth closed this as not planned Won't fix, can't repro, duplicate, stale Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants