Skip to content

Commit

Permalink
[MySQL Enterprise] Adding default paths values to manifest.yml (#30598)…
Browse files Browse the repository at this point in the history
… (#30604)

* adding default values to mysqlenterprise

* update changelog

(cherry picked from commit 716a72c)

Co-authored-by: Marius Iversen <[email protected]>
  • Loading branch information
mergify[bot] and P1llus authored Feb 28, 2022
1 parent 9660665 commit 23b8ae0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
3 changes: 3 additions & 0 deletions x-pack/filebeat/module/mysqlenterprise/audit/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
module_version: 1.0

var:
- name: paths
default:
- /home/user/mysqlauditlogs/audit.*.log
- name: tags
default: [mysqlenterprise-audit]
- name: input
Expand Down

0 comments on commit 23b8ae0

Please sign in to comment.