Storage Times
The following defaults can be customized via the configuration file, with the following default values set:
Metrics (hosts/endpoints): 14 days
System events (hosts): 3 days
Network anomalies (hosts): 3 days
Audits (pentests): 90 days
Activity log: 6 months
PDFs: 1 year
If you customize a configuration file on the application server, you must always run setup.sh
afterwards. Only then will the settings be applied.
Be sure to follow the JSON format. In case of problems, use a JSON validator to verify that the entire file is compliant.
1. Open the configuration file.
2. Add or adjust the values of the following indexes
parameters to the existing section database
. The storage time is specified in seconds. Leave the value of uriConnectionString
as you find it in your config.json
.
database
without defined storage times:
The extended section then looks like this:
3. Save the configuration file (Ctrl+o) and confirm the saving process. Close nano (Ctrl+x).
4. Navigate to /opt/enginsight/enterprise
5. Update your installation for the changes to take effect.
Last updated
Was this helpful?