Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/microsoft_defender_endpoint/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.1.0"
changes:
- description: Add 8.0.0 version constraint
type: enhancement
link: https://github.com/elastic/integrations/pull/2234
- version: "1.0.2"
changes:
- description: Update Title and Description.
Expand Down
4 changes: 2 additions & 2 deletions packages/microsoft_defender_endpoint/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: microsoft_defender_endpoint
title: Microsoft Defender for Endpoint
version: 1.0.2
version: 1.1.0
description: Collect logs from Microsoft Defender for Endpoint with Elastic Agent.
categories:
- "network"
Expand All @@ -11,7 +11,7 @@ release: ga
license: basic
type: integration
conditions:
kibana.version: "^7.14.1"
kibana.version: "^7.14.1 || ^8.0.0"
policy_templates:
- name: microsoft_defender_endpoint
title: Microsoft Defender for Endpoint
Expand Down