collect docker logs using fluent
This commit is contained in:
parent
c59dcbeaae
commit
db38d9c6bb
4 changed files with 35 additions and 3 deletions
|
@ -122,7 +122,7 @@ services:
|
|||
- BAUTH_PASS=test
|
||||
|
||||
fluentd:
|
||||
image: git.kun.is/pim/fluentd:1.0.1
|
||||
image: git.kun.is/pim/fluentd:1.0.2
|
||||
depends_on:
|
||||
- elasticsearch
|
||||
ports:
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
port {{ fluent_forward_port }}
|
||||
</source>
|
||||
|
||||
<match *>
|
||||
<match **>
|
||||
@type elasticsearch
|
||||
host maestro.dmz
|
||||
port {{ elasticsearch_port }}
|
||||
|
|
Reference in a new issue