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

(cherry picked from commit 716a72c)
  • Loading branch information
P1llus authored and mergify-bot committed Feb 28, 2022
1 parent cf899e1 commit 7916b77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d

*Filebeat*

- Report the starting offset of the line in `log.offset` when using `filestream` instead of the end to be ECS compliant. {pull}30445[30445]
- 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 7916b77

Please sign in to comment.