Skip to content

Commit

Permalink
Update CHANGELOG.asciidoc
Browse files Browse the repository at this point in the history
added known KQL bug to release notes: #169709
  • Loading branch information
rseldner authored Jan 5, 2024
1 parent 963af9f commit 72f1bde
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion docs/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,33 @@ Review important information about the {kib} 8.x releases.
[[release-notes-8.11.3]]
== {kib} 8.11.3

The 8.11.3 release includes the following bug fixes.
For information about the Kibana 8.11.3 release, review the following information.

[float]
[[known-issues-8.11.3]]
=== Known issues

// tag::known-issue-xxxxxx[]
[discrete]
Incorrect backslash escaping on keyword wildcard questions {kibana-issue}169709[#169709].
[%collapsible]
====
*Details* +
Support for wildcard queries in KQL was introduced in 8.5. {kibana-pull}}140629[#140629]
It appears that backslashes are not properly re-escaped when providing them to a wildcard query.
When running a KQL wildcard query for a keyword field that contains backslashes, such as `field: \*\\\*`, they have to be double-escaped to produce the expected results.
*Impact* +
Results for `field: \*\\\*` are not returned.
*Workaround* +
Double escape the slashes `field: \*\\\\\*`.
====
// end::known-issue-xxxxxx[]

[float]
[[fixes-v8.11.3]]
Expand Down

0 comments on commit 72f1bde

Please sign in to comment.