Fixed
- Output client initialization now retries up to 4 times with exponential backoff before exiting. This fixes persistent
Connection refusederrors in Docker when OpenSearch or Elasticsearch is momentarily unavailable at startup. - Use tuple format for
http_authin OpenSearch and Elasticsearch connections, matching the documented convention and avoiding potential issues if the password contains a colon. - Fix current_time format for MSGraphConnection (current-time) (PR #708)
Changes
- Added debug logging to all output client initialization (S3, syslog, Splunk HEC, Kafka, GELF, webhook, Elasticsearch, OpenSearch).
DEBUG=trueandPARSEDMARC_DEBUG=trueare now accepted as short aliases forPARSEDMARC_GENERAL_DEBUG=true.