# Cant get apache module working

**URL:** https://discuss.elastic.co/t/cant-get-apache-module-working/112869
**Category:** Beats
**Tags:** filebeat
**Created:** [December 21, 2017, 5:50pm UTC](https://discuss.elastic.co/t/cant-get-apache-module-working/112869 "2017-12-21T17:50:31Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Pavan\_Kumar1](https://avatars.discourse-cdn.com/v4/letter/p/46a35a/32.png) [@Pavan\_Kumar1](https://discuss.elastic.co/u/Pavan_Kumar1)
#### Post date: [December 21, 2017, 5:50pm UTC](https://discuss.elastic.co/t/cant-get-apache-module-working/112869/1 "2017-12-21T17:50:31Z")

</div>

Hi,

I installed filebeat on client server. And used the following guide to start filebeat with apache2 module: [https://www.elastic.co/guide/en/beats/filebeat/5.3/filebeat-modules-quickstart.html](https://www.elastic.co/guide/en/beats/filebeat/5.3/filebeat-modules-quickstart.html)  
I used the default settings for .json files filebeat.template-es2x.json and filebeat.template.json.

I updated my filebeat.yml to the following:

#========================== Modules configuration ============================  
filebeat.modules:

#------------------------------- Apache2 Module ------------------------------

- module: apache2
# Access logs
access:  
enabled: true  
var.paths: ["/var/log/apache2/access.log"]  
error:  
enabled: true  
var.paths: ["/var/log/apache2/error.log"]
# Set custom paths for the log files. If left empty,

# Filebeat will choose the paths depending on your OS.

# var.paths: ["/var/logs/httpd"]

I am using the following command to start my filebeat:  
nohup /usr/share/filebeat/bin/filebeat -e -modules=apache2 -setup &

Filebeat starts fine but I cant see any apache information in my Kibana. The article suggests it would show up in Kibana. I am not seeing any errors in my logs. Can anyone please help? Thanks.

---

<div class="post-metadata">

### Author: ![Christian\_Dahlqvist](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/christian_dahlqvist/32/4617_2.png) [@Christian\_Dahlqvist](https://discuss.elastic.co/u/Christian_Dahlqvist)
#### Post date: [December 21, 2017, 7:26pm UTC](https://discuss.elastic.co/t/cant-get-apache-module-working/112869/2 "2017-12-21T19:26:03Z")

</div>

Filebeat modules use an ingest pipeline to parse the data, so Elasticsearch 5.x or higher will be required.

---

<div class="post-metadata">

### Author: ![Pavan\_Kumar1](https://avatars.discourse-cdn.com/v4/letter/p/46a35a/32.png) [@Pavan\_Kumar1](https://discuss.elastic.co/u/Pavan_Kumar1)
#### Post date: [December 27, 2017, 3:46pm UTC](https://discuss.elastic.co/t/cant-get-apache-module-working/112869/3 "2017-12-27T15:46:51Z")

</div>

got it thank you.

---

<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 24, 2018, 3:47pm UTC](https://discuss.elastic.co/t/cant-get-apache-module-working/112869/4 "2018-01-24T15:47:04Z")

</div>

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