Skip to content

Commit b8427c9

Browse files
authored
Merge pull request #418 from percona/ps-9529
PS-9529 Plugin references in Audit log filter component docs - 8.4
2 parents 09b0414 + 3f41b88 commit b8427c9

File tree

2 files changed

+3
-26
lines changed

2 files changed

+3
-26
lines changed

Diff for: docs/audit-log-filter-variables.md

-21
Original file line numberDiff line numberDiff line change
@@ -359,27 +359,6 @@ mysql> SELECT audit_log_filter_set_user('user-name@localhost', 'filter-name');
359359
| [`audit_log_filter.syslog_tag`](#audit_log_filter_syslog_tag) |
360360
| [`audit_log_filter.syslog_priority`](#audit_log_filter_syslog_priority) |
361361

362-
363-
364-
### `audit-log-filter`
365-
366-
| Option | Description |
367-
|--------------|---------------------------------|
368-
| Command-line | --audit-log-filter[=value] |
369-
| Dynamic | No |
370-
| Scope | |
371-
| Data type | Enumeration |
372-
| Default | ON |
373-
374-
This option determines how, at startup, the server loads the `audit_log_filter` component. The component must be registered.
375-
376-
The valid values are the following:
377-
378-
* ON
379-
* OFF
380-
* FORCE
381-
* FORCE_PLUS_PERMANENT
382-
383362
### `audit_log_filter.buffer_size`
384363

385364
| Option name | Description |

Diff for: docs/install-audit-log-filter.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
The `plugin_dir` system variable defines the component library location. If needed, at server startup, set the `plugin_dir` variable.
44

5-
In the `share` directory, locate the `audit_log_filter_linux_install.sql `script.
5+
In the `share` directory, locate the `audit_log_filter_linux_install.sql ` script.
66

7-
At the time you run the script, you can select the database used to store the JSON filter tables.
7+
At the time you run the script, you can select the database used to store the JSON filter tables.
88

99
* If the component is loaded, the installation script takes the database name from the `audit_log_filter.database` variable
1010
* If the component is not loaded, but passes the `-D db_name` to the mysql client when the installation script runs, uses the `db_name`.
@@ -20,6 +20,4 @@ mysql> INSTALL COMPONENT 'file://component_audit_log_filter';
2020

2121
Find more information in the [INSTALL COMPONENT](install-component.md) document.
2222

23-
After the installation, you can use the `--audit_log_filter` option when restarting the server. To prevent the server from not running the plugin use `--audit_log_filter` with either the `FORCE` or the `FORCE_PLUS_PERMANENT` values.
24-
25-
To upgrade from `audit_log_filter` plugin in Percona Server 8.0 to `component_audit_log_filter` component in Percona Server {{vers}}, do the [manual upgrade](upgrade-components.md).
23+
To upgrade from `audit_log_filter` plugin in Percona Server 8.4 to `component_audit_log_filter` component in Percona Server {{vers}}, do the [manual upgrade](upgrade-components.md).

0 commit comments

Comments
 (0)