# Unable to send logstash files

**URL:** https://discuss.elastic.co/t/unable-to-send-logstash-files/148873
**Category:** Beats
**Tags:** filebeat
**Created:** [September 17, 2018, 6:43pm UTC](https://discuss.elastic.co/t/unable-to-send-logstash-files/148873 "2018-09-17T18:43:28Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![quetiMPorta](https://avatars.discourse-cdn.com/v4/letter/q/bc79bd/32.png) [@quetiMPorta](https://discuss.elastic.co/u/quetiMPorta)
#### Post date: [September 17, 2018, 6:43pm UTC](https://discuss.elastic.co/t/unable-to-send-logstash-files/148873/1 "2018-09-17T18:43:28Z")

</div>

I have filebeat running as a Windows Service and configured to use logstash to send files to [logz.io](http://logz.io) ([listener.logz.io](http://listener.logz.io)).

Based on the registry and filebeat.log, it appears that filebeat is able to detect new files to process, however, I do not see any logs on [logz.io](http://logz.io) and running Wireshark on the VM doesn't show any activity.

Is it possible that filebeat is not sending out a file that it has processed?

Running: filebeat 6.3.2

```
############################# Filebeat #####################################
filebeat:
  prospectors:
    -
      paths:
        - S:\alerts\*.json
      fields:
        logzio_codec: json
        token: XXXXX
      fields_under_root: true
      encoding: utf-8
      ignore_older: 3h
  registry_file: 'C:\Program Files\Filebeat\registry'
############################# Output ##########################################
output:
  logstash:
    hosts: ["listener.logz.io:5015"]

######### The below configuration is used for Filebeat 1.3 or lower
    tls:
      certificate_authorities: ['C:\Program Files\Filebeat\Logzio.crt']
######## The below configuration is used for Filebeat 5.0 or higher      
    ssl:
      certificate_authorities: ['C:\Program Files\Filebeat\Logzio.crt']

logging.level: debug
logging.to_files: true
logging.files:
  path: 'C:\Program Files\Filebeat'
  name: filebeat.log
```

---

<div class="post-metadata">

### Author: ![jsoriano](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jsoriano/32/27920_2.png) [@jsoriano](https://discuss.elastic.co/u/jsoriano)
#### Post date: [September 19, 2018, 10:26am UTC](https://discuss.elastic.co/t/unable-to-send-logstash-files/148873/2 "2018-09-19T10:26:52Z")

</div>

Hi @quetiMPorta and welcome 🙂

Indeed your configuration looks fine, can you see any connectivity problem in the filebeat logs?  
It'd be interesting to check also the logstash logs.

---

<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: [October 17, 2018, 10:26am UTC](https://discuss.elastic.co/t/unable-to-send-logstash-files/148873/3 "2018-10-17T10:26:59Z")

</div>

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