mirror of https://github.com/OpenVidu/openvidu.git
deployment: Typo metricbeat openvidu server pro
parent
e321370014
commit
41273d700d
|
@ -44,7 +44,7 @@ metricbeat.modules:
|
||||||
enabled: true
|
enabled: true
|
||||||
period: ${OPENVIDU_PRO_STATS_MONITORING_INTERVAL}s
|
period: ${OPENVIDU_PRO_STATS_MONITORING_INTERVAL}s
|
||||||
cpu.metrics: [normalized_percentages]
|
cpu.metrics: [normalized_percentages]
|
||||||
fields: {ip: "${MEDIA_NODE_IP}", cluster-id: "${CLUSTER_ID}", cluster-role: openvidu-server-pro}
|
fields: {cluster-role: openvidu-server-pro}
|
||||||
output:
|
output:
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
hosts: ["${OPENVIDU_PRO_ELASTICSEARCH_HOST}"]
|
hosts: ["${OPENVIDU_PRO_ELASTICSEARCH_HOST}"]
|
||||||
|
|
Loading…
Reference in New Issue