From ba778426aa5a56c7cb59e35fc911bde3bf6816cd Mon Sep 17 00:00:00 2001 From: StacieClark-Elastic Date: Thu, 13 Feb 2025 10:57:39 -0500 Subject: [PATCH] bugfix/update-ssl-option-descriptions-sec-windows-platform-12710 Updates description field on ssl node in manifest.yml. Description is consistent with other integrations. This issue tracks change to integration owned by sec-windows-platform --- packages/windows/changelog.yml | 5 +++++ packages/windows/manifest.yml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/windows/changelog.yml b/packages/windows/changelog.yml index a473d784b5d..2d7e6169d87 100644 --- a/packages/windows/changelog.yml +++ b/packages/windows/changelog.yml @@ -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. diff --git a/packages/windows/manifest.yml b/packages/windows/manifest.yml index 0b6ef156d12..51970b880c0 100644 --- a/packages/windows/manifest.yml +++ b/packages/windows/manifest.yml @@ -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: @@ -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