mirror of
https://github.com/Febbweiss/docker-log-centralizer.git
synced 2026-03-04 22:35:36 +00:00
Initial commit - Fully working architecture
This commit is contained in:
24
filebeat/filebeat.yml
Normal file
24
filebeat/filebeat.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
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
|
||||
Reference in New Issue
Block a user