diff --git a/.script/tests/KqlvalidationsTests/CustomTables/QualysHostDetectionV2_CL.json b/.script/tests/KqlvalidationsTests/CustomTables/QualysHostDetectionV2_CL.json new file mode 100644 index 0000000000..f0a57c5a2b --- /dev/null +++ b/.script/tests/KqlvalidationsTests/CustomTables/QualysHostDetectionV2_CL.json @@ -0,0 +1,41 @@ +{ + "Name": "QualysHostDetectionV2_CL", + "Properties": [ + { + "Name": "TimeGenerated", + "Type": "DateTime" + }, + { + "Name": "Detections_s", + "Type": "Dynamic" + }, + { + "Name": "NetBios_s", + "Type": "String" + }, + { + "Name": "IPAddress", + "Type": "String" + }, + { + "Name": "Severity_s", + "Type": "String" + }, + { + "Name": "Results_0_s", + "Type": "String" + }, + { + "Name": "Status_s", + "Type": "String" + }, + { + "Name": "QID_s", + "Type": "String" + }, + { + "Name": "HostId_s", + "Type": "String" + } + ] +} \ No newline at end of file diff --git a/.script/tests/KqlvalidationsTests/CustomTables/QualysHostDetection_CL.json b/.script/tests/KqlvalidationsTests/CustomTables/QualysHostDetection_CL.json index 5cc37bd8c3..c1a810b032 100644 --- a/.script/tests/KqlvalidationsTests/CustomTables/QualysHostDetection_CL.json +++ b/.script/tests/KqlvalidationsTests/CustomTables/QualysHostDetection_CL.json @@ -16,26 +16,6 @@ { "Name": "IPAddress", "Type": "String" - }, - { - "Name": "Severity_s", - "Type": "String" - }, - { - "Name": "Results_0_s", - "Type": "String" - }, - { - "Name": "Status_s", - "Type": "String" - }, - { - "Name": "QID_s", - "Type": "String" - }, - { - "Name": "HostId_s", - "Type": "String" } ] } \ No newline at end of file