Skip to content

Commit

Permalink
Small edits to audit-log page (#1865)
Browse files Browse the repository at this point in the history
Made some small edits to audit log page.
  • Loading branch information
GayleNeumann authored Mar 17, 2020
1 parent 1056c24 commit a9881c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/enterprise/1.3-x/admin-api/audit-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a9881c3

Please sign in to comment.