21 lines
489 B
JSON
21 lines
489 B
JSON
{
|
|
"warningEventThreshold": 1,
|
|
"criticalEventThreshold": 20,
|
|
"warningUniqueIpThreshold": 1,
|
|
"criticalUniqueIpThreshold": 10,
|
|
"correlationWarningCveThreshold": 1,
|
|
"correlationCriticalCveThreshold": 1,
|
|
"ftpRoots": [
|
|
"C:\\inetpub\\logs\\LogFiles",
|
|
"D:\\inetpub\\logs\\LogFiles"
|
|
],
|
|
"fileZillaRoots": [
|
|
"C:\\Program Files (x86)\\FileZilla Server\\Logs",
|
|
"D:\\Program Files (x86)\\FileZilla Server\\Logs"
|
|
],
|
|
"excludedIps": [
|
|
"127.0.0.1",
|
|
"::1"
|
|
]
|
|
}
|