mirror of https://github.com/OpenVidu/openvidu.git
deployment: Add mediasoup logs to metricbeat config file
parent
fc5a53ce91
commit
ccbf9af14d
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue