24 lines
351 B
Django/Jinja
24 lines
351 B
Django/Jinja
---
|
|
|
|
# {{ ansible_managed }}
|
|
|
|
- type: filestream
|
|
id: "authelia-log"
|
|
paths:
|
|
- {{ systemuserlist.authelia.home }}/config/authelia.log
|
|
|
|
scan_frequency: 10s
|
|
enabled: true
|
|
|
|
parsers:
|
|
- ndjson:
|
|
keys_under_root: true
|
|
add_error_key: true
|
|
|
|
fields_under_root: true
|
|
fields:
|
|
service.type: authelia
|
|
|
|
tags:
|
|
- authelia
|