From 52c51bd9459d3abcba108a99931f297461192883 Mon Sep 17 00:00:00 2001 From: hc-github-team-consul-core Date: Fri, 24 Mar 2023 09:23:46 -0700 Subject: [PATCH] Backport of Changelog for audit logging fix. into release/1.15.x (#16744) * backport of commit e72e2bb2f73c2e8e075fd394d43057b715519afd * backport of commit f4cdcb208ebc0af2d8a6eedc1aeeca3982d01843 * backport of commit e720a4a8c1aa544b9b026ccc02bc0fdbeb7fe921 --------- Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com> --- .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 0000000000..82da5936dd --- /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 `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. +```