EPAS-00-008300 - The EDB Postgres Advanced Server must generate time stamps for audit records and application data, with a minimum granularity of one second.

Information

Without sufficient granularity of time stamps, it is not possible to adequately determine the chronological order of records.

Time stamps generated by the DBMS must include date and time. Granularity of time measurements refers to the precision available in time stamp values. Granularity coarser than one second is not sufficient for audit trail purposes. Time stamp values are typically presented with three or more decimal places of seconds; however, the actual granularity may be coarser than the apparent precision.

Some DBMS products offer a data type called TIMESTAMP that is not a representation of date and time. Rather, it is a database state counter and does not correspond to calendar and clock time. This requirement does not refer to that meaning of TIMESTAMP.

Solution

As the 'enterprisedb' operating system user, run the following to set the log_line_prefix parameter to '%m' (Timestamps in milliseconds)

> psql edb -c 'ALTER SYSTEM SET log_line_prefix = '%m''

Next, reload the parameter file:

> psql edb -c 'SELECT pg_reload_conf()'

Confirm the new value:

> psql edb -c 'SHOW log_line_prefix'

See Also

https://dl.dod.cyber.mil/wp-content/uploads/stigs/zip/U_EPAS_V2R1_STIG.zip

Item Details

Category: AUDIT AND ACCOUNTABILITY

References: 800-53|AU-8b., CAT|II, CCI|CCI-001889, Rule-ID|SV-259282r961446_rule, STIG-ID|EPAS-00-008300, Vuln-ID|V-259282

Plugin: PostgreSQLDB

Control ID: 8e0115e4626a40fa683762f750c3ca7cd0edff487c085211b338b8b200e3db9f