Skip to content
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.2.0
changes:
- description: Enable secrets for sensitive fields. For more details, refer https://www.elastic.co/guide/en/fleet/current/agent-policy.html#agent-policy-secret-values
type: enhancement
link: https://github.com/elastic/integrations/pull/9321
- version: 1.1.1
changes:
- description: Disable secrets for older stack versions due to errors.
Expand Down
6 changes: 3 additions & 3 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.1"
version: "1.2.0"
description: Collect logs and metrics from ActiveMQ instances with Elastic Agent.
type: integration
icons:
Expand All @@ -14,7 +14,7 @@ categories:
- observability
conditions:
kibana:
version: ^8.8.0
version: ^8.12.0
elastic:
subscription: basic
screenshots:
Expand Down Expand Up @@ -79,7 +79,7 @@ policy_templates:
multi: false
required: true
show_user: true
secret: false
secret: true
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.4.0"
changes:
- description: Enable secrets for sensitive fields. For more details, refer https://www.elastic.co/guide/en/fleet/current/agent-policy.html#agent-policy-secret-values
type: enhancement
link: https://github.com/elastic/integrations/pull/9321
- version: "1.3.3"
changes:
- description: Fix event.outcome for redirection status_codes 3xx.
Expand Down
6 changes: 3 additions & 3 deletions packages/apache_tomcat/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
format_version: "3.0.2"
name: apache_tomcat
title: Apache Tomcat
version: "1.3.3"
version: "1.4.0"
description: Collect and parse logs and metrics from Apache Tomcat servers with Elastic Agent.
categories: ["web", "observability"]
type: integration
conditions:
kibana:
version: "^8.8.0"
version: "^8.12.0"
policy_templates:
- name: Apache Tomcat
title: Apache Tomcat
Expand All @@ -33,7 +33,7 @@ policy_templates:
- name: password
type: password
title: Password
secret: false
secret: true
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.3.0
changes:
- description: Enable secrets for sensitive fields. For more details, refer https://www.elastic.co/guide/en/fleet/current/agent-policy.html#agent-policy-secret-values
type: enhancement
link: https://github.com/elastic/integrations/pull/9321
- version: 0.2.1
changes:
- description: Disable secrets for older stack versions due to errors.
Expand Down
8 changes: 4 additions & 4 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.1"
version: "0.3.0"
source:
license: "Elastic-2.0"
description: "Collect logs and metrics from Azure App Service with Elastic Agent."
Expand All @@ -11,7 +11,7 @@ categories:
- cloud
conditions:
kibana:
version: "^8.7.1"
version: "^8.12.0"
elastic:
subscription: "basic"
vars:
Expand All @@ -33,7 +33,7 @@ vars:
- name: connection_string
type: password
title: Connection String
secret: false
secret: true
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: false
secret: true
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.5.0
changes:
- description: Enable secrets for sensitive fields. For more details, refer https://www.elastic.co/guide/en/fleet/current/agent-policy.html#agent-policy-secret-values
type: enhancement
link: https://github.com/elastic/integrations/pull/9321
- version: 1.4.2
changes:
- description: Disable secrets for older stack versions due to errors.
Expand Down
6 changes: 3 additions & 3 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.2"
version: "1.5.0"
description: Collect billing metrics with Elastic Agent.
type: integration
icons:
Expand All @@ -19,7 +19,7 @@ categories:
- azure
conditions:
kibana:
version: "^8.3.0"
version: "^8.12.0"
elastic:
subscription: "basic"
vars:
Expand All @@ -33,7 +33,7 @@ vars:
- name: client_secret
type: password
title: Client Secret
secret: false
secret: true
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.4.0
changes:
- description: Enable secrets for sensitive fields. For more details, refer https://www.elastic.co/guide/en/fleet/current/agent-policy.html#agent-policy-secret-values
type: enhancement
link: https://github.com/elastic/integrations/pull/9321
- version: 0.3.1
changes:
- description: Disable secrets for older stack versions due to errors.
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: false
secret: true
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: false
secret: true
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: false
secret: true
multi: false
required: true
show_user: true
Expand Down
4 changes: 2 additions & 2 deletions 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.1"
version: "0.4.0"
source:
license: "Elastic-2.0"
description: "Get metrics and logs from Azure Functions"
Expand All @@ -11,7 +11,7 @@ categories:
- cloud
conditions:
kibana:
version: "^8.8.1"
version: "^8.12.0"
elastic:
subscription: "basic"
vars:
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.12.0
changes:
- description: Enable secrets for sensitive fields. For more details, refer https://www.elastic.co/guide/en/fleet/current/agent-policy.html#agent-policy-secret-values
type: enhancement
link: https://github.com/elastic/integrations/pull/9321
- version: 1.11.1
changes:
- description: Disable secrets for older stack versions due to errors.
Expand Down
6 changes: 3 additions & 3 deletions packages/cassandra/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
format_version: "3.0.2"
name: cassandra
title: Cassandra
version: "1.11.1"
version: "1.12.0"
description: This Elastic integration collects logs and metrics from cassandra.
type: integration
categories:
- datastore
- observability
conditions:
kibana:
version: "^8.8.0"
version: "^8.12.0"
elastic:
subscription: basic
screenshots:
Expand Down Expand Up @@ -61,7 +61,7 @@ policy_templates:
- name: password
type: password
title: Password
secret: false
secret: true
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.4.0"
changes:
- description: Enable secrets for sensitive fields. For more details, refer https://www.elastic.co/guide/en/fleet/current/agent-policy.html#agent-policy-secret-values
type: enhancement
link: https://github.com/elastic/integrations/pull/9321
- version: "1.3.1"
changes:
- description: Disable secrets for older stack versions due to errors.
Expand Down
6 changes: 3 additions & 3 deletions packages/ceph/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
format_version: "3.0.2"
name: ceph
title: Ceph
version: "1.3.1"
version: "1.4.0"
description: This Elastic integration collects metrics from Ceph instance.
type: integration
categories:
- datastore
- os_system
conditions:
kibana:
version: ^8.7.1
version: ^8.12.0
elastic:
subscription: basic
screenshots:
Expand Down Expand Up @@ -63,7 +63,7 @@ policy_templates:
- name: api_secret
type: password
title: API Secret Key
secret: false
secret: true
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.4.0"
changes:
- description: Enable secrets for sensitive fields. For more details, refer https://www.elastic.co/guide/en/fleet/current/agent-policy.html#agent-policy-secret-values
type: enhancement
link: https://github.com/elastic/integrations/pull/9321
- version: "1.3.1"
changes:
- description: Disable secrets for older stack versions due to errors.
Expand Down
6 changes: 3 additions & 3 deletions packages/citrix_adc/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
format_version: "3.0.2"
name: citrix_adc
title: Citrix ADC
version: "1.3.1"
version: "1.4.0"
description: This Elastic integration collects metrics from Citrix ADC product.
type: integration
categories:
- observability
- network
conditions:
kibana:
version: ^8.7.1
version: ^8.12.0
elastic:
subscription: basic
icons:
Expand Down Expand Up @@ -76,7 +76,7 @@ policy_templates:
- name: password
type: password
title: Password
secret: false
secret: true
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.9.0"
changes:
- description: Enable secrets for sensitive fields. For more details, refer https://www.elastic.co/guide/en/fleet/current/agent-policy.html#agent-policy-secret-values
type: enhancement
link: https://github.com/elastic/integrations/pull/9321
- version: "1.8.1"
changes:
- description: Disable secrets for older stack versions due to errors.
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: false
secret: true
multi: false
required: false
show_user: true
Expand Down
4 changes: 2 additions & 2 deletions 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.1"
version: "1.9.0"
description: Collect metrics from CockroachDB servers with Elastic Agent.
type: integration
icons:
Expand All @@ -19,7 +19,7 @@ categories:
- datastore
conditions:
kibana:
version: "^8.9.0"
version: "^8.12.1"
elastic:
subscription: basic
vars:
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.4.0"
changes:
- description: Enable secrets for sensitive fields. For more details, refer https://www.elastic.co/guide/en/fleet/current/agent-policy.html#agent-policy-secret-values
type: enhancement
link: https://github.com/elastic/integrations/pull/9321
- version: "1.3.1"
changes:
- description: Disable secrets for older stack versions due to errors.
Expand Down
6 changes: 3 additions & 3 deletions packages/golang/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
format_version: "3.0.2"
name: golang
title: Golang
version: "1.3.1"
version: "1.4.0"
description: This Elastic integration collects metrics from Golang applications.
type: integration
categories:
- observability
conditions:
kibana:
version: ^8.7.1
version: ^8.12.0
elastic:
subscription: basic
screenshots:
Expand Down Expand Up @@ -64,7 +64,7 @@ policy_templates:
- name: password
type: password
title: Password
secret: false
secret: true
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.13.0"
changes:
- description: Enable secrets for sensitive fields. For more details, refer https://www.elastic.co/guide/en/fleet/current/agent-policy.html#agent-policy-secret-values
type: enhancement
link: https://github.com/elastic/integrations/pull/9321
- version: "1.12.1"
changes:
- description: Disable secrets for older stack versions due to errors.
Expand Down
Loading