You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The patch removes the following build options:
- `--audit`,
- `--enable-fcbis`,
- `--enable-fipsmode`,
- `--enable-oidc`,
- `--full-featured`,
- `--hotbackup`,
- `--inmemory`.
Their respective features are included in the build unconditionally.
Also, the patch moves the list of the Percona-specific features from
Python to C++ source code.
Copy file name to clipboardExpand all lines: docs/audit/README.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,11 @@
1
1
2
2
# Auditing
3
3
4
-
This document describes how to build, enable, configure and test auditing in Percona Server for MongoDB.
4
+
This document describes how to enable, configure and test auditing in Percona Server for MongoDB.
5
5
6
6
Auditing allows administrators to track and log user activity on a server. With auditing enabled, the server
7
7
will generate an audit log file. This file contains information about different user events including authentication, authorization failures, and more.
8
8
9
-
## Building
10
-
11
-
By default, when building Percona Server for MongoDB from source, audit functionality is
12
-
neither compiled with, nor linked into, the final binary executable. To enable auditing, execute
13
-
SCons with the `--audit` argument:
14
-
15
-
scons <other options> --audit <targets>
16
-
17
9
## Activation and Configuration
18
10
19
11
The following server parameters control auditing. They are entered at the command line when starting a server instance.
0 commit comments