Skip to content

Commit 903b229

Browse files
authored
Merge pull request #412 from percona/ps-9518
PS-9518 Mark audit log filter GA in 8.0
2 parents b7572ed + cef00e5 commit 903b229

16 files changed

+0
-32
lines changed

docs/audit-log-filter-compression-encryption.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Audit Log Filter compression and encryption
22

3-
The feature is in [tech preview](glossary.md#tech-preview).
4-
53
## Compression
64

75
You can enable compression for any [format](audit-log-filter-formats.md) by setting the `audit_log_filter_compression` system variable when the server starts.

docs/audit-log-filter-formats.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Audit Log Filter file format overview
22

3-
The feature is in [tech preview](glossary.md#tech-preview).
4-
53
When an auditable event occurs, the plugin writes a record to the log file.
64

75
After the plugin starts, the first record lists the description of the server and the options at startup. After the first record, the auditable events are connections, disconnections, SQL statements executed, and so on. Statements within stored procedures or triggers are not logged, only the top-level statements.

docs/audit-log-filter-json.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Audit Log Filter format - JSON
22

3-
The feature is in [tech preview](glossary.md#tech-preview).
4-
53
The JSON format has one top-level JSON array, which contain JSON objects with key-value pairs. These objects represent an event in the audit. Some pairs are listed in every audit record. The audit record type determines if other key-value pairs are listed. The order of the pairs within an audit record is not guaranteed. The value description may be truncated.
64

75
Certain statistics, such as query time and size, are only available in the JSON format and help detect activity outliers when analyzed.

docs/audit-log-filter-naming.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Audit Log Filter file naming conventions
22

3-
The feature is in [tech preview](glossary.md#tech-preview).
4-
53
## Name qualities
64

75
The audit log filter file name has the following qualities:

docs/audit-log-filter-new.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Audit Log Filter format - XML (new style)
22

3-
The feature is in [tech preview](glossary.md#tech-preview).
4-
53
The filter writes the audit log filter file in XML. The XML file uses
64
UTF-8.
75

docs/audit-log-filter-old.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Audit Log Filter format - XML (old style)
22

3-
The feature is in [tech preview](glossary.md#tech-preview).
4-
53
The old style XML format uses `<AUDIT>` tag as the root element and adds the `</AUDIT>` tag when the file closes. Each audited event is contained in an <AUDIT_RECORD> element.
64

75
The order of the attributes within an <AUDIT_RECORD> can vary. Certain attributes are in every element. Other attributes are optional and depend on the type of audit record.

docs/audit-log-filter-overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Audit Log Filter overview
22

3-
The feature is in [tech preview](glossary.md#tech-preview).
4-
53
The Audit Log Filter plugin allows you to monitor, log, and block a connection or query actively executed on the selected server.
64

75
Enabling the plugin produces a log file that contains a record of server activity. The log file has information on connections and databases accessed by that connection.

docs/audit-log-filter-restrictions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Audit Log Filter restrictions
22

3-
The feature is in [tech preview](glossary.md#tech-preview).
4-
53
## General restrictions
64

75
The Audit Log Filter has the following general restrictions:

docs/audit-log-filter-security.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Audit Log Filter security
22

3-
The feature is in [tech preview](glossary.md#tech-preview).
4-
53
The Audit Log Filter plugin generates audit log filter files. The directory
64
that contains these files should be accessible only to the following:
75

docs/audit-log-filter-variables.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Audit log filter functions, options and variables
22

3-
This feature is in [technical preview](glossary.md#tech-preview).
4-
53
The following sections describe the [functions](#audit-log-filter-functions), [options, and variables](#audit-log-filter-options-and-variables) available in the audit log filter plugin.
64

75
## Audit log filter functions

0 commit comments

Comments
 (0)