Merge branch 'fluent-bit'

This commit is contained in:
2025-11-24 07:49:05 -06:00
9 changed files with 191 additions and 30 deletions

View File

@@ -60,3 +60,24 @@ chrony_allow:
- 172.24.100.0/24
- 192.168.1.0/24
- fd68:c2d2:500e:3e00::/56
fluent_bit_ntfy_filters:
- name: rewrite_tag
alias: ntfy
match: host.*
rule: transport kernel ntfy true
- name: grep
match: ntfy
alias: ntfy.filter
regex: message wan.+Link
fluent_bit_default_filters: >-
{{
fluent_bit_common_filters +
fluent_bit_ntfy_filters +
fluent_bit_ntfy_common_filters
}}
fluent_bit_main_outputs:
- '{{ fluent_bit_output_systemd }}'
- '{{ fluent_bit_output_ntfy }}'