Closed TomHejret closed 6 years ago
Hmm... strange... I'll take a look at this tomorrow morning.
Not sure how I didn't see this issue... fixed in both 6.3.0 and 6.3.1 the only releases where this could be found due to the refactoring from 6.2 -> 6.3.
We all are just humans. :) I am looking forward to try new build.
Plugin version: 6.3.1-1.0.1
Kibana version: 6.3.1
Plugins installed: KNQL plugin only
Description of the problem including expected versus actual behavior: After enabling KNQL plugin for Kibana index, search queries from search bar in Discovery, Visualization and Dashboard sections are ignored. Verified that same query using Dev Tools (console for requests to ES) with
query_string
returns results as expected. Also "KNQL syntax" label is not present in the search bar.Steps to reproduce:
global_info.name: wpa*
in Discovery section -this returns correct set of resultsglobal_info.name: wpa*
or as KNQL syntaxglobal_info.name~=wpa*
Errors in browser console (if relevant):