From c9e6e6a6a83cf61abf3614d4d51b9880824254b1 Mon Sep 17 00:00:00 2001 From: Nabil Adouani Date: Wed, 11 Jul 2018 14:27:20 +0200 Subject: [PATCH] #110 Update EchoAnalyzer to support more data types --- test/resources/analyzers/echoAnalyzer/echoAnalyzer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/resources/analyzers/echoAnalyzer/echoAnalyzer.json b/test/resources/analyzers/echoAnalyzer/echoAnalyzer.json index 775050f95..f4674c901 100644 --- a/test/resources/analyzers/echoAnalyzer/echoAnalyzer.json +++ b/test/resources/analyzers/echoAnalyzer/echoAnalyzer.json @@ -54,6 +54,6 @@ } ], "description": "Fake analyzer used for functional tests", - "dataTypeList": ["domain", "thehive:case"], + "dataTypeList": ["domain", "thehive:case", "thehive:case_task", "thehive:case_artifact", "thehive:alert"], "command": "echoAnalyzer/echoAnalyzer.sh" }