Disable event to database
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.
System requirements
PhenixID Server 2.7 or later installed.
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.