fluent-bit: Deploy log collector for Victoria Logs
[fluent-bit][0] is a generic, highly-configurable log collector. It was apparently initially developed for fluentd, but is has so many output capabilities that it works wil many different log aggregation systems, including Victoria Logs. Although Victoria Logs supports the Loki input format, and therefore _Promtail_ would work, I want to try to avoid depending on third-party repositories. _fluent-bit_ is packaged by Fedora, so there shouldn't be any dependency issues, etc. [0]: https://fluentbit.io
This commit is contained in:
4
fluent-bit.yml
Normal file
4
fluent-bit.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- role: fluent-bit
|
||||
tags: fluent-bit
|
||||
Reference in New Issue
Block a user