gpt4 book ai didi

elasticsearch - Metricbeat 发送进程指标,即使它被禁用

转载 作者:行者123 更新时间:2023-12-03 01:34:48 25 4
gpt4 key购买 nike

我对 metricbeat 有以下配置:

metricbeat.config.modules:
path: ${path.config}/modules.d/*.yml
reload.enabled: false

metricbeat_modules:
- module: system
metricsets:
- cpu
- load
- memory
- network
- diskio
enabled: true
period: 10s
tags: ['os']
cpu.metrics: ['percentages']
core.metrics: ['percentages']

setup.template:
name: {{ metricbeat_index }}
pattern: {{ metricbeat_index }}-*
settings:
index:
number_of_shards: 1
codec: best_compression

tags: [{{ metricbeat_tags | join(', ') }}]

fields:
env: {{ metricbeat_env }}

output.elasticsearch:
hosts: {{ metricbeat_output_es_hosts | to_json }}
index: "{{ metricbeat_index }}-%{+yyyy-MM-dd}"

setup.dashboards.directory: /usr/share/metricbeat/kibana

setup.kibana:
host: {{ metricbeat_kibana_url }}

processors:
- drop_fields:
fields: ["beat.name","beat.hostname"]

processors:
- add_host_metadata:
netinfo.enabled: false

processors:
- add_cloud_metadata: ~

它按预期工作,因为我有指标集 processprocess_summary启用。由于我删除了它们,它似乎仍在收获这些指标。我重新启动,再次停止/启动 metricbeat,但它仍然没有效果。
感谢您的想法,因为我看不出为什么会发生这种情况:/

最佳答案

我深入研究了你的问题。
您可以使用配置的这一部分来指定一个模块配置文件夹:

metricbeat.config.modules:
path: ${path.config}/modules.d/*.yml
reload.enabled: false

如果您运行该文件夹的查找信息,我相信您会发现:
aerospike.yml.disabled
apache.yml.disabled
ceph.yml.disabled
couchbase.yml.disabled
docker.yml.disabled
dropwizard.yml.disabled
elasticsearch.yml.disabled
envoyproxy.yml.disabled
etcd.yml.disabled
golang.yml.disabled
graphite.yml.disabled
haproxy.yml.disabled
http.yml.disabled
jolokia.yml.disabled
kafka.yml.disabled
kibana.yml.disabled
kubernetes.yml.disabled
kvm.yml.disabled
logstash.yml.disabled
memcached.yml.disabled
mongodb.yml.disabled
munin.yml.disabled
mysql.yml.disabled
nginx.yml.disabled
php_fpm.yml.disabled
postgresql.yml.disabled
prometheus.yml.disabled
rabbitmq.yml.disabled
redis.yml.disabled
system.yml
traefik.yml.disabled
uwsgi.yml.disabled
vsphere.yml.disabled
windows.yml.disabled
zookeeper.yml.disabled

看到 system.yml文件 ?
这是加载的配置。
因此,您可以从此配置文件中删除进程或不使用 metricbeat.config.modules.path
希望它有所帮助。

关于elasticsearch - Metricbeat 发送进程指标,即使它被禁用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53283979/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com