diff options
Diffstat (limited to 'public/cypress/fixtures/doneSaveEditSimpleCopy.json')
-rw-r--r-- | public/cypress/fixtures/doneSaveEditSimpleCopy.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/public/cypress/fixtures/doneSaveEditSimpleCopy.json b/public/cypress/fixtures/doneSaveEditSimpleCopy.json new file mode 100644 index 0000000..cf6344c --- /dev/null +++ b/public/cypress/fixtures/doneSaveEditSimpleCopy.json @@ -0,0 +1,21 @@ +{ + "version": "4.1", + "eventType": "syslogFields", + "description": "newRule", + "uid": "f620724b-7170-43e1-8a8b-55e98cabe658", + "phase": "sto2", + "condition": null, + "actions": [ + { + "actionType": "copy", + "from": { + "regex": "", + "state": "closed", + "values": [{ "value": "" }, { "value": "" }], + "value": "aB" + }, + "target": "event.commonEventHeader.domain", + "id": "296bcdd0-1d20-11e8-a96d-298fbe0cb0fd" + } + ] +} |