[data] Update uiSettings registered from data plugin to use core.docLinks #67026
Labels
chore
Feature:Search
Querying infrastructure in Kibana
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
technical debt
Improvement of the software architecture and operational architecture
The
data
plugin registers several uiSettings insrc/plugins/data/server/ui_settings.ts
.Many of these settings include inline links to the docs in their description.
When we moved these settings into
data
in #66040, we discussed that ideally these links should come from thecore.docLinks
service, which ensures they are pointing to the correct version of the docs instead ofcurrent
.This issue tracks work to extract the links from data's uiSettings, and move them to the docLinks service.
The text was updated successfully, but these errors were encountered: