Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Fix kubernetes typo in cluster overview dash
  • Loading branch information
MichaelKatsoulis committed Nov 3, 2022
commit 225d6c2a3dd19f437b727469bf30ac907435d1af
5 changes: 5 additions & 0 deletions packages/kubernetes/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.27.1"
changes:
- description: Fix typo in cluster overview dashboard
type: enhancement
link: https://github.com/elastic/integrations/pull/4363
- version: "1.27.0"
changes:
- description: New cluster overview dashboard
Expand Down
1 change: 1 addition & 0 deletions packages/kubernetes/data_stream/apiserver/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ streams:
show_user: false
description: >
Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata. This executes in the agent before the events are shipped. See [Processors](https://www.elastic.co/guide/en/beats/filebeat/current/filtering-and-enhancing-data.html) for details.

title: Kubernetes API Server metrics
description: Collect Kubernetes API Server metrics
4 changes: 2 additions & 2 deletions packages/kubernetes/data_stream/audit_logs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ streams:
multi: false
required: false
show_user: false
description: >
Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata. This executes in the agent before the events are shipped. See [Processors](https://www.elastic.co/guide/en/beats/filebeat/current/filtering-and-enhancing-data.html) for details.
description: >-
Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata. This executes in the agent before the events are shipped. See [Processors](https://www.elastic.co/guide/en/beats/filebeat/current/filtering-and-enhancing-data.html) for details.
1 change: 1 addition & 0 deletions packages/kubernetes/data_stream/container/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ streams:
show_user: false
description: >
Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata. This executes in the agent before the events are shipped. See [Processors](https://www.elastic.co/guide/en/beats/filebeat/current/filtering-and-enhancing-data.html) for details.

title: Kubernetes Container metrics
description: Collect Kubernetes Container metrics
4 changes: 2 additions & 2 deletions packages/kubernetes/data_stream/container_logs/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ streams:
multi: false
required: false
show_user: false
description: >
Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata. This executes in the agent before the events are shipped. See [Processors](https://www.elastic.co/guide/en/beats/filebeat/current/filtering-and-enhancing-data.html) for details.
description: >-
Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata. This executes in the agent before the events are shipped. See [Processors](https://www.elastic.co/guide/en/beats/filebeat/current/filtering-and-enhancing-data.html) for details.
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@ streams:
show_user: false
description: >
Processors are used to reduce the number of fields in the exported event or to enhance the event with metadata. This executes in the agent before the events are shipped. See [Processors](https://www.elastic.co/guide/en/beats/filebeat/current/filtering-and-enhancing-data.html) for details.

title: Kubernetes Controller Manager metrics
description: Collect Kubernetes Controller Manager metrics
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"id": "",
"params": {
"fontSize": 10,
"markdown": "This dashboard requires [`kube-state metrics`](https://github.com/kubernetes/kube-state-metrics#kubernetes-deployment) to be installed in your Kubenretes cluster to properly function. \nFor more information please check **Section: state_\\* and event** of [Kubernetes Integration](https://docs.elastic.co/en/integrations/kubernetes)",
"markdown": "This dashboard requires [`kube-state metrics`](https://github.com/kubernetes/kube-state-metrics#kubernetes-deployment) to be installed in your Kubernetes cluster to properly function. \nFor more information please check **Section: state_\\* and event** of [Kubernetes integration](https://docs.elastic.co/en/integrations/kubernetes)",
"openLinksInNewTab": false
},
"title": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/kubernetes/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: kubernetes
title: Kubernetes
version: 1.27.0
version: 1.27.1
license: basic
description: Collect logs and metrics from Kubernetes clusters with Elastic Agent.
type: integration
Expand Down