mirror of
https://github.com/Lanakod-Networks/snort-docker.git
synced 2025-07-04 21:36:37 +03:00
27 lines
527 B
YAML
27 lines
527 B
YAML
filebeat.inputs:
|
|
- type: filestream
|
|
id: default-filestream
|
|
paths:
|
|
- ingest_data/*.txt
|
|
- ingest_data/*.log
|
|
|
|
filebeat.autodiscover:
|
|
providers:
|
|
- type: docker
|
|
hints.enabled: true
|
|
|
|
processors:
|
|
- add_docker_metadata: ~
|
|
|
|
setup.kibana:
|
|
host: ${KIBANA_HOSTS}
|
|
username: ${ELASTIC_USER}
|
|
password: ${ELASTIC_PASSWORD}
|
|
|
|
output.elasticsearch:
|
|
hosts: ${ELASTIC_HOSTS}
|
|
username: ${ELASTIC_USER}
|
|
password: ${ELASTIC_PASSWORD}
|
|
ssl.enabled: true
|
|
ssl.certificate_authorities: "certs/ca/ca.crt"
|