Skip to content

Commit

Permalink
info_updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ftnt-cse committed Feb 15, 2022
1 parent 5c14fb3 commit 17e02b3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion fortisoar-soc-simulator/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
}
]
}
],
Expand Down

0 comments on commit 17e02b3

Please sign in to comment.