From f32a23a31f15fa0845508cf36b63f5e54b6d8e14 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 (cherry picked from commit 716a72c660b8ad04de567dc870cefb0c9f8c4c99) --- CHANGELOG.next.asciidoc | 2 ++ x-pack/filebeat/module/mysqlenterprise/audit/manifest.yml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 31296d9c2a69..35e32f3f2b8b 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -55,6 +55,8 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d - 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 e6341e1da266..b216500d2987 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