Skip to content

Commit

Permalink
Typo in path of slow log (#293)
Browse files Browse the repository at this point in the history
Just had the wrong path to the logfiles.
  • Loading branch information
widhalmt authored Nov 29, 2023
1 parent 60115d1 commit 4077a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/beats/templates/filebeat.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ filebeat.inputs:
- type: log
enabled: true
paths:
- /var/lib/mysql/*-slow.log
- /var/log/mysql/*-slow.log
multiline.pattern: '^\#[[:space:]]Time'
multiline.negate: true
multiline.match: after
Expand Down

0 comments on commit 4077a85

Please sign in to comment.