Skip to content
5 changes: 5 additions & 0 deletions packages/beat/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: 0.1.2
changes:
- description: Clarify that the metrics collected power the Stack Monitoring application
type: bugfix
link: https://github.com/elastic/integrations/pull/5462
- version: 0.1.1
changes:
- description: Update mappings for APM Server aggregation metrics
Expand Down
8 changes: 4 additions & 4 deletions packages/beat/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: beat
title: Beat
version: 0.1.1
version: 0.1.2
description: Beat Integration
type: integration
conditions:
Expand All @@ -17,9 +17,11 @@ icons:
policy_templates:
- name: beat
title: Beat metrics
description: Collect Beat metrics for Stack Monitoring application
description: Collect metrics from Beat instances
inputs:
- type: beat/metrics
title: "Metrics (Stack Monitoring)"
description: "Collect state and stats metrics from Beat instances to power the Stack Monitoring application in Kibana"
vars:
- name: hosts
type: text
Expand All @@ -40,5 +42,3 @@ policy_templates:
#certificate_authorities: ["/etc/ca.crt"]
#certificate: "/etc/client.crt"
#key: "/etc/client.key"
title: Collect Beat metrics for Stack Monitoring application
description: Collecting state and stats metrics from Beat instances
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.4.2
changes:
- description: Clarify that the metrics collected power the Stack Monitoring application
type: bugfix
link: https://github.com/elastic/integrations/pull/5462
- version: "1.4.1"
changes:
- description: Fix collection of shard recovery total time
Expand Down
14 changes: 7 additions & 7 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.4.1
version: 1.4.2
description: Elasticsearch Integration
type: integration
icons:
Expand All @@ -13,14 +13,16 @@ license: basic
categories: ["elastic_stack", "datastore"]
conditions:
kibana.version: ^8.7.0
owner:
github: elastic/infra-monitoring-ui
policy_templates:
- name: elasticsearch
title: Elasticsearch logs and metrics
description: Collect logs and metrics from Elasticsearch instances
inputs:
- type: logfile
title: Collect Elasticsearch logs
description: "Collecting audit, deprecation, gc, server and slowlog logs from Elasticsearch instances (input: logfile)"
title: "Logs"
description: "Collect audit, deprecation, gc, server and slowlog logs from Elasticsearch instances"
vars:
- name: condition
title: Condition
Expand All @@ -30,8 +32,8 @@ policy_templates:
required: false
show_user: false
- type: elasticsearch/metrics
title: Collect Elasticsearch metrics
description: Collect Elasticsearch metrics about indices, CCR, cluster stats, machine learning or node statistics
title: "Metrics (Stack Monitoring)"
description: "Collect index, CCR, cluster stats, machine learning and node metrics from Elasticsearch instances to power the Stack Monitoring application in Kibana"
vars:
- name: hosts
type: text
Expand Down Expand Up @@ -90,5 +92,3 @@ policy_templates:
multi: false
required: false
show_user: false
owner:
github: elastic/infra-monitoring-ui
5 changes: 5 additions & 0 deletions packages/enterprisesearch/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
- version: 1.0.1
changes:
- description: Clarify that the metrics collected power the Stack Monitoring application
type: bugfix
link: https://github.com/elastic/integrations/pull/5462
- version: 1.0.0
changes:
- description: initial release
Expand Down
8 changes: 4 additions & 4 deletions packages/enterprisesearch/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: enterprisesearch
title: Enterprise Search
version: 1.0.0
version: 1.0.1
description: Enterprise Search Integration
type: integration
conditions:
Expand All @@ -18,9 +18,11 @@ icons:
policy_templates:
- name: enterprisesearch
title: Enterprise Search metrics
description: Collect Enterprise Search metrics for Stack Monitoring application
description: Collect metrics from Enterprise Search instances
inputs:
- type: enterprisesearch/metrics
title: "Metrics (Stack Monitoring)"
description: "Collect health and stats metrics from Enterprise Search instances to power the Stack Monitoring application in Kibana"
vars:
- name: hosts
type: text
Expand All @@ -44,5 +46,3 @@ policy_templates:
multi: false
required: false
show_user: false
title: Collect Enterprise Search metrics for Stack Monitoring application
description: Collecting health and stats metrics from Enterprise Search instances
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.3.1-preview1"
changes:
- description: Clarify that the metrics collected power the Stack Monitoring application
type: bugfix
link: https://github.com/elastic/integrations/pull/5462
- version: "2.3.0-preview1"
changes:
- description: Add `condition` configuration for logs and metrics
Expand Down
14 changes: 7 additions & 7 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.3.0-preview1
version: 2.3.1-preview1
description: Collect logs and metrics from Kibana with Elastic Agent.
type: integration
icons:
Expand All @@ -13,14 +13,16 @@ license: basic
categories: ["elastic_stack"]
conditions:
kibana.version: ^8.5.0
owner:
github: elastic/infra-monitoring-ui
policy_templates:
- name: kibana
title: Kibana logs and metrics
description: Collect logs and metrics from Kibana instances
inputs:
- type: logfile
title: "Collect Kibana logs"
description: "Collecting audit and application logs from Kibana instances"
title: "Logs"
description: "Collect audit and application logs from Kibana instances"
vars:
- name: condition
title: Condition
Expand All @@ -30,8 +32,8 @@ policy_templates:
required: false
show_user: false
- type: kibana/metrics
title: Collect Kibana metrics
description: Collecting stats, status and alert metrics from Kibana instances
title: "Metrics (Stack Monitoring)"
description: "Collect stats, status and alert metrics from Kibana instances to power the Stack Monitoring application in Kibana"
vars:
- name: hosts
type: text
Expand Down Expand Up @@ -73,5 +75,3 @@ policy_templates:
multi: false
required: false
show_user: false
owner:
github: elastic/infra-monitoring-ui
5 changes: 5 additions & 0 deletions packages/logstash/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.2.3-preview1"
changes:
- description: Clarify that the metrics collected power the Stack Monitoring application
type: bugfix
link: https://github.com/elastic/integrations/pull/5462
- version: "2.2.2-preview1"
changes:
- description: Add missing node_stats cpu aliases
Expand Down
14 changes: 7 additions & 7 deletions packages/logstash/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: logstash
title: Logstash
version: 2.2.2-preview1
version: 2.2.3-preview1
description: Collect logs and metrics from Logstash with Elastic Agent.
type: integration
icons:
Expand All @@ -13,6 +13,8 @@ license: basic
categories: ["elastic_stack"]
conditions:
kibana.version: ^8.5.0
owner:
github: elastic/infra-monitoring-ui
screenshots:
- src: /img/kibana-logstash-log.png
title: kibana logstash log
Expand All @@ -28,11 +30,11 @@ policy_templates:
description: Collect logs and metrics from Logstash instances
inputs:
- type: logfile
title: Logstash logs
description: Collect application and slowlog logs from Logstash instances
title: "Logs"
description: "Collect application and slowlog logs from Logstash instances"
- type: logstash/metrics
title: Collect Logstash metrics for Stack Monitoring application
description: Collecting node and stats metrics from Logstash instances
title: "Metrics (Stack Monitoring)"
description: "Collect node metrics and stats from Logstash instances to power the Stack Monitoring application in Kibana"
vars:
- name: hosts
type: text
Expand Down Expand Up @@ -67,5 +69,3 @@ policy_templates:
#certificate_authorities: ["/etc/ca.crt"]
#certificate: "/etc/client.crt"
#key: "/etc/client.key"
owner:
github: elastic/infra-monitoring-ui