You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The save_smtp_tls_report_to_opensearch method is looking for a field named org_name in the TLS-RPT object, which is not what's described by RFC8460. Meanwhile, the Elasticsearch storage's save_smtp_tls_report_to_elasticsearch correctly looks for organization_name. It appears that the fixes in f3206dc/#477 did not get mirrored over to opensearch.py, and the two modules have diverged a little bit.
The
save_smtp_tls_report_to_opensearch
method is looking for a field namedorg_name
in the TLS-RPT object, which is not what's described by RFC8460. Meanwhile, the Elasticsearch storage'ssave_smtp_tls_report_to_elasticsearch
correctly looks fororganization_name
. It appears that the fixes in f3206dc/#477 did not get mirrored over toopensearch.py
, and the two modules have diverged a little bit.Backtrace:
The text was updated successfully, but these errors were encountered: