Backport of Changelog for audit logging fix. into release/1.15.x (#16744)

* backport of commit e72e2bb2f7

* backport of commit f4cdcb208e

* backport of commit e720a4a8c1

---------

Co-authored-by: Luke Kysow <1034429+lkysow@users.noreply.github.com>
pull/16770/head
hc-github-team-consul-core 2023-03-24 09:23:46 -07:00 committed by GitHub
parent d06ede9daf
commit 52c51bd945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.changelog/16700.txt Normal file
View File

@ -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.
```