Skip to content
Closed
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/auditd/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "3.11.0"
changes:
- description: Revert changes to permissions to reroute events to logs-*-* for log datastream
type: enhancement
link: https://github.com/elastic/integrations/pull/6808
- version: "3.10.0"
changes:
- description: Ensure event.kind is correctly set for pipeline errors.
Expand Down
3 changes: 0 additions & 3 deletions packages/auditd/data_stream/log/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,3 @@ streams:
template_path: log.yml.hbs
title: Auditd logs
description: Collect Auditd logs using log input
# Ensures agents have permissions to write data to `logs-*-*`
elasticsearch.dynamic_dataset: true
elasticsearch.dynamic_namespace: true
2 changes: 1 addition & 1 deletion packages/auditd/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: auditd
title: Auditd Logs
version: "3.10.0"
version: "3.11.0"
description: Collect logs from Linux audit daemon with Elastic Agent.
type: integration
icons:
Expand Down