Skip to content

Commit 7760a15

Browse files
efd6flexitrev
authored andcommitted
threat_map: remove unnecessary policy definition (#13069)
1 parent 2afb35b commit 7760a15

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

packages/threat_map/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "0.2.1"
3+
changes:
4+
- description: Remove unnecessary policy definition in manifest.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/13069
27
- version: "0.2.0"
38
changes:
49
- description: Update Kibana constraint to support 9.0.0.

packages/threat_map/manifest.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.3.0
22
name: threat_map
33
title: Threat Map
4-
version: "0.2.0"
4+
version: "0.2.1"
55
description: "The Threat Map integration includes a dashboard for analyzing network traffic data."
66
type: integration
77
categories:
@@ -22,14 +22,6 @@ icons:
2222
title: Sample logo
2323
size: 32x32
2424
type: image/svg+xml
25-
policy_templates:
26-
- name: sample
27-
title: Sample logs
28-
description: Collect sample logs
29-
inputs:
30-
- type: logfile
31-
title: Collect sample logs from instances
32-
description: Collecting sample logs
3325
owner:
3426
github: elastic/security-service-integrations
3527
type: elastic

0 commit comments

Comments
 (0)