[Infra Monitoring UI] KQL auto-completion does not work #137267
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Logs UI
Logs UI feature
Feature:Metrics UI
Metrics UI feature
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
Kibana version:
main
as of 57f7a48Original install method (e.g. download page, yum, from source, etc.): from source
Describe the bug:
The auto-completion in the filter bar does not work since #129977 introduced an implicit dependency on the
unified-search
plugin without actually adding it to the dependencies and without injecting the required service into the React context.Steps to reproduce:
Expected behavior:
Suggestions for auto-completing the field names and values are shown when typing in the query bars.
Any additional context:
In
kibana/x-pack/plugins/infra/public/containers/with_kuery_autocompletion.tsx
Line 69 in 57f7a48
unifiedSearch
service, but it has not been added to the plugin context.The text was updated successfully, but these errors were encountered: