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:
|
||||
- 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:
|
||||
|
|
Loading…
Reference in New Issue