Skip to content

Commit 280a07c

Browse files
authored
Update package spec and capabilities for serverless filtering (#428)
1 parent 87dda17 commit 280a07c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package/endpoint/manifest.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
format_version: 1.0.0
1+
format_version: 3.0.0
22
name: endpoint
33
title: Elastic Defend
44
description: Protect your hosts and cloud workloads with threat prevention, detection, and deep security data visibility.
@@ -7,19 +7,23 @@ categories: ["security", "edr_xdr"]
77
# The package type. The options for now are [integration, input], more type might be added in the future.
88
# The default type is integration and will be set if empty.
99
type: integration
10-
license: basic
1110
policy_templates:
1211
- name: endpoint
1312
title: Endpoint Security Integration
1413
description: Interact with the endpoint.
1514
multiple: false
1615
conditions:
17-
kibana.version: "^8.11.0"
16+
kibana:
17+
version: "^8.11.0"
1818
# See https://github.com/Masterminds/semver#caret-range-comparisons-major for more details on `^` and supported versioning
1919
# >= <the version> && < 8.0.0
20+
elastic:
21+
capabilities: ["security"]
22+
subscription: basic
2023
icons:
2124
- src: "/img/security-logo-color-64px.svg"
2225
size: "16x16"
2326
type: "image/svg+xml"
2427
owner:
25-
github: elastic/security-onboarding-and-lifecycle-mgt
28+
github: elastic/security-defend-workflows
29+
type: elastic

0 commit comments

Comments
 (0)