From ea91629a83536cdee19b72b45358531fff2d2375 Mon Sep 17 00:00:00 2001 From: Luke Kysow <1034429+lkysow@users.noreply.github.com> Date: Wed, 22 Mar 2023 13:06:53 -0700 Subject: [PATCH] Changelog for audit logging fix. (#16700) * Changelog for audit logging fix. --- .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 000000000..82da5936d --- /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. +```