diff --git a/packages/auditd/changelog.yml b/packages/auditd/changelog.yml index e5361f20ad3..9236fa195c5 100644 --- a/packages/auditd/changelog.yml +++ b/packages/auditd/changelog.yml @@ -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. diff --git a/packages/auditd/data_stream/log/manifest.yml b/packages/auditd/data_stream/log/manifest.yml index cd819a63321..285926867fe 100644 --- a/packages/auditd/data_stream/log/manifest.yml +++ b/packages/auditd/data_stream/log/manifest.yml @@ -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 diff --git a/packages/auditd/manifest.yml b/packages/auditd/manifest.yml index fd75b297bb6..d8189c30865 100644 --- a/packages/auditd/manifest.yml +++ b/packages/auditd/manifest.yml @@ -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: