mirror of
https://github.com/Febbweiss/docker-log-centralizer.git
synced 2026-03-04 14:25:35 +00:00
24 lines
448 B
YAML
24 lines
448 B
YAML
output:
|
|
logstash:
|
|
enabled: true
|
|
hosts:
|
|
- shipper:5044
|
|
timeout: 15
|
|
# ssl:
|
|
# certificate_authorities:
|
|
# - /etc/pki/tls/certs/logstash-beats.crt
|
|
|
|
filebeat:
|
|
prospectors:
|
|
-
|
|
paths:
|
|
- "/var/log/nginx/*.log"
|
|
document_type: nginx-access
|
|
-
|
|
paths:
|
|
- "/var/log/random/*.log"
|
|
document_type: random
|
|
-
|
|
paths:
|
|
- "/var/log/apache/*.log"
|
|
document_type: apache |