Skip to content

Commit 476a42f

Browse files
Updated description on ssl node in data_stream to be uniform and include links to online documentation for integrations owned by obs-infraobs-integrations (#12727)
* [bugfix/update-ssl-option-descriptions-obs-infraobs-integrations-12703 Updated ssl node descriptions in datastreams owned by obs-infraobs-integrations. Includes a datastream in aws that is owned by security-service-integrations and obs-ds-hosted-services
1 parent 909d04b commit 476a42f

File tree

20 files changed

+37
-17
lines changed

20 files changed

+37
-17
lines changed

packages/aws/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "2.41.1"
3+
changes:
4+
- description: Updated SSL description to be uniform and to include links to documentation.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/12727
27
- version: "2.41.0"
38
changes:
49
- description: Ignore long `cloudtrail.request_parameters` and `cloudtrail.response_elements` fields.

packages/aws/data_stream/cloudtrail/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ streams:
212212
multi: false
213213
required: false
214214
show_user: false
215-
description: i.e. certificate_authorities, supported_protocols, verification_mode etc.
215+
description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
216216
default: |
217217
#certificate_authorities:
218218
# - |

packages/aws/data_stream/guardduty/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ streams:
6767
- name: ssl
6868
type: yaml
6969
title: SSL Configuration
70-
description: i.e. certificate_authorities, supported_protocols, verification_mode etc.
70+
description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
7171
multi: false
7272
required: false
7373
show_user: false

packages/aws/data_stream/inspector/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ streams:
6666
- name: ssl
6767
type: yaml
6868
title: SSL Configuration
69-
description: i.e. certificate_authorities, supported_protocols, verification_mode etc.
69+
description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
7070
multi: false
7171
required: false
7272
show_user: false

packages/aws/data_stream/securityhub_findings/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ streams:
5959
- name: ssl
6060
type: yaml
6161
title: SSL Configuration
62-
description: i.e. certificate_authorities, supported_protocols, verification_mode etc.
62+
description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
6363
multi: false
6464
required: false
6565
show_user: false

packages/aws/data_stream/securityhub_insights/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ streams:
5151
- name: ssl
5252
type: yaml
5353
title: SSL Configuration
54-
description: i.e. certificate_authorities, supported_protocols, verification_mode etc.
54+
description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
5555
multi: false
5656
required: false
5757
show_user: false

packages/aws/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.3.1
22
name: aws
33
title: AWS
4-
version: 2.41.0
4+
version: 2.41.1
55
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
66
type: integration
77
categories:

packages/hadoop/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.8.1"
3+
changes:
4+
- description: Updated SSL description to be uniform and to include links to documentation.
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/12727
27
- version: "1.8.0"
38
changes:
49
- description: Add support for Kibana `9.0.0`.

packages/hadoop/data_stream/application/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ streams:
3838
- name: ssl
3939
type: yaml
4040
title: SSL Configuration
41-
description: i.e. certificate_authorities, supported_protocols, verification_mode etc.
41+
description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
4242
multi: false
4343
required: false
4444
show_user: false

packages/hadoop/data_stream/cluster/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ streams:
3333
- name: ssl
3434
type: yaml
3535
title: SSL Configuration
36-
description: i.e. certificate_authorities, supported_protocols, verification_mode etc.
36+
description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
3737
multi: false
3838
required: false
3939
show_user: false

0 commit comments

Comments
 (0)