From 85b8ffe37552ca726833451e4e1aa63aadc38a1e Mon Sep 17 00:00:00 2001 From: Gayle Neumann <55467607+GayleNeumann@users.noreply.github.com> Date: Tue, 17 Mar 2020 14:15:55 -0700 Subject: [PATCH] Small edits to audit-log page Made some small edits to audit log page. --- app/enterprise/1.3-x/admin-api/audit-log.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/enterprise/1.3-x/admin-api/audit-log.md b/app/enterprise/1.3-x/admin-api/audit-log.md index 56f3613c3472..74f131fe8af8 100644 --- a/app/enterprise/1.3-x/admin-api/audit-log.md +++ b/app/enterprise/1.3-x/admin-api/audit-log.md @@ -72,7 +72,7 @@ X-Kong-Admin-Request-ID: ZuUfPfnxNn7D2OTU6Xi4zCnQkavzMUNM } ``` -The above interaction with the Admin API would generate a correlating entry in +The above interaction with the Admin API generates a correlating entry in the audit log table. Querying the audit log via Admin API returns the details of the interaction above: ``` @@ -192,11 +192,11 @@ The following request paths generate an audit log entry in the database: ### Audit Log Retention -Request audit records ree kept in the database for a duration defined by the +Request audit records are kept in the database for a duration defined by the `audit_log_record_ttl` [Kong configuration property](https://docs.konghq.com/enterprise/1.3-x/property-reference/#audit_log_record_ttl). Records in the database older than `audit_log_record_ttl` seconds are automatically purged. In Cassandra databases, record deletion is handled automatically via the -Cassandra TTL mechanism. In Postgres databases, records are purged via stored +Cassandra TTL mechanism. In Postgres databases, records are purged via the stored procedure that is executed on insert into the record database. Thus, request audit records may exist in the database longer than the configured TTL, if no new records are inserted to the audit table following the expiration timestamp. @@ -323,7 +323,7 @@ Database audit records are kept in the database for a duration defined by the `audit_log_record_ttl` [Kong configuration property](https://docs.konghq.com/enterprise/1.3-x/property-reference/#audit_log_record_ttl). Records in the database older than `audit_log_record_ttl` seconds are automatically purged. In Cassandra databases, record deletion is handled automatically via the -Cassandra TTL mechanism. In Postgres databases, records are purged via stored +Cassandra TTL mechanism. In Postgres databases, records are purged via the stored procedure that is executed on insert into the record database. Thus, database audit records may exist in the database longer than the configured TTL, if no new records are inserted to the audit table following the expiration timestamp.