# Indentation issue with apache module ( Filebeat 7.5 )

**URL:** https://discuss.elastic.co/t/indentation-issue-with-apache-module-filebeat-7-5/213435
**Category:** Beats
**Tags:** beats-module, filebeat
**Created:** [December 31, 2019, 10:25am UTC](https://discuss.elastic.co/t/indentation-issue-with-apache-module-filebeat-7-5/213435 "2019-12-31T10:25:04Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![IneedHelp](https://avatars.discourse-cdn.com/v4/letter/i/eada6e/32.png) [@IneedHelp](https://discuss.elastic.co/u/IneedHelp)
#### Post date: [December 31, 2019, 10:25am UTC](https://discuss.elastic.co/t/indentation-issue-with-apache-module-filebeat-7-5/213435/1 "2019-12-31T10:25:04Z")

</div>

Hello,  
I have a problem with the apache module of filebeat ( version 7.5). I followed the next tutorial : [Apache module | Filebeat Reference [8.11] | Elastic](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-module-apache.html) but when i execute filebeat, filebeat returns this error :

> Exiting: 1 error: invalid config: yaml: line 13: could not find expected ':'

i think this is an indentation problem in the file : "apache.yml" but i don't find it  
Do you have any idea ?  
apache.yml:

```
#Module: apache
#Docs: https://www.elastic.co/guide/en/beats/filebeat/7.5/filebeat-module-apache.html
- module: apache
  #Access logs
  access:
    enabled: true
    #Set custom paths for the log files. If left empty,
    #Filebeat will choose the paths depending on your OS.
    var.paths:["path/AccessLog/*.log"]
  #Error logs
  error:
    enabled: true
    #Set custom paths for the log files. If left empty,
    #Filebeat will choose the paths depending on your OS.
    var.paths:["path/ErrorLog/*.log"]

```

---

<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 28, 2020, 10:25am UTC](https://discuss.elastic.co/t/indentation-issue-with-apache-module-filebeat-7-5/213435/2 "2020-01-28T10:25:09Z")

</div>

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