Skip to content
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/activemq/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: 1.1.1
changes:
- description: Disable secrets for older stack versions due to errors.
type: bugfix
link: https://github.com/elastic/integrations/pull/9279
- version: 1.1.0
changes:
- description: Enable 'secret' for the sensitive fields, supported from 8.12.
Expand Down
4 changes: 2 additions & 2 deletions packages/activemq/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: activemq
title: ActiveMQ
version: "1.1.0"
version: "1.1.1"
description: Collect logs and metrics from ActiveMQ instances with Elastic Agent.
type: integration
icons:
Expand Down Expand Up @@ -79,7 +79,7 @@ policy_templates:
multi: false
required: true
show_user: true
secret: true
secret: false
description: Password for authentication of ActiveMQ instance.
default: admin
- name: ssl
Expand Down
5 changes: 5 additions & 0 deletions packages/apache_tomcat/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.3.1"
changes:
- description: Disable secrets for older stack versions due to errors.
type: bugfix
link: https://github.com/elastic/integrations/pull/9279
- version: "1.3.0"
changes:
- description: Enable 'secret' for the sensitive fields, supported from 8.12.
Expand Down
4 changes: 2 additions & 2 deletions packages/apache_tomcat/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: apache_tomcat
title: Apache Tomcat
version: "1.3.0"
version: "1.3.1"
description: Collect and parse logs and metrics from Apache Tomcat servers with Elastic Agent.
categories: ["web", "observability"]
type: integration
Expand Down Expand Up @@ -33,7 +33,7 @@ policy_templates:
- name: password
type: password
title: Password
secret: true
secret: false
multi: false
required: false
show_user: false
Expand Down
5 changes: 5 additions & 0 deletions packages/azure_app_service/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: 0.2.1
changes:
- description: Disable secrets for older stack versions due to errors.
type: bugfix
link: https://github.com/elastic/integrations/pull/9279
- version: 0.2.0
changes:
- description: Enable 'secret' for the sensitive fields, supported from 8.12.
Expand Down
6 changes: 3 additions & 3 deletions packages/azure_app_service/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: azure_app_service
title: "Azure App Service"
version: "0.2.0"
version: "0.2.1"
source:
license: "Elastic-2.0"
description: "Collect logs and metrics from Azure App Service with Elastic Agent."
Expand Down Expand Up @@ -33,7 +33,7 @@ vars:
- name: connection_string
type: password
title: Connection String
secret: true
secret: false
multi: false
required: true
show_user: true
Expand All @@ -50,7 +50,7 @@ vars:
- name: storage_account_key
type: password
title: Storage Account Key
secret: true
secret: false
multi: false
required: true
show_user: true
Expand Down
5 changes: 5 additions & 0 deletions packages/azure_billing/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: 1.4.2
changes:
- description: Disable secrets for older stack versions due to errors.
type: bugfix
link: https://github.com/elastic/integrations/pull/9279
- version: 1.4.1
changes:
- description: Add documentation for assigning roles for department and billing account scopes.
Expand Down
4 changes: 2 additions & 2 deletions packages/azure_billing/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: azure_billing
title: Azure Billing Metrics
version: "1.4.1"
version: "1.4.2"
description: Collect billing metrics with Elastic Agent.
type: integration
icons:
Expand Down Expand Up @@ -33,7 +33,7 @@ vars:
- name: client_secret
type: password
title: Client Secret
secret: true
secret: false
description: The secret key of the App Registration.
multi: false
required: true
Expand Down
5 changes: 5 additions & 0 deletions packages/azure_functions/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: 0.3.1
changes:
- description: Disable secrets for older stack versions due to errors.
type: bugfix
link: https://github.com/elastic/integrations/pull/9279
- version: 0.3.0
changes:
- description: Enable 'secret' for the sensitive fields, supported from 8.12.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ streams:
- name: connection_string
type: password
title: Connection String
secret: true
secret: false
multi: false
required: true
show_user: true
Expand All @@ -42,7 +42,7 @@ streams:
- name: storage_account_key
type: password
title: Storage Account Key
secret: true
secret: false
multi: false
required: true
show_user: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ streams:
- name: client_secret
type: password
title: Client Secret
secret: true
secret: false
Copy link
Member

@ishleenk17 ishleenk17 Mar 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope the removal of secrets and setting secrets:false doesn't have any difference.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, that's the correct approach because we're using package format 3.0.2. If we don't set secret to false, we'll get build errors.

