Skip to content

Commit b87ea1d

Browse files
Add Users column to SAPETDAlerts_CL KQL validation schema
The analytic rules now mv-expand Users for email extraction, but the KQL validation custom table definition was missing this column. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a2342be commit b87ea1d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.script/tests/KqlvalidationsTests/CustomTables/SAPETDAlerts_CL.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
{
5353
"name": "NormalizedTriggeringEvents",
5454
"type": "dynamic"
55+
},
56+
{
57+
"name": "Users",
58+
"type": "dynamic"
5559
}
5660
]
5761
}

0 commit comments

Comments
 (0)