Skip to content

Include advisory_xid in advisory data objects

Oscar Tovar requested to merge otovar/fix-nil-advisory-xid-logging into master

What does this MR do and why?

The data objects returned from the ingestion used the advisory_xid as the key in a hash map. Since we only used the values of the hash map, we didn't include the advisory_xid in the logging. We now include the advisory_xid in the values of the hash map, so that we can include this in Kibana logs.

Related to #441473 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Oscar Tovar

Merge request reports