Skip to content

Commit

Permalink
bugfix/update-ssl-option-descriptions-stack-monitoring-12711 (elastic…
Browse files Browse the repository at this point in the history
…#12754)

updated SSL configuration description for integrations owned stack-monitoring
  • Loading branch information
StacieClark-Elastic authored Feb 13, 2025
1 parent 34075df commit 12d4086
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions packages/elasticsearch/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.17.1"
changes:
- description: Updated SSL description to be uniform and to include links to documentation.
type: bugfix
link: https://github.com/elastic/integrations/pull/12754
- version: "1.17.0"
changes:
- description: Allow the usage of deprecated log input and support for stack 9.0
Expand Down
4 changes: 2 additions & 2 deletions packages/elasticsearch/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: elasticsearch
title: Elasticsearch
version: 1.17.0
version: 1.17.1
description: Elasticsearch Integration
type: integration
icons:
Expand Down Expand Up @@ -89,7 +89,7 @@ policy_templates:
- name: ssl
type: yaml
title: SSL Configuration
description: i.e. certificate, certificate_authorities, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-client-config) for details.
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
5 changes: 5 additions & 0 deletions packages/kibana/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.6.1"
changes:
- description: Updated SSL description to be uniform and to include links to documentation.
type: bugfix
link: https://github.com/elastic/integrations/pull/12754
- version: "2.6.0"
changes:
- description: Allow the usage of deprecated log input and support for stack 9.0
Expand Down
4 changes: 2 additions & 2 deletions packages/kibana/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kibana
title: Kibana
version: 2.6.0
version: 2.6.1
description: Collect logs and metrics from Kibana with Elastic Agent.
type: integration
icons:
Expand Down Expand Up @@ -66,7 +66,7 @@ policy_templates:
- name: ssl
type: yaml
title: SSL Configuration
description: i.e. certificate, certificate_authorities, verification_mode etc. See [SSL](https://www.elastic.co/guide/en/beats/metricbeat/current/configuration-ssl.html#ssl-client-config) for details.
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

0 comments on commit 12d4086

Please sign in to comment.