Docker-compose fully working with vulnwhisperer integrated (#90)
* ignore nessus requests warnings * docker-compose fully working with vulnwhisperer integrated * remove comments docker-compose * documenting docker-compose * Readme corrections * fix after recheck everything works out of the box * fix exits that break the no specified section execution mode * fix docker qualysapi issue, updated README * revert change on deps/qualysapi/qualysapi/util.py (no effect) * temporarily changed Dockerfile link to the working one
This commit is contained in:
6
docker/logstash.yml
Normal file
6
docker/logstash.yml
Normal file
@ -0,0 +1,6 @@
|
||||
path.data: /var/lib/logstash
|
||||
path.config: /etc/logstash/conf.d
|
||||
#path.logs: /var/log/logstash
|
||||
xpack.monitoring.elasticsearch.url: [ "vulnwhisp-es1.local:9200" ]
|
||||
xpack.monitoring.elasticsearch.username: "elastic"
|
||||
xpack.monitoring.elasticsearch.password: "changeme"
|
Reference in New Issue
Block a user