From 5374b39f39526cf614e6e62ca33db2f0fcbd5662 Mon Sep 17 00:00:00 2001 From: JP Bourget Date: Fri, 1 Sep 2023 16:03:44 -0400 Subject: [PATCH] Update Connector_UploadIndicatorsAPI_template.json --- .../Templates/Connector_UploadIndicatorsAPI_template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DataConnectors/Templates/Connector_UploadIndicatorsAPI_template.json b/DataConnectors/Templates/Connector_UploadIndicatorsAPI_template.json index 986f7655774..9a600710c46 100644 --- a/DataConnectors/Templates/Connector_UploadIndicatorsAPI_template.json +++ b/DataConnectors/Templates/Connector_UploadIndicatorsAPI_template.json @@ -22,7 +22,7 @@ "lastDataReceivedQuery": "ThreatIntelligenceIndicator| where isnotempty(TimeGenerated) and SourceSystem == 'PROVIDER SOURCE SYSTEM NAME' | summarize Time = max(TimeGenerated)" } ], - "connectivityCriteria": [ + "connectivityCriterias": [ { "type": "IsConnectedQuery", "value": [ @@ -78,4 +78,4 @@ ] } ] -} \ No newline at end of file +}