# Filebeat modules problem

**URL:** https://discuss.elastic.co/t/filebeat-modules-problem/110962
**Category:** Beats
**Tags:** filebeat
**Created:** [December 10, 2017, 9:34am UTC](https://discuss.elastic.co/t/filebeat-modules-problem/110962 "2017-12-10T09:34:50Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![abu.sayeed](https://avatars.discourse-cdn.com/v4/letter/a/dec6dc/32.png) [@abu.sayeed](https://discuss.elastic.co/u/abu.sayeed)
#### Post date: [December 10, 2017, 9:34am UTC](https://discuss.elastic.co/t/filebeat-modules-problem/110962/1 "2017-12-10T09:34:50Z")

</div>

EKL\_server:192.168.100.71

cat /etc/filebeat/filebeat.yml

filebeat.prospectors:

- type: log  
enabled: true

filebeat.config.modules:

- module: system  
path: /etc/filebeat/modules.d/system.yml  
reload.enabled: false  
setup.template.settings:  
index.number\_of\_shards: 3  
setup.kibana:

output.logstash:  
hosts: ["192.168.100.71:5044"]  
ssl.certificate\_authorities: ["/etc/pki/tls/certs/logstash.crt"]

logging.to\_files: true  
logging.files:  
path: /var/log/filebeat  
name: filebeat  
rotateeverybytes: 10485760 # = 10MB

keepfiles: 7  
filebeat.registry\_file: /var/lib/filebeat/registry  
[setup.template.name](http://setup.template.name): "filebeat"  
setup.template.fields: "/etc/filebeat/fields.yml"  
setup.template.overwrite: false

cat /etc/filebeat/modules.d/system.yml.disabled

- module: system

systemctl status filebeat.service

Active: active (running) since Sun 2017-12-10 15:32:10 +06; 8s ago  
Docs: [https://www.elastic.co/guide/en/beats/filebeat/current/index.html](https://www.elastic.co/guide/en/beats/filebeat/current/index.html)  
Main PID: 14880 (filebeat)  
Tasks: 6  
Memory: 6.0M  
CPU: 20ms  
CGroup: /system.slice/filebeat.service  
└─14880 /usr/share/filebeat/bin/filebeat -c /etc/filebeat/filebeat.yml -path.home /usr/share/filebeat -path.config /etc/

Dec 10 15:32:10 linux-client systemd[1]: Started filebeat.

all version is 6.0.0

But I don't see any log on elk server. Elk server is ok.  
What is my wrong in filebeat module configure?  
Thanks.

---

<div class="post-metadata">

### Author: ![kvch](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/kvch/32/72058_2.png) [@kvch](https://discuss.elastic.co/u/kvch)
#### Post date: [December 11, 2017, 11:58am UTC](https://discuss.elastic.co/t/filebeat-modules-problem/110962/2 "2017-12-11T11:58:25Z")

</div>

Could you please share the logs of Filebeat? Please format both your logs and your config using `</>`.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [January 8, 2018, 11:58am UTC](https://discuss.elastic.co/t/filebeat-modules-problem/110962/3 "2018-01-08T11:58:40Z")

</div>

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