Skip to content

[Windows] Stop enabling sysmon per default to avoid unhealthy agent status #13893

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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