From eb48e000a84e1d1dc0dc60a760e3eda1a6c19a45 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Wed, 22 Dec 2021 14:05:55 -0800 Subject: [PATCH] Updated default app loadout for splunkbase. Added splunk_ta_for_nginz, splunk_security_essentials, and ta_for_zeek. --- .../test_config_github_actions_splunkbase.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/bin/automated_detection_testing/ci/detection_testing_batch/test_config_github_actions_splunkbase.json b/bin/automated_detection_testing/ci/detection_testing_batch/test_config_github_actions_splunkbase.json index e4e04c2ee4..3e6ae86949 100644 --- a/bin/automated_detection_testing/ci/detection_testing_batch/test_config_github_actions_splunkbase.json +++ b/bin/automated_detection_testing/ci/detection_testing_batch/test_config_github_actions_splunkbase.json @@ -98,8 +98,19 @@ "SPLUNK_COMMON_INFORMATION_MODEL": { "app_number": 1621, "app_version": "5.0.0" + }, + "SPLUNK_ADD_ON_FOR_NGINX" : { + "app_number": 3258, + "app_version": "3.1.0" + }, + "SPLUNK_SECURITY_ESSENTIALS": { + "app_number": 3435, + "app_version": "3.4.0" + }, + "TA_FOR_ZEEK": { + "app_number": 5466, + "app_version": "1.0.5" } - }, "splunkbase_password": null, "splunkbase_username": null,