6 changed files with 34 additions and 2 deletions
@ -0,0 +1,17 @@ |
|||||||
|
filebeat.config: |
||||||
|
modules: |
||||||
|
path: ${path.config}/modules.d/*.yml |
||||||
|
reload.enabled: false |
||||||
|
|
||||||
|
filebeat.autodiscover: |
||||||
|
providers: |
||||||
|
- type: docker |
||||||
|
hints.enabled: true |
||||||
|
|
||||||
|
processors: |
||||||
|
- add_cloud_metadata: ~ |
||||||
|
|
||||||
|
output.elasticsearch: |
||||||
|
hosts: '${ELASTICSEARCH_HOSTS:elasticsearch:9200}' |
||||||
|
username: '${ELASTICSEARCH_USERNAME:}' |
||||||
|
password: '${ELASTICSEARCH_PASSWORD:}' |
||||||
@ -0,0 +1,4 @@ |
|||||||
|
#!/bin/bash |
||||||
|
|
||||||
|
systemctl start suricata |
||||||
|
systemctl enable suricata |
||||||
Loading…
Reference in new issue