Skip to content

Commit 7ceef0d

Browse files
[8.15] [DOCS] Add known issue to 8.14.3 release notes (#189236) (#189441)
# Backport This will backport the following commits from `main` to `8.15`: - [[DOCS] Add known issue to 8.14.3 release notes (#189236)](#189236) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Colleen McGinnis","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-07-29T18:46:24Z","message":"[DOCS] Add known issue to 8.14.3 release notes (#189236)\n\n## Summary\r\n\r\nFixes https://github.com/elastic/observability-docs/issues/4090\r\n\r\nRelated to https://github.com/elastic/kibana/pull/185691\r\n\r\nThis PR adds a known issue to the 8.14.3 release docs related to\r\nfunction calling when using the Observability AI Assistant with the\r\nOpenAI connector.\r\n\r\n### For maintainers\r\n\r\n- [ ] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"518426045db64f14a19b5fae185a4ecf785cef54","branchLabelMapping":{"^v8.16.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","docs","backport:prev-minor","v8.16.0","v8.14.3"],"title":"[DOCS] Add known issue to 8.14.3 release notes","number":189236,"url":"https://github.com/elastic/kibana/pull/189236","mergeCommit":{"message":"[DOCS] Add known issue to 8.14.3 release notes (#189236)\n\n## Summary\r\n\r\nFixes https://github.com/elastic/observability-docs/issues/4090\r\n\r\nRelated to https://github.com/elastic/kibana/pull/185691\r\n\r\nThis PR adds a known issue to the 8.14.3 release docs related to\r\nfunction calling when using the Observability AI Assistant with the\r\nOpenAI connector.\r\n\r\n### For maintainers\r\n\r\n- [ ] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"518426045db64f14a19b5fae185a4ecf785cef54"}},"sourceBranch":"main","suggestedTargetBranches":["8.14"],"targetPullRequestStates":[{"branch":"main","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/189236","number":189236,"mergeCommit":{"message":"[DOCS] Add known issue to 8.14.3 release notes (#189236)\n\n## Summary\r\n\r\nFixes https://github.com/elastic/observability-docs/issues/4090\r\n\r\nRelated to https://github.com/elastic/kibana/pull/185691\r\n\r\nThis PR adds a known issue to the 8.14.3 release docs related to\r\nfunction calling when using the Observability AI Assistant with the\r\nOpenAI connector.\r\n\r\n### For maintainers\r\n\r\n- [ ] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"518426045db64f14a19b5fae185a4ecf785cef54"}},{"branch":"8.14","label":"v8.14.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Colleen McGinnis <[email protected]>
1 parent 6d666c7 commit 7ceef0d

File tree

1 file changed

+42
-16
lines changed

1 file changed

+42
-16
lines changed

docs/CHANGELOG.asciidoc

+42-16
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,32 @@ The Uptime app is already hidden from Kibana when there is no recent Heartbeat d
9999

100100
The 8.14.3 release includes the following bug fixes.
101101

102+
[float]
103+
[[known-issues-8.14.3]]
104+
=== Known issues
105+
106+
[discrete]
107+
[[known-185691]]
108+
.When using the Observability AI Assistant with the OpenAI connector, function calling will result in an error
109+
[%collapsible]
110+
====
111+
*Details* +
112+
In 8.14.3, if you are using the Observability AI Assistant with the OpenAI connector, function calling will result in an error.
113+
The error message will look similar to this:
114+
115+
[source]
116+
----
117+
Error: an error occurred while running the action - Status code: 400. Message: API Error: model_error - Missing required parameter: 'messages[4].function_call.arguments'.
118+
----
119+
120+
A fix will be available in 8.15. Users on 8.14.3 can get around this error by turning on synthetic function calling in _AI Assistant Settings_:
121+
122+
. In {kib}, go to *Stack Management* → *AI Assistant* → *Observability*
123+
. Toggle the _Simulate function calling_ option to *On*.
124+
125+
For more information, refer to {kibana-pull}185691[#185691].
126+
====
127+
102128
[float]
103129
[[fixes-v8.14.3]]
104130
=== Bug Fixes
@@ -164,7 +190,7 @@ Before you upgrade to 8.14.0, review the breaking changes, then mitigate the imp
164190
*Details* +
165191
The advanced setting which hides {esql} from the UI has been renamed from `discover:enableESQL` to `enableESQL`. It is enabled by default and must be switched off to disable {esql} features from your {kib} applications. For more information, refer to ({kibana-pull}182074[#182074]).
166192
====
167-
193+
168194
[discrete]
169195
[[breaking-178879]]
170196
.The unified search filter builder is Generally Available.
@@ -173,7 +199,7 @@ The advanced setting which hides {esql} from the UI has been renamed from `disco
173199
*Details* +
174200
The unified search filter builder (OR / AND) is out of technical preview. For more information, refer to ({kibana-pull}178879[#178879]).
175201
====
176-
202+
177203
[discrete]
178204
[[breaking-178860]]
179205
.{esql} is Generally Available.
@@ -182,7 +208,7 @@ The unified search filter builder (OR / AND) is out of technical preview. For mo
182208
*Details* +
183209
{esql} comes out of technical preview and is generally available. For more information, refer to ({kibana-pull}178860[#178860]).
184210
====
185-
211+
186212
[discrete]
187213
[[breaking-177549]]
188214
.The region map visualization type is Generally Available in Lens.
@@ -191,7 +217,7 @@ The unified search filter builder (OR / AND) is out of technical preview. For mo
191217
*Details* +
192218
The visualization type, region map, comes out of technical preview and is generally available. For more information, refer to ({kibana-pull}177549[#177549]).
193219
====
194-
220+
195221
[discrete]
196222
[[breaking-177089]]
197223
.UI enhancements to managed tags.
@@ -200,7 +226,7 @@ The visualization type, region map, comes out of technical preview and is genera
200226
*Details* +
201227
UI improvements for managed tags. For more information, refer to ({kibana-pull}177089[#177089]).
202228
====
203-
229+
204230
[float]
205231
[[features-8.14.0]]
206232
=== Features
@@ -603,23 +629,23 @@ Before you upgrade to 8.13.0, review the breaking changes, then mitigate the imp
603629
*Details* +
604630
The Kafka output no longer supports conditional topics. For more information, refer to ({kibana-pull}176879[#176879]).
605631
====
606-
632+
607633
[discrete]
608634
[[breaking-176443]]
609-
.Most Fleet installed integrations are now read-only and labelled with a *Managed* tag in the Kibana UI
635+
.Most Fleet installed integrations are now read-only and labelled with a *Managed* tag in the Kibana UI
610636
[%collapsible]
611637
====
612638
*Details* +
613639
614640
Integration content installed by {fleet} is no longer editable. This content is tagged with *Managed* in the {kib} UI, and is Elastic managed. This content cannot be edited or deleted, however managed visualizations, dashboards, and saved searches can be cloned. The clones can be customized.
615641
616-
When cloning a dashboard the cloned panels become entirely independent copies that are unlinked from the original configurations and dependencies.
642+
When cloning a dashboard the cloned panels become entirely independent copies that are unlinked from the original configurations and dependencies.
617643
618644
Managed content relating to specific visualization editors such as Lens, TSVB, and Maps, the clones retain the original reference configurations. The same applies to editing any saved searches in a managed visualization.
619645
620646
For more information, refer to ({kibana-pull}172393[#172393]).
621647
====
622-
648+
623649
[discrete]
624650
[[breaking-174674]]
625651
.Removes `is_nan`, `is_finite`, and `is_infinite` functions from {esql}
@@ -628,7 +654,7 @@ For more information, refer to ({kibana-pull}172393[#172393]).
628654
*Details* +
629655
These functions have been removed from {esql} queries as they are not supported. Errors would be thrown when trying to use them. For more information, refer to ({kibana-pull}174674[#174674]).
630656
====
631-
657+
632658
[float]
633659
[[features-8.13.0]]
634660
=== Features
@@ -936,7 +962,7 @@ The 8.12.1 release includes the following enhancements and bug fixes.
936962
=== Enhancements
937963

938964
Elastic Security::
939-
For the Elastic Security 8.12.1 release information, refer to {security-guide}/release-notes.html[_Elastic Security Solution Release Notes_].
965+
For the Elastic Security 8.12.1 release information, refer to {security-guide}/release-notes.html[_Elastic Security Solution Release Notes_].
940966
Observability::
941967
* Adds `defer_validation: true` to transforms on creation to stop errors when the destination index doesn't exist yet ({kibana-pull}174463[#174463]).
942968

@@ -1019,7 +1045,7 @@ The previous summary transforms summarizing every SLOs won't be used anymore and
10191045
10201046
Be aware that when installing a new SLO (or after resetting an SLO), we install two transforms (one for the rollup data and one that summarize the rollup data). Do not delete the new `slo-summary-{slo_id}-{slo_revision}` transforms. For more information, refer to ({kibana-pull}172224[#172224]).
10211047
====
1022-
1048+
10231049
[discrete]
10241050
[[breaking-170635]]
10251051
.A new sub-feature privilege to control user access to the cases settings
@@ -1028,7 +1054,7 @@ Be aware that when installing a new SLO (or after resetting an SLO), we install
10281054
*Details* +
10291055
Roles with at least a sub-feature privilege configured will not have access to the cases setting like they had previously. All roles without a sub-feature privilege configured will not be affected. For more information, refer to ({kibana-pull}170635[#170635]).
10301056
====
1031-
1057+
10321058
[float]
10331059
[[features-8.12.0]]
10341060
=== Features
@@ -1057,11 +1083,11 @@ Machine Learning::
10571083
* Adds E5 model configurations ({kibana-pull}172053[#172053]).
10581084
* Adds the ability to create a categorization anomaly detection job from pattern analysis ({kibana-pull}170567[#170567]).
10591085
* Adds and displays alerts data in the Anomaly Explorer ({kibana-pull}167998[#167998]).
1060-
Observability::
1086+
Observability::
10611087
* Adds logic to update flyout highlights ({kibana-pull}172193[#172193]).
10621088
* Adds logic to display highlights in the flyout ({kibana-pull}170650[#170650]).
10631089
* Changes the Custom threshold title to Beta ({kibana-pull}172360[#172360]).
1064-
Security::
1090+
Security::
10651091
* Disables the connector parameters field ({kibana-pull}173610[#173610]).
10661092
* Adds a risk engine missing privileges callout ({kibana-pull}171250[#171250]).
10671093
* Asset criticality privileges API ({kibana-pull}172441[#172441]).
@@ -1764,7 +1790,7 @@ If some SLOs have been installed in a prior version at 8.10, they won't work aft
17641790
17651791
*Removing SLOs before migrating to 8.10*
17661792
1767-
Use the SLO UI or the SLO delete API to delete all existing SLOs. This takes care of the Saved Object, Transform and rollup data. When all SLOs have been deleted, then delete the residual rollup indices: `.slo-observability.sli-v1*`. Note that this is v1.
1793+
Use the SLO UI or the SLO delete API to delete all existing SLOs. This takes care of the Saved Object, Transform and rollup data. When all SLOs have been deleted, then delete the residual rollup indices: `.slo-observability.sli-v1*`. Note that this is v1.
17681794
17691795
*Removing SLOs after migrating to 8.10*
17701796

0 commit comments

Comments
 (0)