Table of Contents

Disable events to database

Note

Starting with PAS 6.0, the default configuration for a new installation will disable persisting the log events to the database, but you can follow the instructions below to explicitly enable it if you need, but we recommend you to use a separate SIEM system instead.

In some scenarios it could make sense disabling sending EVENTS to the included default database. Example scenarios would be:

  • There is a SIEM system in place and duplications is generally a bad idea
  • Data volumes generated by the EVENTS are simply too large to handle.
  • You just do not want the data to be stored.

Solution

Locate the module "com.phenixidentity~phenix-store-mpl" in the boot.json file.

Under "config" section add/replace:

"disable_events":"true"

This change requires reboot to take effect.