mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 09:12:49 +01:00
Quick fix in runtime.yaml we need to add destination_pipeline_host: redis, source_pipeline_host: redis bacuase intelmqdump dont care about environment variables
This commit is contained in:
committed by
Sebastian Waldbauer
parent
ef59195dfd
commit
25166024c8
@@ -117,7 +117,7 @@ gethostbyname-2-expert:
|
|||||||
run_mode: continuous
|
run_mode: continuous
|
||||||
global: {destination_pipeline_broker: redis, process_manager: intelmq, source_pipeline_broker: redis,
|
global: {destination_pipeline_broker: redis, process_manager: intelmq, source_pipeline_broker: redis,
|
||||||
ssl_ca_certificate: null, statistics_database: 3, statistics_host: 127.0.0.1, statistics_password: null,
|
ssl_ca_certificate: null, statistics_database: 3, statistics_host: 127.0.0.1, statistics_password: null,
|
||||||
statistics_port: 6379}
|
statistics_port: 6379, destination_pipeline_host: redis, source_pipeline_host: redis}
|
||||||
malc0de-parser:
|
malc0de-parser:
|
||||||
bot_id: malc0de-parser
|
bot_id: malc0de-parser
|
||||||
description: Malc0de Parser is the bot responsible to parse the IP Blacklist and
|
description: Malc0de Parser is the bot responsible to parse the IP Blacklist and
|
||||||
|
|||||||
Reference in New Issue
Block a user