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
|
- type: container
|
||||||
paths:
|
paths:
|
||||||
- '/var/lib/docker/containers/*/*.log'
|
- '/var/lib/docker/containers/*/*.log'
|
||||||
- type: log
|
- type: log
|
||||||
paths:
|
paths:
|
||||||
- /opt/openvidu/kurento-logs/*.log
|
- /opt/openvidu/kurento-logs/*.log
|
||||||
fields:
|
fields:
|
||||||
|
@ -37,6 +37,10 @@ output:
|
||||||
when.or:
|
when.or:
|
||||||
- equals:
|
- equals:
|
||||||
kurento-media-server: true
|
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}"
|
- index: "filebeat-media-node-controller-%{+yyyy.MM.dd}"
|
||||||
when.or:
|
when.or:
|
||||||
- contains:
|
- contains:
|
||||||
|
@ -53,4 +57,4 @@ output:
|
||||||
|
|
||||||
logging.json: true
|
logging.json: true
|
||||||
logging.metrics.enabled: false
|
logging.metrics.enabled: false
|
||||||
setup.ilm.enabled: false
|
setup.ilm.enabled: false
|
||||||
|
|
Loading…
Reference in New Issue