From f1164305ee4df4ce7dc07330aaedec650c79f232 Mon Sep 17 00:00:00 2001 From: v-maudan Date: Tue, 17 Aug 2021 12:28:17 +0530 Subject: [PATCH] Updated custom table QualysVM V2 version to pass KQL validatons --- .../QualysHostDetectionV2_CL.json | 41 +++++++++++++++++++ .../CustomTables/QualysHostDetection_CL.json | 20 --------- 2 files changed, 41 insertions(+), 20 deletions(-) create mode 100644 .script/tests/KqlvalidationsTests/CustomTables/QualysHostDetectionV2_CL.json 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