* docker-fixes: (33 commits)
fix test output
set default path and fix restore
Set limit to bail out on
increase timeout for ES sync
restore deleted files
Test updates
Move vulnwhisperer tests to a script
standardise /tmp to /opt
Update test
Add docker test script
Expose Logstash API port
sudo chown
fix
Fix permissions for ES
Fix build command
Test travis docker
update kibana objects to match template
update index template
Retry template installation a few times
Add initial ELK6 index template
...
# Conflicts:
# .travis.yml
# configs/test.ini
# docker-compose-test.yml
# docker-compose.v6.yml
# resources/elk5-old_compatibility/logstash/1000_nessus_process_file.conf
# resources/elk6/init_kibana.sh
# resources/elk6/pipeline/1000_nessus_process_file.conf
# resources/elk6/pipeline/2000_qualys_web_scans.conf
# resources/elk6/pipeline/3000_openvas.conf
* Fix closing logging handlers
* Fix *some* unicode issues for nessus and qualys
* Prevent multiple requests to nessus scans endpoint
* More unicode fixes
* Remove unnecessary call
* Fix whitespace
* Add mock module and argument
* Add test config and data
* Fix whitespace again
* Disable qualys_web until data is available
* Use logging module
* Delete report_tracker.db
* Cleanup mock calls
* Add httpretty to requirements
* Refactor into a class
* Updates travis tests
* Fix exit codes
* Remove print statements
* Remove test
* Add test directory as submodule