summaryrefslogtreecommitdiffstats
path: root/public/cypress/fixtures/doneSaveSimpleMap.json
blob: eb637be4877641c2bc72c5d5d34105bfb97bb66f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "version": "4.1",
  "eventType": "syslogFields",
  "description": "newRule2",
  "uid": "57612d40-c66d-4a5a-95c3-0165564f837d",
  "phase": "phase_1",
  "condition": null,
  "actions": [
    {
      "map": {
        "default": "",
        "haveDefault": false,
        "values": [
          { "key": "Key1", "value": "Key1" },
          { "key": "Key2", "value": "Key2" }
        ]
      },
      "actionType": "map",
      "from": {
        "regex": "",
        "state": "closed",
        "values": [{ "value": "" }, { "value": "" }],
        "value": "test"
      },
      "target": "event.commonEventHeader.eventId",
      "id": "e340ab50-423b-11e8-94f2-3dd2f158c314"
    }
  ]
}