Changelog for audit logging fix. (#16700)

* Changelog for audit logging fix.
This commit is contained in:
Luke Kysow 2023-03-22 13:06:53 -07:00 committed by GitHub
parent 8fb85d6b7a
commit ea91629a83
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.
```