# Filebeat not sending log files

**URL:** https://discuss.elastic.co/t/filebeat-not-sending-log-files/144911
**Category:** Beats
**Tags:** filebeat
**Created:** [August 17, 2018, 1:31pm UTC](https://discuss.elastic.co/t/filebeat-not-sending-log-files/144911 "2018-08-17T13:31:48Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![beel](https://avatars.discourse-cdn.com/v4/letter/b/839c29/32.png) [@beel](https://discuss.elastic.co/u/beel)
#### Post date: [August 17, 2018, 1:31pm UTC](https://discuss.elastic.co/t/filebeat-not-sending-log-files/144911/1 "2018-08-17T13:31:48Z")

</div>

Hi everybody,

I 'm beginner in ElasticStack. I'm using version 6.3.2. to test it. I'm installing Filebeat, Logstash, Elasticsearch and Kibana as service on windows 10.

Normlay filebeat must recover the logfiles and sending them to Logstash, but nothing is happening.

Can somebody help me please ?

Here are myconfigfiles:

## 1)Filebeat.yml:

filebeat.inputs:

- type: log  
enabled: false

filebeat.config.modules:

# Glob pattern for configuration loading

path: ${path.config}/modules.d/\*.yml

# Set to true to enable config reloading

reload.enabled: false

setup.template.settings:  
index.number\_of\_shards: 3

output.logstash:

# The Logstash hosts

hosts: ["localhost:5044"]

* * *

## logstash.conf:

input {  
beats {  
port =\> 5044  
}  
}

output {  
elasticsearch {  
hosts =\> "localhost:9200"  
}  
}

* * *

## kibana.yml:

server.port: 5601

server.host: "localhost"

elasticsearch.url: "[http://localhost:9200](http://localhost:9200)"

## kibana.index: ".kibana"

I using logstash.yml and elasticsearch.yml as default.

Thanks in advance

---

<div class="post-metadata">

### Author: ![brjisc](https://avatars.discourse-cdn.com/v4/letter/b/6bbea6/32.png) [@brjisc](https://discuss.elastic.co/u/brjisc)
#### Post date: [August 24, 2018, 2:34pm UTC](https://discuss.elastic.co/t/filebeat-not-sending-log-files/144911/2 "2018-08-24T14:34:00Z")

</div>

enabled should be set to true

filebeat.inputs:

- type: log  
enabled: true

---

<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: [September 21, 2018, 2:34pm UTC](https://discuss.elastic.co/t/filebeat-not-sending-log-files/144911/3 "2018-09-21T14:34:01Z")

</div>

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