We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffcfd4c commit 745a24eCopy full SHA for 745a24e
package/endpoint/manifest.yml
@@ -1,4 +1,4 @@
1
-format_version: 1.0.0
+format_version: 3.0.0
2
name: endpoint
3
title: Elastic Defend
4
description: Protect your hosts and cloud workloads with threat prevention, detection, and deep security data visibility.
@@ -14,9 +14,12 @@ policy_templates:
14
description: Interact with the endpoint.
15
multiple: false
16
conditions:
17
- kibana.version: "^8.11.0"
+ kibana:
18
+ version: "^8.11.0"
19
# See https://github.com/Masterminds/semver#caret-range-comparisons-major for more details on `^` and supported versioning
20
# >= <the version> && < 8.0.0
21
+ elastic:
22
+ capabilities: ["security"]
23
icons:
24
- src: "/img/security-logo-color-64px.svg"
25
size: "16x16"
0 commit comments