multi: false
required: true
show_user: true
Expand Down
2 changes: 1 addition & 1 deletion packages/azure_functions/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: azure_functions
title: "Azure Functions"
version: "0.3.0"
version: "0.3.1"
source:
license: "Elastic-2.0"
description: "Get metrics and logs from Azure Functions"
Expand Down
5 changes: 5 additions & 0 deletions packages/cassandra/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: 1.11.1
changes:
- description: Disable secrets for older stack versions due to errors.
type: bugfix
link: https://github.com/elastic/integrations/pull/9279
- version: 1.11.0
changes:
- description: Enable 'secret' for the sensitive fields, supported from 8.12.
Expand Down
4 changes: 2 additions & 2 deletions packages/cassandra/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: cassandra
title: Cassandra
version: "1.11.0"
version: "1.11.1"
description: This Elastic integration collects logs and metrics from cassandra.
type: integration
categories:
Expand Down Expand Up @@ -61,7 +61,7 @@ policy_templates:
- name: password
type: password
title: Password
secret: true
secret: false
multi: false
required: false
show_user: false
Expand Down
5 changes: 5 additions & 0 deletions packages/ceph/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.3.1"
changes:
- description: Disable secrets for older stack versions due to errors.
type: bugfix
link: https://github.com/elastic/integrations/pull/9279
- version: "1.3.0"
changes:
- description: Enable 'secret' for the sensitive fields, supported from 8.12.
Expand Down
4 changes: 2 additions & 2 deletions packages/ceph/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: ceph
title: Ceph
version: "1.3.0"
version: "1.3.1"
description: This Elastic integration collects metrics from Ceph instance.
type: integration
categories:
Expand Down Expand Up @@ -63,7 +63,7 @@ policy_templates:
- name: api_secret
type: password
title: API Secret Key
secret: true
secret: false
show_user: true
required: true
default: 52dffd92-a103-4a10-bfce-5b60f48f764e
Expand Down
5 changes: 5 additions & 0 deletions packages/citrix_adc/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.3.1"
changes:
- description: Disable secrets for older stack versions due to errors.
type: bugfix
link: https://github.com/elastic/integrations/pull/9279
- version: "1.3.0"
changes:
- description: Enable 'secret' for the sensitive fields, supported from 8.12.
Expand Down
4 changes: 2 additions & 2 deletions packages/citrix_adc/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: citrix_adc
title: Citrix ADC
version: "1.3.0"
version: "1.3.1"
description: This Elastic integration collects metrics from Citrix ADC product.
type: integration
categories:
Expand Down Expand Up @@ -76,7 +76,7 @@ policy_templates:
- name: password
type: password
title: Password
secret: true
secret: false
show_user: true
required: false
default: nsroot
Expand Down
5 changes: 5 additions & 0 deletions packages/cockroachdb/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: "1.8.1"
changes:
- description: Disable secrets for older stack versions due to errors.
type: bugfix
link: https://github.com/elastic/integrations/pull/9279
- version: "1.8.0"
changes:
- description: Enable 'secret' for the sensitive fields, supported from 8.12.
Expand Down
2 changes: 1 addition & 1 deletion packages/cockroachdb/data_stream/status/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ streams:
- name: password
type: password
title: Password
secret: true
secret: false
multi: false
required: false
show_user: true
Expand Down
2 changes: 1 addition & 1 deletion packages/cockroachdb/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cockroachdb
title: CockroachDB Metrics
version: "1.8.0"
version: "1.8.1"
description: Collect metrics from CockroachDB servers with Elastic Agent.
type: integration
icons:
Expand Down
5 changes: 5 additions & 0 deletions packages/golang/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.3.1"
changes:
- description: Disable secrets for older stack versions due to errors.
type: bugfix
link: https://github.com/elastic/integrations/pull/9279
- version: "1.3.0"
changes:
- description: Enable 'secret' for the sensitive fields, supported from 8.12.
Expand Down
4 changes: 2 additions & 2 deletions packages/golang/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: golang
title: Golang
version: "1.3.0"
version: "1.3.1"
description: This Elastic integration collects metrics from Golang applications.
type: integration
categories:
Expand Down Expand Up @@ -64,7 +64,7 @@ policy_templates:
- name: password
type: password
title: Password
secret: true
secret: false
show_user: false
required: false
description: Enter password of Golang application.
Expand Down
5 changes: 5 additions & 0 deletions packages/kafka/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.12.1"
changes:
- description: Disable secrets for older stack versions due to errors.
type: bugfix
link: https://github.com/elastic/integrations/pull/9279
- version: "1.12.0"
changes:
- description: Enable 'secret' for the sensitive fields, supported from 8.12.
Expand Down
2 changes: 1 addition & 1 deletion packages/kafka/data_stream/consumergroup/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ streams:
title: SASL username
- name: password
type: password
secret: true
secret: false
title: SASL password
- name: mechanism
type: text
Expand Down
2 changes: 1 addition & 1 deletion packages/kafka/data_stream/partition/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ streams:
- name: password
type: password
title: SASL password
secret: true
secret: false
- name: mechanism
type: text
title: SASL mechanism
Expand Down
4 changes: 2 additions & 2 deletions packages/kafka/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: "3.0.2"
name: kafka
title: Kafka
version: "1.12.0"
version: "1.12.1"
description: Collect logs and metrics from Kafka servers with Elastic Agent.
type: integration
categories:
Expand Down Expand Up @@ -68,7 +68,7 @@ policy_templates:
- name: ssl.key_passphrase
type: password
title: SSL Key Passphrase
secret: true
secret: false
show_user: true
- name: ssl.verification_mode
type: text
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.5.1
changes:
- description: Disable secrets for older stack versions due to errors.
type: bugfix
link: https://github.com/elastic/integrations/pull/9279
- version: 1.5.0
changes:
- description: Enable 'secret' for the sensitive fields, supported from 8.12.
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 @@ -85,7 +85,7 @@ streams:
- name: password
type: password
title: Password
secret: true
secret: false
description: Password used for SASL authentication.
required: false
show_user: true
Expand Down Expand Up @@ -118,7 +118,7 @@ streams:
- name: kerberos_password
type: password
title: Kerberos Password
secret: true
secret: false
description: If you configured password for Auth Type, you have to provide a password for the selected principal.
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.5.0"
version: "1.5.1"
conditions:
kibana:
version: "^7.16.0 || ^8.0.0"
Expand Down
5 changes: 5 additions & 0 deletions packages/mysql/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: 1.18.2
changes:
- description: Disable secrets for older stack versions due to errors.
type: bugfix
link: https://github.com/elastic/integrations/pull/9279
- version: 1.18.1
changes:
- description: Add missing dimension to the performance datastream.
Expand Down
Loading