From 89d7a5ec1d49b37b7aa8619983c47d32f68a77f1 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon Date: Wed, 6 Aug 2025 17:56:35 -0400 Subject: [PATCH 1/2] First draft --- docs/release-notes/known-issues.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/release-notes/known-issues.md b/docs/release-notes/known-issues.md index f984babe97ca8..dcc4e778d1d28 100644 --- a/docs/release-notes/known-issues.md +++ b/docs/release-notes/known-issues.md @@ -22,6 +22,24 @@ To mitigate the issue, set `xpack.alerting.rules.run.alerts.max` to a value equa :::: +::::{dropdown} PDF and PNG reports time out and fail with an invalid header error if server.protocol is set to http2 + +Applies to: {{stack}} 9.0.0 + +**Details** + +In {{stack}} 9.0.0, {{kib}} uses HTTP/2 protocol by default to communicate with {{es}}. If you've set [`server.protocol`](/reference/configuration-reference/general-settings.md) to `http2`, PDF and PNG reports will fail when you export them from the dashboard, visualization, or Canvas workpad that you're generating a report for. + +**Action** + +To temporarily resolve the issue, set `server.protocol` to `http1`. + +**Resolved** + +This issue is resolved in {{stack}} 9.0.0, 9.0.4, 9.1.0. + +:::: + ::::{dropdown} Dashboard Copy link doesn't work when sharing from a space other than the default space Applies to: {{stack}} 9.0.3 From 4ac045b4044d53ef9b105838410bf9ee785845e6 Mon Sep 17 00:00:00 2001 From: Nastasha Solomon Date: Wed, 6 Aug 2025 18:13:27 -0400 Subject: [PATCH 2/2] minor change --- docs/release-notes/known-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/known-issues.md b/docs/release-notes/known-issues.md index dcc4e778d1d28..64a664027036a 100644 --- a/docs/release-notes/known-issues.md +++ b/docs/release-notes/known-issues.md @@ -28,7 +28,7 @@ Applies to: {{stack}} 9.0.0 **Details** -In {{stack}} 9.0.0, {{kib}} uses HTTP/2 protocol by default to communicate with {{es}}. If you've set [`server.protocol`](/reference/configuration-reference/general-settings.md) to `http2`, PDF and PNG reports will fail when you export them from the dashboard, visualization, or Canvas workpad that you're generating a report for. +If you've changed the [`server.protocol`](/reference/configuration-reference/general-settings.md) value to `http2`, PDF and PNG reports will fail when you export them from the dashboard, visualization, or Canvas workpad that you're generating a report for. **Action**