Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions package/endpoint/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
format_version: 1.0.0
format_version: 3.0.0
name: endpoint
title: Elastic Defend
description: Protect your hosts and cloud workloads with threat prevention, detection, and deep security data visibility.
Expand All @@ -14,9 +14,12 @@ policy_templates:
description: Interact with the endpoint.
multiple: false
conditions:
kibana.version: "^8.11.0"
kibana:
version: "^8.11.0"
# See https://github.com/Masterminds/semver#caret-range-comparisons-major for more details on `^` and supported versioning
# >= <the version> && < 8.0.0
elastic:
capabilities: ["security"]
icons:
- src: "/img/security-logo-color-64px.svg"
size: "16x16"
Expand Down