mirror of https://github.com/OpenVidu/openvidu.git
deployment: Add mediasoup logs to metricbeat config file
parent
fc5a53ce91
commit
ccbf9af14d
|
@ -2,7 +2,7 @@ filebeat.inputs:
|
|||
- type: container
|
||||
paths:
|
||||
- '/var/lib/docker/containers/*/*.log'
|
||||
- type: log
|
||||
- type: log
|
||||
paths:
|
||||
- /opt/openvidu/kurento-logs/*.log
|
||||
fields:
|
||||
|
@ -37,6 +37,10 @@ output:
|
|||
when.or:
|
||||
- equals:
|
||||
kurento-media-server: true
|
||||
- index: "filebeat-mediasoup-%{+yyyy.MM.dd}"
|
||||
when.or:
|
||||
- contains:
|
||||
container.image.name: openvidu/mediasoup-controller
|
||||
- index: "filebeat-media-node-controller-%{+yyyy.MM.dd}"
|
||||
when.or:
|
||||
- contains:
|
||||
|
@ -53,4 +57,4 @@ output:
|
|||
|
||||
logging.json: true
|
||||
logging.metrics.enabled: false
|
||||
setup.ilm.enabled: false
|
||||
setup.ilm.enabled: false
|
||||
|
|
Loading…
Reference in New Issue