-
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.
Rebase branch on latest upstream/master and resolve conflicts
- Loading branch information
1 parent
277e6fe
commit 5d46b8f
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
53 changes: 53 additions & 0 deletions
53
.script/tests/KqlvalidationsTests/CustomTables/DoppelTable_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,53 @@ | ||
{ | ||
"Name": "DoppelTable_CL", | ||
"Properties": [ | ||
{ | ||
"Name": "AlertID", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "TimeGenerated", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "Timestamp", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "AlertCreated", | ||
"Type": "datetime" | ||
}, | ||
{ | ||
"Name": "Entity", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Severity", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "QueueState", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "EntityState", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Product", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "Source", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "UpdatedBy", | ||
"Type": "string" | ||
}, | ||
{ | ||
"Name": "AlertLink", | ||
"Type": "string" | ||
} | ||
] | ||
} |