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/kubernetes/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.85.3"
changes:
- description: Test e2d.
type: enhancement
link: https://github.com/mrodm/integrations/pull/1234
- version: "1.85.2"
changes:
- description: Add `timeout` setting to the kube-state-metrics input for tuning the HTTP request timeout on large clusters.
Expand Down
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 @@ -3,8 +3,8 @@ type: logs
dataset: kubernetes.container_logs
streams:
- input: filestream
title: Collect Kubernetes container logs
description: Collect Kubernetes container logs
title: Collect Kubernetes container Logs
description: Collect Kubernetes container Logs
vars:
- name: inputID
required: true
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: 3.1.2
name: kubernetes
title: Kubernetes
version: 1.85.2
version: 1.85.3
description: Collect logs and metrics from Kubernetes clusters with Elastic Agent.
type: integration
categories:
Expand Down
1 change: 1 addition & 0 deletions packages/security_detection_engine/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ conditions:
version: ^9.5.0
description: Prebuilt detection rules for Elastic Security
format_version: 3.0.0

icons:
- size: 16x16
src: /img/security-logo-color-64px.svg
Expand Down