-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is for the GA version of the Netskope CCP Integration
- Loading branch information
1 parent
55e38c1
commit 71cc9ea
Showing
24 changed files
with
20,288 additions
and
5,332 deletions.
There are no files selected for viewing
809 changes: 809 additions & 0 deletions
809
.script/tests/KqlvalidationsTests/CustomTables/NetskopeAlerts_CL.json
Large diffs are not rendered by default.
Oops, something went wrong.
589 changes: 589 additions & 0 deletions
589
.script/tests/KqlvalidationsTests/CustomTables/NetskopeEventsApplication_CL.json
Large diffs are not rendered by default.
Oops, something went wrong.
57 changes: 57 additions & 0 deletions
57
.script/tests/KqlvalidationsTests/CustomTables/NetskopeEventsAudit_CL.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
{ | ||
"Name": "NetskopeEventsAudit_CL", | ||
"Properties": [ | ||
{ | ||
"Name": "TimeGenerated", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "audit_log_event", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "ccl", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "count_i", | ||
"Type": "int" | ||
}, | ||
{ | ||
"Name": "organization_unit", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "sAMAccountName", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "severity_level", | ||
"Type": "int" | ||
}, | ||
{ | ||
"Name": "supporting_data", | ||
"Type": "dynamic" | ||
}, | ||
{ | ||
"Name": "timestamp", | ||
"Type": "int" | ||
}, | ||
{ | ||
"Name": "type_s", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "ur_normalized", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "user", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "userPrincipalName", | ||
"Type": "string" | ||
} | ||
] | ||
} |
Oops, something went wrong.