Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

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/aws/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.41.1"
changes:
- description: Updated SSL description to be uniform and to include links to documentation.
type: bugfix
link: https://github.com/elastic/integrations/pull/12727
- version: "2.41.0"
changes:
- description: Ignore long `cloudtrail.request_parameters` and `cloudtrail.response_elements` fields.
Expand Down
2 changes: 1 addition & 1 deletion packages/aws/data_stream/cloudtrail/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ streams:
multi: false
required: false
show_user: false
description: i.e. certificate_authorities, supported_protocols, verification_mode etc.
description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
default: |
#certificate_authorities:
# - |
Expand Down
2 changes: 1 addition & 1 deletion packages/aws/data_stream/guardduty/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ streams:
- 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/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
multi: false
required: false
show_user: false
Expand Down
2 changes: 1 addition & 1 deletion packages/aws/data_stream/inspector/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ streams:
- 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/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
multi: false
required: false
show_user: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ streams:
- 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/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
multi: false
required: false
show_user: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ streams:
- 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/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
multi: false
required: false
show_user: false
Expand Down
2 changes: 1 addition & 1 deletion packages/aws/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.3.1
name: aws
title: AWS
version: 2.41.0
version: 2.41.1
description: Collect logs and metrics from Amazon Web Services (AWS) with Elastic Agent.
type: integration
categories:
Expand Down
5 changes: 5 additions & 0 deletions packages/hadoop/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.8.1"
changes:
- description: Updated SSL description to be uniform and to include links to documentation.
type: bugfix
link: https://github.com/elastic/integrations/pull/12727
- version: "1.8.0"
changes:
- description: Add support for Kibana `9.0.0`.
Expand Down
2 changes: 1 addition & 1 deletion packages/hadoop/data_stream/application/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ streams:
- 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/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
multi: false
required: false
show_user: false
Expand Down
2 changes: 1 addition & 1 deletion packages/hadoop/data_stream/cluster/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ streams:
- 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/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
multi: false
required: false
show_user: false
Expand Down
2 changes: 1 addition & 1 deletion packages/hadoop/data_stream/datanode/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ streams:
- 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/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
multi: false
required: false
show_user: false
Expand Down
2 changes: 1 addition & 1 deletion packages/hadoop/data_stream/namenode/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ streams:
- 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/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
multi: false
required: false
show_user: false
Expand Down
2 changes: 1 addition & 1 deletion packages/hadoop/data_stream/node_manager/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ streams:
- 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/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
multi: false
required: false
show_user: false
Expand Down
2 changes: 1 addition & 1 deletion packages/hadoop/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.0"
name: hadoop
title: Hadoop
version: "1.8.0"
version: "1.8.1"
description: Collect metrics from Apache Hadoop with Elastic Agent.
type: integration
categories:
Expand Down
5 changes: 5 additions & 0 deletions packages/kafka_log/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "1.8.1"
changes:
- description: Updated SSL description to be uniform and to include links to documentation.
type: bugfix
link: https://github.com/elastic/integrations/pull/12727
- version: "1.8.0"
changes:
- description: Add support for Kibana `9.0.0`.
Expand Down
4 changes: 2 additions & 2 deletions packages/kafka_log/data_stream/generic/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ streams:
show_user: false
- name: ssl
type: yaml
title: TLS
description: Options for enabling TLS for the listening webhook endpoint. See the [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html) for a list of all options.
title: SSL Configuration
description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
multi: false
required: false
show_user: false
Expand Down
2 changes: 1 addition & 1 deletion packages/kafka_log/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: kafka_log
title: Custom Kafka Logs
description: Collect data from kafka topic with Elastic Agent.
type: integration
version: "1.8.0"
version: "1.8.1"
conditions:
kibana:
version: "^8.13.0 || ^9.0.0"
Expand Down
5 changes: 5 additions & 0 deletions packages/vsphere/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.18.1"
changes:
- description: Updated SSL description to be uniform and to include links to documentation.
type: bugfix
link: https://github.com/elastic/integrations/pull/12727
- version: "1.18.0"
changes:
- description: Add support for Kibana `9.0.0`.
Expand Down
2 changes: 1 addition & 1 deletion packages/vsphere/data_stream/log/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ streams:
# xw23l/k8RoD1wRWaDVbgpjwSzt+kl+vJE/ip2w3h69eEZ9wbo6scRO5lCO2JM4Pr
# 7RhLQyWn2u00L7/9Omw=
# -----END CERTIFICATE-----
description: i.e. certificate_authorities, supported_protocols, verification_mode etc.
description: SSL configuration options. See [documentation](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-ssl.html#ssl-common-config) for details.
multi: false
required: false
show_user: false
2 changes: 1 addition & 1 deletion packages/vsphere/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: VMware vSphere
format_version: "3.0.2"
name: vsphere
version: "1.18.0"
version: "1.18.1"
description: This Elastic integration collects metrics and logs from vSphere/vCenter servers
type: integration
categories:
Expand Down