Skip to content

Commit

Permalink
Merge pull request #11459 from metron-labs/DoppelSolution
Browse files Browse the repository at this point in the history
Doppel solution
  • Loading branch information
v-atulyadav authored Dec 11, 2024
2 parents 8e79b9e + 7a43ace commit 7b57f56
Show file tree
Hide file tree
Showing 21 changed files with 3,020 additions and 1 deletion.
53 changes: 53 additions & 0 deletions .script/tests/KqlvalidationsTests/CustomTables/DoppelTable_CL.json
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"
}
]
}
667 changes: 667 additions & 0 deletions Logos/doppel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7b57f56

Please sign in to comment.