Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 5 additions & 0 deletions packages/windows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "3.0.1"
changes:
- description: Stop enabling sysmon per default to avoid unhealthy agent status.
type: bugfix
link: https://github.com/elastic/integrations/pull/13893
- version: "3.0.0"
changes:
- description: Remove deprecated httpjson input.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ type: logs
title: Windows Sysmon/Operational events
streams:
- input: winlog
enabled: false
template_path: winlog.yml.hbs
title: Sysmon Operational
description: 'Collect Microsoft-Windows-Sysmon/Operational channel logs'
Expand Down
2 changes: 1 addition & 1 deletion packages/windows/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: windows
title: Windows
version: 3.0.0
version: 3.0.1
description: Collect logs and metrics from Windows OS and services with Elastic Agent.
type: integration
categories:
Expand Down