Skip to content

Commit 745a24e

Browse files
committed
update package spec and capabilities for serverless filtering
1 parent ffcfd4c commit 745a24e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package/endpoint/manifest.yml

Lines changed: 5 additions & 2 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.
@@ -14,9 +14,12 @@ policy_templates:
1414
description: Interact with the endpoint.
1515
multiple: false
1616
conditions:
17-
kibana.version: "^8.11.0"
17+
kibana:
18+
version: "^8.11.0"
1819
# See https://github.com/Masterminds/semver#caret-range-comparisons-major for more details on `^` and supported versioning
1920
# >= <the version> && < 8.0.0
21+
elastic:
22+
capabilities: ["security"]
2023
icons:
2124
- src: "/img/security-logo-color-64px.svg"
2225
size: "16x16"

0 commit comments

Comments
 (0)