Skip to content

Change format of abuse detection logging

John Mason requested to merge change-abuse-logging-format into master

What does this MR do and why?

Change format of abuse detection logging

It is better for abuse.messages to be a more generic array of strings so Elasticsearch does not have to create mappings for every single field that is validated.

Screenshots or screen recordings

This is how logging looks like in Staging right now. See how there are multiple columns? This MR will combine all of the messages into a single column: abuse.messages from the SeachController.

image

How to set up and validate locally

N/A

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by John Mason

Merge request reports

Loading