mirror of https://github.com/OpenVidu/openvidu.git
commit
dd8dc43653
|
@ -1,11 +1,34 @@
|
||||||
metricbeat.modules:
|
metricbeat.modules:
|
||||||
- module: system
|
- module: system
|
||||||
metricsets: [cpu]
|
metricsets:
|
||||||
enabled: true
|
- cpu
|
||||||
period: ${OPENVIDU_PRO_CLUSTER_LOAD_INTERVAL}s
|
#- diskio
|
||||||
|
- memory
|
||||||
|
- network
|
||||||
|
- filesystem
|
||||||
|
- fsstat
|
||||||
|
#- process
|
||||||
|
- process_summary
|
||||||
|
- uptime
|
||||||
|
filesystem.ignore_types: [nfs, smbfs, autofs, devtmpfs, devpts, hugetlbfs, tmpfs, sysfs, securityfs, cgroup2, cgroup, pstore, debugfs, configfs, fusectl, proc, fuse.lxcfs, squashfs]
|
||||||
processes: ['.*']
|
processes: ['.*']
|
||||||
|
# process.include_top_n:
|
||||||
|
# by_cpu: 2
|
||||||
|
# by_memory: 2
|
||||||
|
processors:
|
||||||
|
- drop_event:
|
||||||
|
when:
|
||||||
|
or:
|
||||||
|
- regexp:
|
||||||
|
system.network.name: '^(veth|lo|docker|br-)($|)'
|
||||||
|
- regexp:
|
||||||
|
system.filesystem.mount_point: '^/(sys|cgroup|proc|dev|etc|host)($|/)'
|
||||||
|
- regexp:
|
||||||
|
system.filesystem.mount_point: '^/hostfs/(sys|cgroup|proc|dev|etc|host)($|/)'
|
||||||
|
enabled: true
|
||||||
|
period: ${OPENVIDU_PRO_CLUSTER_LOAD_INTERVAL}0s
|
||||||
cpu.metrics: [normalized_percentages]
|
cpu.metrics: [normalized_percentages]
|
||||||
fields: {ip: "${MEDIA_NODE_IP}", cluster-id: "${CLUSTER_ID}"}
|
fields: {ip: "${MEDIA_NODE_IP}", cluster-id: "${CLUSTER_ID}"}
|
||||||
pipeline:
|
pipeline:
|
||||||
queue.mem.events: 0
|
queue.mem.events: 0
|
||||||
setup.ilm.enabled: false
|
setup.ilm.enabled: false
|
||||||
|
|
Loading…
Reference in New Issue