mirror of
https://github.com/certat/intelmq-docker.git
synced 2025-12-06 09:12:49 +01:00
40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
{
|
|
"accuracy": 100,
|
|
"destination_pipeline_broker": "redis",
|
|
"destination_pipeline_db": 2,
|
|
"destination_pipeline_host": "127.0.0.1",
|
|
"destination_pipeline_password": null,
|
|
"destination_pipeline_port": 6379,
|
|
"error_dump_message": true,
|
|
"error_log_exception": true,
|
|
"error_log_message": false,
|
|
"error_max_retries": 3,
|
|
"error_procedure": "pass",
|
|
"error_retry_delay": 15,
|
|
"http_proxy": null,
|
|
"http_timeout_max_tries": 3,
|
|
"http_timeout_sec": 30,
|
|
"http_user_agent": "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36",
|
|
"http_verify_cert": true,
|
|
"https_proxy": null,
|
|
"load_balance": false,
|
|
"log_processed_messages_count": 500,
|
|
"log_processed_messages_seconds": 900,
|
|
"logging_handler": "file",
|
|
"logging_level": "INFO",
|
|
"logging_path": "/opt/intelmq/var/log/",
|
|
"logging_syslog": "/dev/log",
|
|
"process_manager": "intelmq",
|
|
"rate_limit": 0,
|
|
"source_pipeline_broker": "redis",
|
|
"source_pipeline_db": 2,
|
|
"source_pipeline_host": "127.0.0.1",
|
|
"source_pipeline_password": null,
|
|
"source_pipeline_port": 6379,
|
|
"ssl_ca_certificate": null,
|
|
"statistics_database": 3,
|
|
"statistics_host": "127.0.0.1",
|
|
"statistics_password": null,
|
|
"statistics_port": 6379
|
|
}
|