mirror of https://github.com/OpenVidu/openvidu.git
deployment: Bump openvidu-recorindg version and update filebeat for recordings and media-node-controller
parent
b618dc45e9
commit
7bd0774790
|
@ -2,9 +2,6 @@ filebeat.inputs:
|
|||
- type: container
|
||||
paths:
|
||||
- '/var/lib/docker/containers/*/*.log'
|
||||
multiline.pattern: '^\d*:\d*:\d*'
|
||||
multiline.negate: true
|
||||
multiline.match: after
|
||||
- type: log
|
||||
paths:
|
||||
- /opt/openvidu/kurento-logs/*.log
|
||||
|
@ -26,6 +23,12 @@ processors:
|
|||
fields: ["message"]
|
||||
target: "json"
|
||||
overwrite_keys: true
|
||||
- drop_event:
|
||||
when.or:
|
||||
- contains:
|
||||
container.image.name: docker.elastic.co/beats/filebeat-oss
|
||||
- contains:
|
||||
container.image.name: docker.elastic.co/beats/metricbeat-oss
|
||||
|
||||
output:
|
||||
elasticsearch:
|
||||
|
@ -34,6 +37,14 @@ output:
|
|||
when.or:
|
||||
- equals:
|
||||
kurento-media-server: true
|
||||
- index: "filebeat-media-node-controller-%{+yyyy.MM.dd}"
|
||||
when.or:
|
||||
- contains:
|
||||
container.image.name: openvidu/media-node-controller
|
||||
- index: "filebeat-openvidu-recording-%{+yyyy.MM.dd}"
|
||||
when.or:
|
||||
- contains:
|
||||
container.image.name: openvidu/openvidu-recording
|
||||
pipelines:
|
||||
- pipeline: kurento-pipeline
|
||||
when.or:
|
||||
|
|
|
@ -25,7 +25,7 @@ services:
|
|||
- KMS_IMAGE=kurento/kurento-media-server:6.15.0
|
||||
- METRICBEAT_IMAGE=docker.elastic.co/beats/metricbeat-oss:7.8.0
|
||||
- FILEBEAT_IMAGE=docker.elastic.co/beats/filebeat-oss:7.8.0
|
||||
- OPENVIDU_RECORDING_IMAGE=openvidu/openvidu-recording:2.17.0-dev1
|
||||
- OPENVIDU_RECORDING_IMAGE=openvidu/openvidu-recording:2.17.0-beta2
|
||||
ports:
|
||||
- 3000:3000
|
||||
volumes:
|
||||
|
|
|
@ -45,7 +45,10 @@ output:
|
|||
when.or:
|
||||
- contains:
|
||||
container.image.name: openvidu/openvidu-proxy
|
||||
|
||||
- index: "filebeat-openvidu-recording-%{+yyyy.MM.dd}"
|
||||
when.or:
|
||||
- contains:
|
||||
container.image.name: openvidu/openvidu-recording
|
||||
|
||||
logging.json: true
|
||||
logging.metrics.enabled: false
|
||||
|
|
Loading…
Reference in New Issue