Skip to content

Commit

Permalink
Fix filebeat.yml template for version 7.x (#84)
Browse files Browse the repository at this point in the history
* Fix filebeat.yml template for version 7.x

* no prefix when under the global filebeat key

Co-authored-by: Soumya Theneechampura Rajan <[email protected]>
Co-authored-by: Kevin W Monroe <[email protected]>
  • Loading branch information
3 people authored Aug 10, 2022
1 parent f01ab19 commit 3446581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/filebeat-7.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# WARNING! This file is managed by Juju. Edits will not persist.
# Edit at your own risk
filebeat:
registry_file: /var/lib/filebeat/registry
registry.path: /var/lib/filebeat/registry
inputs:
- type: log
paths:
Expand Down

0 comments on commit 3446581

Please sign in to comment.