mirror of https://github.com/OpenVidu/openvidu.git
deployment-openvidu-pro: Updated to work with external ELK services
parent
521909c931
commit
709d7d2a5c
|
@ -20,10 +20,8 @@ processors:
|
||||||
fields:
|
fields:
|
||||||
ip: ${MEDIA_NODE_IP}
|
ip: ${MEDIA_NODE_IP}
|
||||||
|
|
||||||
|
|
||||||
output:
|
output:
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
hosts: ["${OPENVIDU_SERVER_PRO_IP}:9200"]
|
|
||||||
indices:
|
indices:
|
||||||
- index: "filebeat-kurento-%{+yyyy.MM.dd}"
|
- index: "filebeat-kurento-%{+yyyy.MM.dd}"
|
||||||
when.or:
|
when.or:
|
||||||
|
@ -37,5 +35,4 @@ output:
|
||||||
|
|
||||||
logging.json: true
|
logging.json: true
|
||||||
logging.metrics.enabled: false
|
logging.metrics.enabled: false
|
||||||
setup.ilm.enabled: true
|
setup.ilm.enabled: false
|
||||||
setup.ilm.policy_name: "openvidu_cleanup_policy"
|
|
|
@ -1,6 +1,3 @@
|
||||||
output:
|
|
||||||
elasticsearch:
|
|
||||||
hosts: ["${OPENVIDU_SERVER_PRO_IP}:9200"]
|
|
||||||
metricbeat.modules:
|
metricbeat.modules:
|
||||||
- module: system
|
- module: system
|
||||||
metricsets: [cpu]
|
metricsets: [cpu]
|
||||||
|
|
|
@ -10,3 +10,4 @@ metricbeat.modules:
|
||||||
fields: {ip: "${MEDIA_NODE_IP}"}
|
fields: {ip: "${MEDIA_NODE_IP}"}
|
||||||
pipeline:
|
pipeline:
|
||||||
queue.mem.events: 0
|
queue.mem.events: 0
|
||||||
|
setup.ilm.enabled: false
|
|
@ -30,3 +30,4 @@ output:
|
||||||
|
|
||||||
logging.json: true
|
logging.json: true
|
||||||
logging.metrics.enabled: false
|
logging.metrics.enabled: false
|
||||||
|
setup.ilm.enabled: false
|
|
@ -111,7 +111,7 @@ services:
|
||||||
- 5601:5601
|
- 5601:5601
|
||||||
|
|
||||||
filebeat:
|
filebeat:
|
||||||
image: docker.elastic.co/beats/filebeat:7.8.0
|
image: docker.elastic.co/beats/filebeat-oss:7.8.0
|
||||||
network_mode: host
|
network_mode: host
|
||||||
restart: always
|
restart: always
|
||||||
user: root
|
user: root
|
||||||
|
|
Loading…
Reference in New Issue