From 1f1a1b90ff7b4d10b78f032b68e96e66eb06e237 Mon Sep 17 00:00:00 2001 From: David Kilfoyle Date: Fri, 10 Jan 2025 11:02:53 -0500 Subject: [PATCH 1/3] Add known issue for integration default output --- .../release-notes/release-notes-8.16.asciidoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/en/ingest-management/release-notes/release-notes-8.16.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.16.asciidoc index a05983ffd..3f02ef226 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.16.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.16.asciidoc @@ -234,6 +234,19 @@ curl -XPOST -H 'Authorization: Bearer ${TOKEN}' -H 'x-elastic-product-origin:fle ---- ==== +[discrete] +[[known-issue-206131]] +. +[%collapsible] +==== +*Details* + +Beginning in version 8.16.0 you can specify an output per integration policy. However, setting the integration output to the default creates an invalid output name. + +*Impact* + +Until this issue is resolved, as a workaround you can clone the default output before setting as the output for a specific integration policy. Refer to issue link:https://github.com/elastic/kibana/issues/206131[#206131] for details. + +==== + [discrete] [[new-features-8.16.0]] === New features From f4caacbfd79cb4cbdc650c9a0377f808908ef827 Mon Sep 17 00:00:00 2001 From: David Kilfoyle Date: Fri, 10 Jan 2025 11:13:02 -0500 Subject: [PATCH 2/3] Add known issue for default integration-level output --- .../release-notes/release-notes-8.16.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/ingest-management/release-notes/release-notes-8.16.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.16.asciidoc index 3f02ef226..8498d74c7 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.16.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.16.asciidoc @@ -236,14 +236,14 @@ curl -XPOST -H 'Authorization: Bearer ${TOKEN}' -H 'x-elastic-product-origin:fle [discrete] [[known-issue-206131]] -. +.Integration output fails when using default output [%collapsible] ==== *Details* + Beginning in version 8.16.0 you can specify an output per integration policy. However, setting the integration output to the default creates an invalid output name. *Impact* + -Until this issue is resolved, as a workaround you can clone the default output before setting as the output for a specific integration policy. Refer to issue link:https://github.com/elastic/kibana/issues/206131[#206131] for details. +Until this issue is resolved, as a workaround you can create a clone of the default output and then set it as the output for an integration policy. Refer to issue link:https://github.com/elastic/kibana/issues/206131[#206131] for details. ==== From 521f6c184ce67d7d692a61c95531b54a04cae038 Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Fri, 10 Jan 2025 14:13:47 -0500 Subject: [PATCH 3/3] Update docs/en/ingest-management/release-notes/release-notes-8.16.asciidoc Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com> --- .../ingest-management/release-notes/release-notes-8.16.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/ingest-management/release-notes/release-notes-8.16.asciidoc b/docs/en/ingest-management/release-notes/release-notes-8.16.asciidoc index 8498d74c7..bff65a732 100644 --- a/docs/en/ingest-management/release-notes/release-notes-8.16.asciidoc +++ b/docs/en/ingest-management/release-notes/release-notes-8.16.asciidoc @@ -243,7 +243,7 @@ curl -XPOST -H 'Authorization: Bearer ${TOKEN}' -H 'x-elastic-product-origin:fle Beginning in version 8.16.0 you can specify an output per integration policy. However, setting the integration output to the default creates an invalid output name. *Impact* + -Until this issue is resolved, as a workaround you can create a clone of the default output and then set it as the output for an integration policy. Refer to issue link:https://github.com/elastic/kibana/issues/206131[#206131] for details. +As a workaround, you can create a clone of the default output and then set it as the output for an integration policy. Refer to issue link:https://github.com/elastic/kibana/issues/206131[#206131] for details and status. ====