Audit log consul 1.17x changes (#18669)

* audit log consul 1.17x changes

* added some details

* verbose
This commit is contained in:
Ashesh Vidyut 2023-09-16 10:14:27 +05:30 committed by GitHub
parent 461549e304
commit 5d99fb7bdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -14,6 +14,11 @@ provided for their upgrades as a result of new features or changed behavior.
This page is used to document those details separately from the standard
upgrade flow.
## Consul 1.17.x
#### Audit Log naming changes (Enterprise)
Prior to Consul 1.17.0, audit logs contained timestamps on both the original log file names as well as rotated log file names.
After Consul 1.17.0, only timestamps will be included in rotated log file names.
## Consul 1.16.x
#### Known issues
@ -783,7 +788,7 @@ Starting with Consul 1.7.1 this is the new default.
#### Removal of Deprecated Features
Managed proxies, which are deprecated since Consul v1.3.0, have now been
Managed proxies, which are deprecated since Consul v1.3.0, have now been
[removed](/consul/docs/connect/proxies). Before upgrading, you must
migrate any managed proxy usage to [sidecar service
registrations](/consul/docs/connect/proxies/deploy-sidecar-services).