Auditing

Once enabled, users with full-privileges may audit other administrative user sessions. This can ensure systems are managed within organizational guidelines. Through its logging utility, Bastillion can be configured to send logs to a central logging server. (eg. logstash)

Bastillion Auditing


Enable Auditing

Auditing is disabled by default. Audit logs can be enabled through the log4j2.xml by uncommenting the io.bastillion.manage.util.SystemAudit and the audit-appender definitions.

Auditing through the application only a proof of concept. It can be enabled in the BastillionConfig.properties.

#enable audit  --set to true to enable
enableInternalAudit=true