This commit is contained in:
Ronen Butirev 2021-01-20 11:35:11 +02:00
Родитель b70f0bec83
Коммит 2a5d68427d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -130,7 +130,7 @@ Total tests: 171
### Detection schema validation tests
Similarly to KQL Validation, there is an automatic validation of the schema of a detection.
The schema vlidation includes the detection's frequency and period, the detection's trigger type and threshold, validity of connectors Ids, etc.
The schema vlidation includes the detection's frequency and period, the detection's trigger type and threshold, validity of connectors Ids ([valid connectors Ids list](https://github.com/Azure/Azure-Sentinel/blob/master/.script/tests/detectionTemplateStructureValidation/ValidConnectorsIds.json)), etc.
A wrong format or missing attributes will result with an informative check failure, which should guide you through the resolution of the issue, but make sure to look into the format of already approved detection.
### Run Detection Schema Validation Locally