From 5a91ebedd2de2b0dff12df10ee928246a2ba431c Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Mon, 13 Dec 2021 12:20:28 -0800 Subject: [PATCH] Removed Analytic Story Execution App (ASX) from default apps + Actions config and added sysmon for linux app to the the Actions Config File --- .../ci/detection_testing_batch/modules/validate_args.py | 5 ----- .../test_config_github_actions.json | 8 ++++---- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/bin/automated_detection_testing/ci/detection_testing_batch/modules/validate_args.py b/bin/automated_detection_testing/ci/detection_testing_batch/modules/validate_args.py index 86c8f81a3f..457f8493ec 100644 --- a/bin/automated_detection_testing/ci/detection_testing_batch/modules/validate_args.py +++ b/bin/automated_detection_testing/ci/detection_testing_batch/modules/validate_args.py @@ -173,11 +173,6 @@ setup_schema = { "app_version": "1.3.2" }, - "SPLUNK_ANALYTIC_STORY_EXECUTION_APP": { - "app_number": 4971, - "app_version": "2.0.3" - }, - "PYTHON_FOR_SCIENTIC_COMPUTING_LINUX_64_BIT": { "app_number": 2882, "app_version": "2.0.2" diff --git a/bin/automated_detection_testing/ci/detection_testing_batch/test_config_github_actions.json b/bin/automated_detection_testing/ci/detection_testing_batch/test_config_github_actions.json index 29f5068943..3d3e444584 100644 --- a/bin/automated_detection_testing/ci/detection_testing_batch/test_config_github_actions.json +++ b/bin/automated_detection_testing/ci/detection_testing_batch/test_config_github_actions.json @@ -29,6 +29,10 @@ "splunk_app_password": null, "splunk_container_apps_directory": "/opt/splunk/etc/apps", "splunkbase_apps": { + "ADD-ON_FOR_LINUX_SYSMON": { + "app_number": 6176, + "app_version": "1.0.3" + }, "PYTHON_FOR_SCIENTIC_COMPUTING_LINUX_64_BIT": { "app_number": 2882, "app_version": "2.0.2" @@ -65,10 +69,6 @@ "app_number": 1617, "app_version": "4.0.0" }, - "SPLUNK_ANALYTIC_STORY_EXECUTION_APP": { - "app_number": 4971, - "app_version": "2.0.3" - }, "SPLUNK_APP_FOR_STREAM": { "app_number": 1809, "app_version": "8.0.1"