From b34e41508b98579e3eb510da5a5bce315e7ef01f Mon Sep 17 00:00:00 2001 From: Luke Kysow <1034429+lkysow@users.noreply.github.com> Date: Mon, 20 Mar 2023 21:18:12 +0000 Subject: [PATCH 1/3] backport of commit e72e2bb2f73c2e8e075fd394d43057b715519afd --- .changelog/16700.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/16700.txt diff --git a/.changelog/16700.txt b/.changelog/16700.txt new file mode 100644 index 000000000000..55cb3cf98798 --- /dev/null +++ b/.changelog/16700.txt @@ -0,0 +1,3 @@ +```release-note:bug +audit-logging: (Enterprise only) Fix a bug where `/agent/monitor` and `/agent/metrics` endpoints return a `Streaing not supported` error when audit logs are enabled. This also fixes the delay when running `consul monitor`. +``` From e540f600d208cc7d02b8e543ce52175d0cee4e17 Mon Sep 17 00:00:00 2001 From: Luke Kysow <1034429+lkysow@users.noreply.github.com> Date: Mon, 20 Mar 2023 21:20:03 +0000 Subject: [PATCH 2/3] backport of commit f4cdcb208ebc0af2d8a6eedc1aeeca3982d01843 --- .changelog/16700.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/16700.txt b/.changelog/16700.txt index 55cb3cf98798..8855c8c90e7c 100644 --- a/.changelog/16700.txt +++ b/.changelog/16700.txt @@ -1,3 +1,3 @@ ```release-note:bug -audit-logging: (Enterprise only) Fix a bug where `/agent/monitor` and `/agent/metrics` endpoints return a `Streaing not supported` error when audit logs are enabled. This also fixes the delay when running `consul monitor`. +audit-logging: (Enterprise only) Fix a bug where `/agent/monitor` and `/agent/metrics` endpoints return a `Streaming not supported` error when audit logs are enabled. This also fixes the delay when running `consul monitor`. ``` From abff97cb17547887139f3b0bddb69964d6e14c5c Mon Sep 17 00:00:00 2001 From: Luke Kysow <1034429+lkysow@users.noreply.github.com> Date: Tue, 21 Mar 2023 00:02:46 +0000 Subject: [PATCH 3/3] backport of commit e720a4a8c1aa544b9b026ccc02bc0fdbeb7fe921 --- .changelog/16700.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/16700.txt b/.changelog/16700.txt index 8855c8c90e7c..82da5936ddb5 100644 --- a/.changelog/16700.txt +++ b/.changelog/16700.txt @@ -1,3 +1,3 @@ ```release-note:bug -audit-logging: (Enterprise only) Fix a bug where `/agent/monitor` and `/agent/metrics` endpoints return a `Streaming not supported` error when audit logs are enabled. This also fixes the delay when running `consul monitor`. +audit-logging: (Enterprise only) Fix a bug where `/agent/monitor` and `/agent/metrics` endpoints return a `Streaming not supported` error when audit logs are enabled. This also fixes the delay receiving logs when running `consul monitor` against an agent with audit logs enabled. ```