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:
|
||||
ip: ${MEDIA_NODE_IP}
|
||||
|
||||
|
||||
output:
|
||||
elasticsearch:
|
||||
hosts: ["${OPENVIDU_SERVER_PRO_IP}:9200"]
|
||||
indices:
|
||||
- index: "filebeat-kurento-%{+yyyy.MM.dd}"
|
||||
when.or:
|
||||
|
@ -37,5 +35,4 @@ output:
|
|||
|
||||
logging.json: true
|
||||
logging.metrics.enabled: false
|
||||
setup.ilm.enabled: true
|
||||
setup.ilm.policy_name: "openvidu_cleanup_policy"
|
||||
setup.ilm.enabled: false
|
|
@ -1,6 +1,3 @@
|
|||
output:
|
||||
elasticsearch:
|
||||
hosts: ["${OPENVIDU_SERVER_PRO_IP}:9200"]
|
||||
metricbeat.modules:
|
||||
- module: system
|
||||
metricsets: [cpu]
|
||||
|
|
|
@ -9,4 +9,5 @@ metricbeat.modules:
|
|||
cpu.metrics: [normalized_percentages]
|
||||
fields: {ip: "${MEDIA_NODE_IP}"}
|
||||
pipeline:
|
||||
queue.mem.events: 0
|
||||
queue.mem.events: 0
|
||||
setup.ilm.enabled: false
|
|
@ -29,4 +29,5 @@ output:
|
|||
|
||||
|
||||
logging.json: true
|
||||
logging.metrics.enabled: false
|
||||
logging.metrics.enabled: false
|
||||
setup.ilm.enabled: false
|
|
@ -111,7 +111,7 @@ services:
|
|||
- 5601:5601
|
||||
|
||||
filebeat:
|
||||
image: docker.elastic.co/beats/filebeat:7.8.0
|
||||
image: docker.elastic.co/beats/filebeat-oss:7.8.0
|
||||
network_mode: host
|
||||
restart: always
|
||||
user: root
|
||||
|
|
Loading…
Reference in New Issue