Closed 0xFustang closed 4 days ago
Fixing an issue when deploying a scheduled search on Microsoft Sentinel. When the entity mappings list is empty it produced the following error:
[: Invalid length of '0' for 'EntityMappings'. 'EntityMappings' length should be between '1' and '10']
It's now fixed by passing entity_mappings to None.
entity_mappings
None
Description
Fixing an issue when deploying a scheduled search on Microsoft Sentinel. When the entity mappings list is empty it produced the following error:
It's now fixed by passing
entity_mappings
toNone
.