From 716a72c660b8ad04de567dc870cefb0c9f8c4c99 Mon Sep 17 00:00:00 2001 From: Marius Iversen Date: Mon, 28 Feb 2022 15:43:08 +0100 Subject: [PATCH] [MySQL Enterprise] Adding default paths values to manifest.yml (#30598) * adding default values to mysqlenterprise * update changelog --- CHANGELOG.next.asciidoc | 1 + x-pack/filebeat/module/mysqlenterprise/audit/manifest.yml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 945bf2c2468..bd82ecd0a21 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -55,6 +55,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...main[Check the HEAD dif - auditd: Prevent mapping explosion when truncated EXECVE records are ingested. {pull}30382[30382] - elasticsearch: fix duplicate ingest when using a common appender configuration {issue}30428[30428] {pull}30440[30440] - Fix ECS version string in threatintel to be consistent with other modules and add event.timezone. {issue}30499[30499] {pull}30570[30570] +- Add default paths value to MySQL Enterprise module to prevent issues with pipeline installations {pull}30598[30598] *Heartbeat* diff --git a/x-pack/filebeat/module/mysqlenterprise/audit/manifest.yml b/x-pack/filebeat/module/mysqlenterprise/audit/manifest.yml index e6341e1da26..b216500d298 100644 --- a/x-pack/filebeat/module/mysqlenterprise/audit/manifest.yml +++ b/x-pack/filebeat/module/mysqlenterprise/audit/manifest.yml @@ -1,6 +1,9 @@ module_version: 1.0 var: + - name: paths + default: + - /home/user/mysqlauditlogs/audit.*.log - name: tags default: [mysqlenterprise-audit] - name: input