Merge pull request #1929 from oshvartz/UpdateKustoNugetUpdtingAppServiceHTTPLogs
Update kusto validation nuget - update appServiceHttpLogs Schema
This commit is contained in:
Коммит
7974737f08
|
@ -1,45 +0,0 @@
|
|||
{
|
||||
"Name": "AppServiceAntivirusScanAuditLogs",
|
||||
"Properties": [
|
||||
{
|
||||
"Name": "TimeGenerated",
|
||||
"Type": "DateTime"
|
||||
},
|
||||
{
|
||||
"Name": "TenantId",
|
||||
"Type": "String"
|
||||
},
|
||||
{
|
||||
"Name": "ScanStatus",
|
||||
"Type": "String"
|
||||
},
|
||||
{
|
||||
"Name": "TotalFilesScanned",
|
||||
"Type": "Long"
|
||||
},
|
||||
{
|
||||
"Name": "NumberOfInfectedFiles",
|
||||
"Type": "Long"
|
||||
},
|
||||
{
|
||||
"Name": "ListOfInfectedFiles",
|
||||
"Type": "String"
|
||||
},
|
||||
{
|
||||
"Name": "ErrorMessage",
|
||||
"Type": "String"
|
||||
},
|
||||
{
|
||||
"Name": "SourceSystem",
|
||||
"Type": "String"
|
||||
},
|
||||
{
|
||||
"Name": "Type",
|
||||
"Type": "String"
|
||||
},
|
||||
{
|
||||
"Name": "_ResourceId",
|
||||
"Type": "String"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,97 +0,0 @@
|
|||
{
|
||||
"Name": "AppServiceHTTPLogs",
|
||||
"Properties": [
|
||||
{
|
||||
"Name": "TenantId",
|
||||
"Type": "string"
|
||||
},
|
||||
{
|
||||
"Name": "TimeGenerated",
|
||||
"Type": "datetime"
|
||||
},
|
||||
{
|
||||
"Name": "Category",
|
||||
"Type": "string"
|
||||
},
|
||||
{
|
||||
"Name": "CsMethod",
|
||||
"Type": "string"
|
||||
},
|
||||
{
|
||||
"Name": "CsUriStem",
|
||||
"Type": "string"
|
||||
},
|
||||
{
|
||||
"Name": "SPort",
|
||||
"Type": "string"
|
||||
},
|
||||
{
|
||||
"Name": "CIp",
|
||||
"Type": "string"
|
||||
},
|
||||
{
|
||||
"Name": "UserAgent",
|
||||
"Type": "string"
|
||||
},
|
||||
{
|
||||
"Name": "CsHost",
|
||||
"Type": "string"
|
||||
},
|
||||
{
|
||||
"Name": "ScStatus",
|
||||
"Type": "long"
|
||||
},
|
||||
{
|
||||
"Name": "ScSubStatus",
|
||||
"Type": "string"
|
||||
},
|
||||
{
|
||||
"Name": "ScWin32Status",
|
||||
"Type": "string"
|
||||
},
|
||||
{
|
||||
"Name": "ScBytes",
|
||||
"Type": "long"
|
||||
},
|
||||
{
|
||||
"Name": "CsBytes",
|
||||
"Type": "long"
|
||||
},
|
||||
{
|
||||
"Name": "TimeTaken",
|
||||
"Type": "long"
|
||||
},
|
||||
{
|
||||
"Name": "Result",
|
||||
"Type": "string"
|
||||
},
|
||||
{
|
||||
"Name": "Cookie",
|
||||
"Type": "string"
|
||||
},
|
||||
{
|
||||
"Name": "CsUriQuery",
|
||||
"Type": "string"
|
||||
},
|
||||
{
|
||||
"Name": "CsUsername",
|
||||
"Type": "string"
|
||||
},
|
||||
{
|
||||
"Name": "Referer",
|
||||
"Type": "string"
|
||||
},
|
||||
{
|
||||
"Name": "SourceSystem",
|
||||
"Type": "string"
|
||||
},
|
||||
{
|
||||
"Name": "Type",
|
||||
"Type": "string"
|
||||
},
|
||||
{
|
||||
"Name": "_ResourceId",
|
||||
"Type": "string"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -12,7 +12,7 @@
|
|||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="YamlDotNet" Version="6.0.0" />
|
||||
<PackageReference Include="Microsoft.Azure.Sentinel.KustoServices" Version="1.0.11" />
|
||||
<PackageReference Include="Microsoft.Azure.Sentinel.KustoServices" Version="1.0.12" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Двоичный файл не отображается.
Двоичные данные
.script/tests/KqlvalidationsTests/microsoft.azure.sentinel.kustoservices.1.0.12.nupkg
Normal file
Двоичные данные
.script/tests/KqlvalidationsTests/microsoft.azure.sentinel.kustoservices.1.0.12.nupkg
Normal file
Двоичный файл не отображается.
Загрузка…
Ссылка в новой задаче