Speicherzeiten
sudo nano /opt/enginsight/enterprise/conf/services/config.json"database": {
"uriConnectionString": "%%MONGODB_URI%%"
}, "database": {
"uriConnectionString": "%%MONGODB_URI%%",
"indexes": {
"siemIncidents": {
"ttl": 7776000
},
"siemExports": {
"ttl": 2592000
},
"shieldLogs": {
"ttl": 2592000
},
"hostFimLogs": {
"ttl": 86400
},
"pentestAudits": {
"ttl": 7776000
},
"endpointWebsites": {
"ttl": 1209600
},
"hostMetrics": {
"ttl": 1209600
},
"hostEvents": {
"ttl": 259200
},
"hostNetworkAttacks": {
"ttl": 259200
},
"history": {
"ttl": 15552000
},
"reportsPDFs": {
"ttl": 31536000
}
}
},Zuletzt aktualisiert
War das hilfreich?