Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

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.66.2
changes:
- description: Fixing missing processor block in kubernetes.audit_logs
type: bugfix
link: https://github.com/elastic/integrations/pull/10548
- version: 1.66.1
changes:
- description: Fixing Title in Volumes Dashboard
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ parsers:
add_error_key: true
target: "kubernetes.audit"
{{#if processors}}
processors:
{{processors}}
{{/if}}
{{#if condition}}
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.66.1
version: 1.66.2
description: Collect logs and metrics from Kubernetes clusters with Elastic Agent.
type: integration
categories:
Expand Down