Trying to integrate thirdparty filebeat module snort #9886
Replies: 5 comments 16 replies
-
What does your Filebeat config look like? |
Beta Was this translation helpful? Give feedback.
-
Looking more for you pillar entry in your
|
Beta Was this translation helpful? Give feedback.
-
How are you planning to read? From a file? |
Beta Was this translation helpful? Give feedback.
-
What is the architecture? Is this a standalone node? What are the resources on the server (RAM, CPU, etc.)? |
Beta Was this translation helpful? Give feedback.
-
Going back to my statement above, we support Suricata, not Snort. If Filebeat is not starting, I would look at the logs, both Filebeat and Docker to see why. Also, make sure the module config is correct with the correct YAML formatting. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to integrate thirdparty filebeat module snort in securityonion manager node and I have followed the steps mentioned here: https://docs.securityonion.net/en/2.3/filebeat.html#modules
but I am getting the following error:
ERROR:
local:
Data failed to compile:
/var/cache/salt/minion/files/base/filebeat/modules.map.jinja(11):
[...]
{% set MODULESENABLED = [] %}
{% for module in MODULESMERGED.modules.keys() %}
{% set ENABLEDFILESETS = {} %}
{% for fileset in MODULESMERGED.modules[module] %}
{% if MODULESMERGED.modules[module][fileset].get('enabled', False) %} <======================
{% do ENABLEDFILESETS.update({'module': module, fileset: MODULESMERGED.modules[module][fileset]}) %}
{% endif %}
{% endfor %}
{% if ENABLEDFILESETS|length > 0 %}
{% do MODULESENABLED.append(ENABLEDFILESETS) %}
[...]
Can anyone help me solve it?
Beta Was this translation helpful? Give feedback.
All reactions