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
* adding default values to mysqlenterprise

* update changelog
  • Loading branch information
P1llus authored Feb 28, 2022
1 parent 179a78d commit 716a72c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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*

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 716a72c

Please sign in to comment.