Add known issue for PR#201115 (#203488)

Add known issue for Dev Tools > Console incorrect parsing of requests to
8.16.0 and 8.16.1 release notes

---------

Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
This commit is contained in:
Pius Fung 2025-01-13 06:24:42 -08:00 committed by GitHub
parent 25ffc9f12e
commit 44d0e02f09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -131,6 +131,28 @@ Machine Learning::
[[release-notes-8.16.1]]
== {kib} 8.16.1
For information about the {kib} 8.16.1 release, review the following information.
The 8.16.1 release includes the following known issues.
[float]
[[known-issues-8.16.1]]
=== Known issues
[discrete]
[[known-201115]]
.Kibana `Dev Tools > Console` incorrectly splits a request string that contains concatenated JSON objects, resulting in errors when submitting the requests to Elasticsearch.
[%collapsible]
====
*Details* +
The Console takes the body of the request and splits it into several JSON objects to send to Elasticsearch. It is incorrectly parsing the concatenated JSON objects when braces appear within string values.
*Workaround* +
Send the request to Elasticsearch using other tools like curl. This `Dev Tools > Console` bug is fixed in 8.16.2 and above.
For more information, refer to {kibana-issue}200201[#200201] and {kibana-issue}201965[#201965].
====
The 8.16.1 release includes the following bug fixes.
[float]
@ -197,6 +219,20 @@ For information about how to create APM API keys, please check the {observabilit
For more information, refer to {kibana-issue}199891[#199891] and {kibana-issue}199892[#199892].
====
[discrete]
[[known-201115-2]]
.Kibana `Dev Tools > Console` incorrectly splits a request string that contains concatenated JSON objects, resulting in errors when submitting the requests to Elasticsearch.
[%collapsible]
====
*Details* +
The Console takes the body of the request and splits it into several JSON objects to send to Elasticsearch. It is incorrectly parsing the concatenated JSON objects when braces appear within string values.
*Workaround* +
Send the request to Elasticsearch using other tools like curl. This `Dev Tools > Console` bug is fixed in 8.16.2 and above.
For more information, refer to {kibana-issue}200201[#200201] and {kibana-issue}201965[#201965].
====
[float]
[[breaking-changes-8.16.0]]
=== Breaking changes