[Logs UI] Replace Query Bar with EuiSuggest component and fix performance issues #52930
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Logs UI
Logs UI feature
performance
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
Kibana version:
7.6
Browser version:
Firefox 71 and Chrome 79
Browser OS version:
MacOS 10.14.6
Describe the bug:
Typing a character into the Query Bar on the Logs Stream page sometimes takes a second or more to display the character typed. This is due to performance issues with the autocomplete box.
@simianhacker suggested using the Saved Search with Filter component to alleviate this issueAs per discussion below, we should fix performance issues in the kuery parser, and use the
EuiSuggest
component, to alleviate these issues.The text was updated successfully, but these errors were encountered: