Skip to content
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

Updated description on ssl node in manifest.yml to be uniform and link to online documentation for integrations owned by sec-windows-platform #12772

Merged
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: "2.4.2"
changes:
- description: Updated SSL description to be uniform and to include links to documentation.
type: bugfix
link: https://github.com/elastic/integrations/pull/12772
- version: "2.4.1"
changes:
- description: For Windows security event logs, enrich group membership related events with an audit category and subcategory.
Expand Down
4 changes: 2 additions & 2 deletions packages/windows/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: windows
title: Windows
version: 2.4.1
version: 2.4.2
description: Collect logs and metrics from Windows OS and services with Elastic Agent.
type: integration
categories:
Expand Down Expand Up @@ -79,7 +79,7 @@ policy_templates:
- name: ssl
type: yaml
title: SSL Configuration
description: i.e. certificate_authorities, supported_protocols, verification_mode etc.
description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-client-config) for details.
multi: false
required: false
show_user: false
Expand Down