Skip to content

Commit

Permalink
Added missing field in Tableschema validation file to fix the KQLVali…
Browse files Browse the repository at this point in the history
…dation error.
  • Loading branch information
jayeshprajapaticrest committed Aug 28, 2023
1 parent 9ef1445 commit 1d23fd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,10 @@
"Name": "_ResourceId",
"Type": "string"
},
{
"Name": "_ItemId",
"Type": "string"
},
{
"Name": "alertInfo_indicatorDescription_s",
"Type": "string"
Expand Down
1 change: 1 addition & 0 deletions Sample Data/ASIM/SentinelOne_CL_Schema.csv
Original file line number Diff line number Diff line change
Expand Up @@ -311,3 +311,4 @@ RawData,6,"System.String",string
"activeDirectory_lastUserDistinguishedName_s",309,"System.String",string
Type,310,"System.String",string
"_ResourceId",311,"System.String",string
"_ItemId",312,"System.String",string

0 comments on commit 1d23fd4

Please sign in to comment.