Module system doesn't exist!...but it does

Been troubleshooting metricbeat and found something interesting in version 7 of ELK and Metricbeat:

[root@elk modules.d]# metricbeat modules list
Enabled:

Disabled:
[root@elk modules.d]# metricbeat modules enable system
Module system doesn't exist!
[root@elk modules.d]# ll
total 156
-rw-r--r--. 1 root root 209 Apr 5 17:13 aerospike.yml.disabled
-rw-r--r--. 1 root root 241 Apr 5 17:13 apache.yml.disabled
-rw-r--r--. 1 root root 236 Apr 5 17:13 aws.yml.disabled
-rw-r--r--. 1 root root 424 Apr 5 17:13 ceph.yml.disabled
-rw-r--r--. 1 root root 275 Apr 5 17:13 couchbase.yml.disabled
-rw-r--r--. 1 root root 196 Apr 5 17:13 couchdb.yml.disabled
-rw-r--r--. 1 root root 638 Apr 5 17:13 docker.yml.disabled
-rw-r--r--. 1 root root 308 Apr 5 17:13 dropwizard.yml.disabled
-rw-r--r--. 1 root root 283 Apr 5 17:13 elasticsearch.yml.disabled
-rw-r--r--. 1 root root 209 Apr 5 17:13 envoyproxy.yml.disabled
-rw-r--r--. 1 root root 258 Apr 5 17:13 etcd.yml.disabled
-rw-r--r--. 1 root root 295 Apr 5 17:13 golang.yml.disabled
-rw-r--r--. 1 root root 458 Apr 5 17:13 graphite.yml.disabled
-rw-r--r--. 1 root root 217 Apr 5 17:13 haproxy.yml.disabled
-rw-r--r--. 1 root root 653 Apr 5 17:13 http.yml.disabled
-rw-r--r--. 1 root root 981 Apr 5 17:13 jolokia.yml.disabled
-rw-r--r--. 1 root root 745 Apr 5 17:13 kafka.yml.disabled
-rw-r--r--. 1 root root 255 Apr 5 17:13 kibana.yml.disabled
-rw-r--r--. 1 root root 1115 Apr 5 17:13 kubernetes.yml.disabled
-rw-r--r--. 1 root root 214 Apr 5 17:13 kvm.yml.disabled
-rw-r--r--. 1 root root 261 Apr 5 17:13 logstash.yml.disabled
-rw-r--r--. 1 root root 203 Apr 5 17:13 memcached.yml.disabled
-rw-r--r--. 1 root root 1170 Apr 5 17:13 mongodb.yml.disabled
-rw-r--r--. 1 root root 127 Apr 5 17:13 mssql.yml.disabled
-rw-r--r--. 1 root root 192 Apr 5 17:13 munin.yml.disabled
-rw-r--r--. 1 root root 580 Apr 5 17:13 mysql.yml.disabled
-rw-r--r--. 1 root root 371 Apr 5 17:13 nats.yml.disabled
-rw-r--r--. 1 root root 349 Apr 5 17:13 nginx.yml.disabled
-rw-r--r--. 1 root root 280 Apr 5 17:13 php_fpm.yml.disabled
-rw-r--r--. 1 root root 290 Apr 5 17:13 postgresql.yml.disabled
-rw-r--r--. 1 root root 486 Apr 5 17:13 prometheus.yml.disabled
-rw-r--r--. 1 root root 271 Apr 5 17:13 rabbitmq.yml.disabled
-rw-r--r--. 1 root root 441 Apr 5 17:13 redis.yml.disabled
> -rw-r--r--. 1 root root 773 Apr 5 17:13 system.yml
-rw-r--r--. 1 root root 196 Apr 5 17:13 traefik.yml.disabled
-rw-r--r--. 1 root root 200 Apr 5 17:13 uwsgi.yml.disabled
-rw-r--r--. 1 root root 478 Apr 5 17:13 vsphere.yml.disabled
-rw-r--r--. 1 root root 736 Apr 5 17:13 windows.yml.disabled
-rw-r--r--. 1 root root 218 Apr 5 17:13 zookeeper.yml.disabled

Is this a bug? I am collecting system stats for a Kibana Dashboard.

Hello! Which directory and what OS are you running this on?

This is a RHEL 7.6 server. I ran this from the /etc/metricbeat/modules.d/ directory.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.