From c49e03657486fb0f6f5f0604e6e85f3d9e319107 Mon Sep 17 00:00:00 2001 From: GITHUB_USERNAME Date: Thu, 19 Dec 2024 16:49:43 -0400 Subject: [PATCH] add newlines to fix formatting --- docs/developer_manual/services/advanced/partial_results.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/developer_manual/services/advanced/partial_results.md b/docs/developer_manual/services/advanced/partial_results.md index c3b1e29f1..28df9394c 100644 --- a/docs/developer_manual/services/advanced/partial_results.md +++ b/docs/developer_manual/services/advanced/partial_results.md @@ -61,6 +61,7 @@ monitored_keys: The set of keys that can be used by services for monitoring must be configured at the system level. New fields can be added by setting them under the `submission.temporary_keys` configuration field. What aggregation will be used to combine temporary data from different services must be set for each key. Available options are: + - `union` - Keep this key as a submission wide list merging equal items - `overwrite` - Keep this key submission wide on a "last write wins" basis @@ -76,6 +77,7 @@ submission: ### Defaults By default all systems are configured with some keys active that will contain at minimum: + - `passwords`: union, a list of possible passwords related to this submission extracted from different parts of the submitted file. - `email_body`: union, a list of words found in email bodies embedded into this submission.