Skip to content

Commit 0a08e77

Browse files
Fix kubernetes typo in cluster overview dash (#4544)
* Fix kubernetes typo in cluster overview dash
1 parent fa82fe1 commit 0a08e77

File tree

8 files changed

+14
-6
lines changed

8 files changed

+14
-6
lines changed

packages/kubernetes/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.27.1"
3+
changes:
4+
- description: Fix typo in cluster overview dashboard
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/4544
27
- version: "1.27.0"
38
changes:
49
- description: New cluster overview dashboard

packages/kubernetes/data_stream/apiserver/manifest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,6 @@ streams:
4848
show_user: false
4949
description: >
5050
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.
51+
5152
title: Kubernetes API Server metrics
5253
description: Collect Kubernetes API Server metrics

packages/kubernetes/data_stream/audit_logs/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ streams:
2424
multi: false
2525
required: false
2626
show_user: false
27-
description: >
28-
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.
27+
description: >-
28+
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.

packages/kubernetes/data_stream/container/manifest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,6 @@ streams:
6666
show_user: false
6767
description: >
6868
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.
69+
6970
title: Kubernetes Container metrics
7071
description: Collect Kubernetes Container metrics

packages/kubernetes/data_stream/container_logs/manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ streams:
5858
multi: false
5959
required: false
6060
show_user: false
61-
description: >
62-
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.
61+
description: >-
62+
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.

packages/kubernetes/data_stream/controllermanager/manifest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@ streams:
5555
show_user: false
5656
description: >
5757
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.
58+
5859
title: Kubernetes Controller Manager metrics
5960
description: Collect Kubernetes Controller Manager metrics

packages/kubernetes/kibana/dashboard/kubernetes-f4dc26db-1b53-4ea2-a78b-1bfab8ea267c.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"id": "",
7979
"params": {
8080
"fontSize": 10,
81-
"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)",
81+
"markdown": "This dashboard requires having [`kube-state-metrics`](https://github.com/kubernetes/kube-state-metrics#kubernetes-deployment) deployed to your Kubernetes cluster to function properly. \nCheck the **Section: state_\\* and event** of the [Elastic Kubernetes integration](https://docs.elastic.co/en/integrations/kubernetes).",
8282
"openLinksInNewTab": false
8383
},
8484
"title": "",

packages/kubernetes/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 1.0.0
22
name: kubernetes
33
title: Kubernetes
4-
version: 1.27.0
4+
version: 1.27.1
55
license: basic
66
description: Collect logs and metrics from Kubernetes clusters with Elastic Agent.
77
type: integration

0 commit comments

Comments
 (0)