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/auditd/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "3.13.1"
changes:
- description: Remove the unnecessary permission for the package to write to arbitrary `logs-*` data streams.
type: bugfix
link: https://github.com/elastic/integrations/pull/7800
- version: "3.13.0"
changes:
- description: Add tags.yml file so that integration's dashboards and saved searches are tagged with "Security Solution" and displayed in the Security Solution UI.
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.13.0"
version: "3.13.1"
description: Collect logs from Linux audit daemon with Elastic Agent.
type: integration
icons:
Expand Down