# Filebeat Module Problem

**URL:** https://discuss.elastic.co/t/filebeat-module-problem/219042
**Category:** Beats
**Tags:** filebeat
**Created:** [February 12, 2020, 4:19pm UTC](https://discuss.elastic.co/t/filebeat-module-problem/219042 "2020-02-12T16:19:33Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![weasel87](https://avatars.discourse-cdn.com/v4/letter/w/848f3c/32.png) [@weasel87](https://discuss.elastic.co/u/weasel87)
#### Post date: [February 12, 2020, 4:19pm UTC](https://discuss.elastic.co/t/filebeat-module-problem/219042/1 "2020-02-12T16:19:33Z")

</div>

I want to send cisco firewall logs to my elastic statck so I was trying to setup the siem for Cisco. I already have filebeat installed, so the next step is to enable the cisco module. This is what doesn't work.  
root@elastic:/etc/filebeat# filebeat modules enable cisco  
Error in modules manager: modules management requires 'filebeat.config.modules.path' setting  
I'm sure its something simple, but I can't verify. Is it just adding the path to filebeat.yml? If so, what is the correct syntax?

---

<div class="post-metadata">

### Author: ![faec](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/faec/32/46988_2.png) [@faec](https://discuss.elastic.co/u/faec)
#### Post date: [February 14, 2020, 6:52pm UTC](https://discuss.elastic.co/t/filebeat-module-problem/219042/2 "2020-02-14T18:52:02Z")

</div>

This should already be set if you start from the default `filebeat.yml` that comes with the Filebeat package, otherwise you probably want to add the line `filebeat.config.modules.path: ${path.config}/modules.d/*.yml` (which is the default setting, and tells it to look in the `modules.d` directory inside the Filebeat package)

---

<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: [March 13, 2020, 6:52pm UTC](https://discuss.elastic.co/t/filebeat-module-problem/219042/3 "2020-03-13T18:52:14Z")

</div>

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