You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: serverless/pages/serverless-changelog.asciidoc
+53Lines changed: 53 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,59 @@ For serverless API changes, refer to https://www.elastic.co/docs/api/changes[API
4
4
5
5
For serverless changes in Cloud Console, refer to https://www.elastic.co/guide/en/cloud/current/ec-release-notes.html[Elasticsearch Service Documentation: Release notes].
6
6
7
+
[discrete]
8
+
[[serverless-changelog-12162024]]
9
+
== December 16, 2024
10
+
11
+
[discrete]
12
+
[[deprecations-12162024]]
13
+
=== Deprecations
14
+
* Deprecates the `discover:searchFieldsFromSource` setting ({kibana-pull}202679[#202679]).
15
+
* Disables scripted field creation in the Data Views management page ({kibana-pull}202250[#202250]).
16
+
* Removes all logic based on the following settings: `xpack.reporting.roles.enabled`,
Copy file name to clipboardExpand all lines: serverless/pages/serverless-known-issues.asciidoc
-59Lines changed: 0 additions & 59 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,62 +3,3 @@
3
3
++++
4
4
<titleabbrev>Known issues</titleabbrev>
5
5
++++
6
-
7
-
[discrete]
8
-
[[known-issues-201820]]
9
-
== Exceptions tab fails to load
10
-
11
-
On December 5, 2024, it was discovered the {sec-serverless} **Exceptions** tab fails to load when exceptions contain comments with newline characters (`\n`). For details, refer to ({kibana-issue}201820[#201820]).
12
-
13
-
*Custom rules workaround* +
14
-
15
-
. Go to the **Rules** page, then <<import-export-rules-ui,export>> the rule or rules with the exception lists with newline characters.
16
-
. Open the `.ndjson` file, then remove the newline characters from the `comments`.
17
-
. Go to the **Rules** page, then <<import-export-rules-ui,re-import>> the rules. Make sure to select **Overwrite existing exception lists with conflicting "list_id"**.
18
-
19
-
*Prebuilt rules workaround* +
20
-
21
-
. For the exception lists with newline characters, fetch the IDs associated with the rule.
22
-
.. Go to the **Rules** page.
23
-
.. Open the rule details, then go to the page URL.
24
-
.. Copy the URL id string.
25
-
+
26
-
For example, in the http://host.name/app/security/rules/id/167a5f6f-2148-4792-8226-b5e7a58ef46e URL, copy the `167a5f6f-2148-4792-8226-b5e7a58ef46e` id string.
27
-
.. To specify the `id` when fetching the rule details, use the {api-kibana-serverless}/operation/operation-readrule[retrieve a detection rule API]:
0 commit comments