# Multiple filebeats to a server ELK in docker

**URL:** https://discuss.elastic.co/t/multiple-filebeats-to-a-server-elk-in-docker/263836
**Category:** Beats
**Tags:** docker, filebeat
**Created:** [February 10, 2021, 6:48am UTC](https://discuss.elastic.co/t/multiple-filebeats-to-a-server-elk-in-docker/263836 "2021-02-10T06:48:15Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![ChrsMark](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/chrsmark/32/55858_2.png) [@ChrsMark](https://discuss.elastic.co/u/ChrsMark)
#### Post date: [February 10, 2021, 3:21pm UTC](https://discuss.elastic.co/t/multiple-filebeats-to-a-server-elk-in-docker/263836/4 "2021-02-10T15:21:50Z")

</div>

Ok, let's isolate the different pieces:

1. Can you run filebeat in debug mode and check if logs are collected from `apache` logs' directory? Btw, do you enable apache module? In the config you sent (filebeat.yml) it's not clear if you actually enable any modules.
2. If filebeat is properly configured and is able to collect logs from apache then we need to check if it is able to send the events to Logstash. In this you will need to check in Filebeat's/Logstash's logs to check if any errors occur (mostly network errors).

Let's start with these steps and keep iterating on this.

---

_[View the full topic](https://discuss.elastic.co/t/multiple-filebeats-to-a-server-elk-in-docker/263836)._
