
* Created the version 6 for ELK. Fixed #135 * Needed to make sure all the data volumes were set up properly. Some paths had VulnWhisperer, vulnwhisperer, vulnwhisp/data. * Delete 9998_output_broker_rabbitmq.conf * Delete 9998_input_broker_rabbitmq.conf * Delete 0001_input_beats.conf * add to gitignore creds files + correct elk5 docker-compose * elk changed to 6.6.0 from 6.5.2, output path from logstash to elasticsearch host
10 lines
305 B
YAML
10 lines
305 B
YAML
node.name: logstash
|
|
path.config: /usr/share/logstash/pipeline/
|
|
path.data: /tmp
|
|
queue.drain: true
|
|
queue.type: persisted
|
|
xpack.monitoring.elasticsearch.password: changeme
|
|
xpack.monitoring.elasticsearch.url: elasticsearch:9200
|
|
xpack.monitoring.elasticsearch.username: elastic
|
|
xpack.monitoring.enabled: false
|