From 17e02b3b61e2aefbcf7b8782d04fb1d3c623979e Mon Sep 17 00:00:00 2001 From: ftnt-cse <39757299+ftnt-cse@users.noreply.github.com> Date: Tue, 15 Feb 2022 15:34:25 +0400 Subject: [PATCH] info_updates --- fortisoar-soc-simulator/info.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/fortisoar-soc-simulator/info.json b/fortisoar-soc-simulator/info.json index d9bbdc1..06f7435 100644 --- a/fortisoar-soc-simulator/info.json +++ b/fortisoar-soc-simulator/info.json @@ -224,7 +224,18 @@ "type": "textarea", "name": "alert_json", "value": "" - } + }, + { + "title": "Fields To Ignore", + "tooltip": "CSV of the fields to be ignored from the Alert data when the alert is created", + "required": false, + "editable": true, + "visible": true, + "type": "text", + "name": "fields_to_ignore", + "placeholder":"uuid,@id,id,respDueDate,ackDate,respDate,dueBy,sourceId,state", + "value": "" + } ] } ],