From 28117edcf464ef80b617001e7b51a08eb884a2cc Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Mon, 23 Oct 2023 11:02:07 +0200 Subject: [PATCH 1/2] [ti_rapid7_threat_command] Fix required stack capabilities --- packages/ti_rapid7_threat_command/changelog.yml | 5 +++++ packages/ti_rapid7_threat_command/manifest.yml | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/ti_rapid7_threat_command/changelog.yml b/packages/ti_rapid7_threat_command/changelog.yml index f240a83a73c..4dc8caf312f 100644 --- a/packages/ti_rapid7_threat_command/changelog.yml +++ b/packages/ti_rapid7_threat_command/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.11.1" + changes: + - description: 'Fix required stack capabilities' + type: bugfix + link: https://github.com/elastic/integrations/pull/1 - version: 1.11.0 changes: - description: Set 'partner' owner type. diff --git a/packages/ti_rapid7_threat_command/manifest.yml b/packages/ti_rapid7_threat_command/manifest.yml index df26a88dbf4..18014ad734d 100644 --- a/packages/ti_rapid7_threat_command/manifest.yml +++ b/packages/ti_rapid7_threat_command/manifest.yml @@ -2,13 +2,16 @@ format_version: 3.0.0 name: ti_rapid7_threat_command title: Rapid7 Threat Command # The version must be updated manually in the transform.yml files and transform APIs mentioned in README. -version: "1.11.0" +version: "1.11.1" description: Collect threat intelligence from Threat Command API with Elastic Agent. type: integration categories: ["security", "threat_intel"] conditions: kibana: version: ^8.7.1 + elastic: + capabilities: + - security screenshots: - src: /img/ti_rapid7_threat_command-ioc_overview_1.png title: IOC Overview-1 From ddd61bb46f9635a8de2727cbcd72ff154e7d44f0 Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Mon, 23 Oct 2023 20:00:42 +0200 Subject: [PATCH 2/2] Fix link in changelog --- packages/ti_rapid7_threat_command/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ti_rapid7_threat_command/changelog.yml b/packages/ti_rapid7_threat_command/changelog.yml index 4dc8caf312f..f08e5209614 100644 --- a/packages/ti_rapid7_threat_command/changelog.yml +++ b/packages/ti_rapid7_threat_command/changelog.yml @@ -3,7 +3,7 @@ changes: - description: 'Fix required stack capabilities' type: bugfix - link: https://github.com/elastic/integrations/pull/1 + link: https://github.com/elastic/integrations/pull/8268 - version: 1.11.0 changes: - description: Set 'partner' owner type.