Breaking changes
- Elasticsearch and OpenSearch now verify SSL certificates by default when
ssl = True, even without acert_path - Added
skip_certificate_verificationoption to theelasticsearchandopensearchconfiguration sections for consistency withsplunk_hec
Fixed
- Splunk HEC
skip_certificate_verificationnow works correctly - SMTP TLS reports no longer fail when saving to multiple output targets (e.g. Elasticsearch and OpenSearch) due to in-place mutation of the report dict
- Output client initialization errors now identify which module failed (e.g. "OpenSearch: ConnectionError..." instead of generic "Output client error")