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: docs/CHANGELOG.asciidoc
+23-11Lines changed: 23 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,37 +93,36 @@ The 8.16.0 release includes the following known issues.
93
93
94
94
[discrete]
95
95
[[known-199902]]
96
-
.Stack Monitoring shows "Unable to load page error"
96
+
.Stack Monitoring shows "Unable to load page" error
97
97
[%collapsible]
98
98
====
99
99
*Details* +
100
-
The Stack Monitoring pages Overview, Nodes, Logs can stop working with the error "Unable to load page error". The Stack trace mentions `TypeError: Cannot read properties of undefined (reading 'logsLocator')`.
100
+
The Overview, Nodes, and Logs pages in Stack Monitoring show an "Unable to load page" error. The Stack trace mentions `TypeError: Cannot read properties of undefined (reading 'logsLocator')`.
101
101
102
102
*Workaround* +
103
-
Disabling the `Set feature visibility > Logs` feature at Kibana Space settings level will prevent the error to occur. Please note the `Logs` feature will not be available on such space.
103
+
Disabling the `Set feature visibility > Logs` feature at the Kibana Space settings level will prevent the error from occurring. Please note the `Logs` feature will not be available on those spaces.
104
104
105
-
It's also possible to `Observability > Logs` feature privilege to `None` on the role level - this will hide the `Logs` feature for individual users and prevent the error for these users as well.
105
+
It's also possible to set the `Observability > Logs` feature privilege to `None` at the role level. This will hide the `Logs` feature from individual users and prevent the error for these users as well.
106
106
107
107
For more information, refer to {kibana-issue}199902[#199902].
108
108
====
109
109
110
110
[discrete]
111
111
[[known-199891-199892]]
112
-
.Onboarding, tutorial of APM and OpenTelemetry and some "Beats Only" integrations will show the error "Unable to load page error"
112
+
.Onboarding, tutorial of APM and OpenTelemetry and some "Beats Only" integrations shows "Unable to load page" error
113
113
[%collapsible]
114
114
====
115
115
*Details* +
116
-
Tutorials linked from the {kib} home page show an error "Unable to load page error". The Stack trace mentions `The above error occurred in tutorial_TutorialUi`.
116
+
Tutorials linked from the {kib} home page show an "Unable to load page" error. The Stack trace mentions `The above error occurred in tutorial_TutorialUi`.
117
117
118
118
*Workaround* +
119
-
The APM / OpenTelemetry tutorials represented a shortcut to get important parameters to use in the configuration files quickly.
120
-
It is still possible to obtain the same parameters following the documentation tutorials of APM.
119
+
The APM / OpenTelemetry tutorials represented a shortcut to quickly add important parameters to the configuration files.
120
+
It is still possible to obtain the same parameters following the tutorials in the APM documentation.
121
121
122
122
More information can be found in the {observability-guide}/apm-collect-application-data.html[APM documentation] and the {observability-guide}/get-started-with-fleet-apm-server.html[Fleet documentation].
123
123
124
124
For information about how to create APM API keys, please check the {observability-guide}/apm-api-key.html#apm-create-an-api-key[API key documentation].
125
125
126
-
127
126
For more information, refer to {kibana-issue}199891[#199891] and {kibana-issue}199892[#199892].
128
127
====
129
128
@@ -156,9 +155,22 @@ The Observability AI Assistant specific advanced setting for Logs index patterns
156
155
//*Impact* +
157
156
//!!TODO!!
158
157
====
159
-
160
158
161
-
159
+
[float]
160
+
[[breaking-changes-8.16.0]]
161
+
=== Breaking changes
162
+
163
+
Breaking changes can prevent your application from optimal operation and performance.
164
+
Before you upgrade to 8.16.0, review the breaking changes, then mitigate the impact to your application.
165
+
166
+
[discrete]
167
+
.Updated request processing during shutdown.
168
+
[%collapsible]
169
+
====
170
+
*Details* +
171
+
During shutdown, {kib} now waits for all the ongoing requests to complete according to the `server.shutdownTimeout` setting. During that period, the incoming socket is closed and any new incoming requests are rejected. Before this update, new incoming requests received a response with the status code 503 and body `{"message": "Kibana is shutting down and not accepting new incoming requests"}`. For more information, refer to {kibana-pull}180986[#180986].
Copy file name to clipboardExpand all lines: docs/setup/upgrade/rollback-migration.asciidoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ To roll back after a failed upgrade migration, you must also roll back the {kib}
20
20
. To make sure no {kib} instances are performing an upgrade migration, shut down all {kib} instances.
21
21
. {ref}/snapshots-restore-snapshot.html[Restore] the `kibana` feature state from a snapshot taken before the failed {kib} upgrade. The following {es} request will only restore the {kib} feature state
22
22
+
23
-
[source,sh]
23
+
[source,console]
24
24
--------------------------------------------
25
25
POST _snapshot/my_repository/my_snapshot_2099.05.06/_restore
Copy file name to clipboardExpand all lines: docs/upgrade-notes.asciidoc
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -412,6 +412,15 @@ The endpoint is now split into two separate endpoints:
412
412
413
413
// General settings
414
414
415
+
[discrete]
416
+
[[breaking-180986]]
417
+
.[General settings] Updated request processing during shutdown. (8.16)
418
+
[%collapsible]
419
+
====
420
+
*Details* +
421
+
During shutdown, {kib} now waits for all the ongoing requests to complete according to the `server.shutdownTimeout` setting. During that period, the incoming socket is closed and any new incoming requests are rejected. Before this update, new incoming requests received a response with the status code 503 and body `{"message": "Kibana is shutting down and not accepting new incoming requests"}`. For more information, refer to {kibana-pull}180986[#180986].
422
+
====
423
+
415
424
[discrete]
416
425
[[breaking-111535]]
417
426
.[General settings] Removed `CONFIG_PATH` and `DATA_PATH` environment variables. (8.0)
Copy file name to clipboardExpand all lines: oas_docs/bundle.json
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1853,14 +1853,17 @@
1853
1853
},
1854
1854
"flapping": {
1855
1855
"additionalProperties": false,
1856
+
"description": "When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced.",
1856
1857
"nullable": true,
1857
1858
"properties": {
1858
1859
"look_back_window": {
1860
+
"description": "The minimum number of runs in which the threshold must be met.",
1859
1861
"maximum": 20,
1860
1862
"minimum": 2,
1861
1863
"type": "number"
1862
1864
},
1863
1865
"status_change_threshold": {
1866
+
"description": "The minimum number of times an alert must switch states in the look back window.",
1864
1867
"maximum": 20,
1865
1868
"minimum": 2,
1866
1869
"type": "number"
@@ -2690,14 +2693,17 @@
2690
2693
},
2691
2694
"flapping": {
2692
2695
"additionalProperties": false,
2696
+
"description": "When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced.",
2693
2697
"nullable": true,
2694
2698
"properties": {
2695
2699
"look_back_window": {
2700
+
"description": "The minimum number of runs in which the threshold must be met.",
2696
2701
"maximum": 20,
2697
2702
"minimum": 2,
2698
2703
"type": "number"
2699
2704
},
2700
2705
"status_change_threshold": {
2706
+
"description": "The minimum number of times an alert must switch states in the look back window.",
2701
2707
"maximum": 20,
2702
2708
"minimum": 2,
2703
2709
"type": "number"
@@ -3091,14 +3097,17 @@
3091
3097
},
3092
3098
"flapping": {
3093
3099
"additionalProperties": false,
3100
+
"description": "When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced.",
3094
3101
"nullable": true,
3095
3102
"properties": {
3096
3103
"look_back_window": {
3104
+
"description": "The minimum number of runs in which the threshold must be met.",
3097
3105
"maximum": 20,
3098
3106
"minimum": 2,
3099
3107
"type": "number"
3100
3108
},
3101
3109
"status_change_threshold": {
3110
+
"description": "The minimum number of times an alert must switch states in the look back window.",
3102
3111
"maximum": 20,
3103
3112
"minimum": 2,
3104
3113
"type": "number"
@@ -3918,14 +3927,17 @@
3918
3927
},
3919
3928
"flapping": {
3920
3929
"additionalProperties": false,
3930
+
"description": "When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced.",
3921
3931
"nullable": true,
3922
3932
"properties": {
3923
3933
"look_back_window": {
3934
+
"description": "The minimum number of runs in which the threshold must be met.",
3924
3935
"maximum": 20,
3925
3936
"minimum": 2,
3926
3937
"type": "number"
3927
3938
},
3928
3939
"status_change_threshold": {
3940
+
"description": "The minimum number of times an alert must switch states in the look back window.",
3929
3941
"maximum": 20,
3930
3942
"minimum": 2,
3931
3943
"type": "number"
@@ -4312,14 +4324,17 @@
4312
4324
},
4313
4325
"flapping": {
4314
4326
"additionalProperties": false,
4327
+
"description": "When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced.",
4315
4328
"nullable": true,
4316
4329
"properties": {
4317
4330
"look_back_window": {
4331
+
"description": "The minimum number of runs in which the threshold must be met.",
4318
4332
"maximum": 20,
4319
4333
"minimum": 2,
4320
4334
"type": "number"
4321
4335
},
4322
4336
"status_change_threshold": {
4337
+
"description": "The minimum number of times an alert must switch states in the look back window.",
4323
4338
"maximum": 20,
4324
4339
"minimum": 2,
4325
4340
"type": "number"
@@ -5817,14 +5832,17 @@
5817
5832
},
5818
5833
"flapping": {
5819
5834
"additionalProperties": false,
5835
+
"description": "When flapping detection is turned on, alerts that switch quickly between active and recovered states are identified as “flapping” and notifications are reduced.",
5820
5836
"nullable": true,
5821
5837
"properties": {
5822
5838
"look_back_window": {
5839
+
"description": "The minimum number of runs in which the threshold must be met.",
5823
5840
"maximum": 20,
5824
5841
"minimum": 2,
5825
5842
"type": "number"
5826
5843
},
5827
5844
"status_change_threshold": {
5845
+
"description": "The minimum number of times an alert must switch states in the look back window.",
Copy file name to clipboardExpand all lines: packages/core/saved-objects/core-saved-objects-import-export-server-internal/src/import/lib/validate_references.test.ts
0 commit comments