Skip to content

Commit

Permalink
Update audit log section
Browse files Browse the repository at this point in the history
* Add `audit_log` config section
* Rewrite `Audit log module` page
  • Loading branch information
xuniq committed Jan 17, 2024
1 parent 4cd1251 commit e853fc1
Show file tree
Hide file tree
Showing 9 changed files with 635 additions and 385 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
groups:
group001:
iproto:
listen:
- uri: '127.0.0.1:3301'
replicasets:
replicaset001:
instances:
instance001:
audit_log:
to: file
file: audit_tarantool.log
filter: [ user_create,data_operations,ddl ]
format: json
spaces: [ bands ]
extract_key: true
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
instance001:
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
groups:
group001:
iproto:
listen:
- uri: '127.0.0.1:3301'
replicasets:
replicaset001:
instances:
instance001:
audit_log:
to: pipe
pipe: 'cronolog audit_tarantool.log'
format: json
extract_key: false
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
instance001:
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
groups:
group001:
iproto:
listen:
- uri: '127.0.0.1:3301'
replicasets:
replicaset001:
instances:
instance001:
audit_log:
to: syslog
syslog_server: 'unix:/dev/log'
syslog_facility: user
syslog_identity: 'tarantool'
filter: 'audit,auth,priv,password_change,access_denied'
extract_key: false
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
instance001:
Loading

0 comments on commit e853fc1

Please sign in to comment.