From 5acd818a60da0bb65435602068d8516d6d0fcdc5 Mon Sep 17 00:00:00 2001 From: Nikita Grunskii Date: Tue, 7 Sep 2021 10:05:56 +0200 Subject: [PATCH] small fixes --- .../CustomTables/net_assets_CL.json | 25 +++++++++---------- .../CustomTables/web_assets_CL.json | 25 +++++++++---------- ...HOLMSecurityAssets_REST_API_Connector.json | 4 +-- 3 files changed, 26 insertions(+), 28 deletions(-) diff --git a/.script/tests/KqlvalidationsTests/CustomTables/net_assets_CL.json b/.script/tests/KqlvalidationsTests/CustomTables/net_assets_CL.json index 08d325565e..f39b591ab9 100644 --- a/.script/tests/KqlvalidationsTests/CustomTables/net_assets_CL.json +++ b/.script/tests/KqlvalidationsTests/CustomTables/net_assets_CL.json @@ -1,14 +1,13 @@ { - "Name": "net_assets_CL", - "Properties": [ - { - "Name": "ip", - "Type": "String" - }, - { - "Name": "severity", - "Type": "String" - } - ] - } - \ No newline at end of file + "Name": "net_assets_CL", + "Properties": [ + { + "Name": "ip", + "Type": "String" + }, + { + "Name": "severity", + "Type": "String" + } + ] +} diff --git a/.script/tests/KqlvalidationsTests/CustomTables/web_assets_CL.json b/.script/tests/KqlvalidationsTests/CustomTables/web_assets_CL.json index a21dce4a90..406f0c5368 100644 --- a/.script/tests/KqlvalidationsTests/CustomTables/web_assets_CL.json +++ b/.script/tests/KqlvalidationsTests/CustomTables/web_assets_CL.json @@ -1,14 +1,13 @@ { - "Name": "web_assets_CL", - "Properties": [ - { - "Name": "uri", - "Type": "String" - }, - { - "Name": "severity", - "Type": "String" - } - ] - } - \ No newline at end of file + "Name": "web_assets_CL", + "Properties": [ + { + "Name": "uri", + "Type": "String" + }, + { + "Name": "severity", + "Type": "String" + } + ] +} diff --git a/DataConnectors/HOLMSecurity/HOLMSecurityAssets_REST_API_Connector.json b/DataConnectors/HOLMSecurity/HOLMSecurityAssets_REST_API_Connector.json index 3403f505bf..59e6fc780c 100644 --- a/DataConnectors/HOLMSecurity/HOLMSecurityAssets_REST_API_Connector.json +++ b/DataConnectors/HOLMSecurity/HOLMSecurityAssets_REST_API_Connector.json @@ -18,11 +18,11 @@ "sampleQueries": [ { "description" : "All net assets", - "query": "union *\n | where Type == 'net_assets_CL'" + "query": "union *\n | where Type == 'net_assets_CL'" }, { "description" : "All web assets", - "query": "union *\n | where Type == 'web_assets_CL'" + "query": "union *\n | where Type == 'web_assets_CL'" } ], "dataTypes": [