Kibana version: master
Elasticsearch version: master
A query like machine.os.keyword:win x* returns no results, even though it should match values like "win xp". The underlying query_string query seems to want whitespace to be escaped with a backslash, but the KQL parser doesn't like that. I'm fairly certain this query worked in previous versions so I need to do some additional research and see if something changed in ES master or if this problem does indeed exist in 6.x.
Kibana version: master
Elasticsearch version: master
A query like
machine.os.keyword:win x*returns no results, even though it should match values like "win xp". The underlying query_string query seems to want whitespace to be escaped with a backslash, but the KQL parser doesn't like that. I'm fairly certain this query worked in previous versions so I need to do some additional research and see if something changed in ES master or if this problem does indeed exist in 6.x.