-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinputs_postgres12_example.yml
55 lines (55 loc) · 1.32 KB
/
inputs_postgres12_example.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
windows_runner: false
pg_owner: ''
pg_group: ''
pg_dba: ''
pg_dba_password: ''
pg_host: '127.0.0.1'
pg_port: '5432'
pg_db: 'test_db'
pg_version: '12.5'
pg_data_dir: "/opt/pgsql/data/"
pg_log_dir: "/opt/pgsql/data/"
pg_audit_log_dir: "/opt/pgsql/data/pg_log/"
pg_conf_file: "/opt/pgsql/data/postgresql.conf"
pg_user_defined_conf: "/opt/pgsql/data/stig-postgresql.conf"
pg_hba_conf_file: "/opt/pgsql/data/pg_hba.conf"
pg_ident_conf_file: "/opt/pgsql/data/pg_ident.conf"
pg_shared_dirs:
- "/usr/pgsql-12"
- "/usr/pgsql-12/bin"
- "/usr/pgsql-12/lib"
- "/usr/pgsql-12/share"
pg_superusers:
- 'postgres'
pg_users:
- 'pg_execute_server_program'
- 'pg_monitor'
- 'pg_read_all_settings'
- 'pg_read_all_stats'
- 'pg_read_server_files'
- 'pg_signal_backend'
- 'pg_stat_scan_tables'
- 'pg_write_server_files'
- 'postgres'
pg_replicas:
- ''
approved_auth_methods:
- 'gss'
- 'sspi'
- 'ldap'
- 'cert clientcert=verify-full'
pgaudit_installation: ''
pg_max_connections: 100
pg_timezone: 'UTC'
pg_object_granted_privileges: 'arwdDxt'
pg_object_public_privileges: 'rw'
approved_packages:
- 'postgresql12-server.x86_64'
- 'postgresql12-libs.x86_64'
- 'postgresql12-contrib.x86_64'
- 'postgresql12.x86_64'
approved_ext:
- ''
pg_object_exceptions:
- 'pg_setting'