github.com/crowdsecurity/crowdsec@v1.6.1/pkg/leakybucket/tests/simple-trigger-reprocess/test.json (about) 1 { 2 "lines": [ 3 { 4 "Line": { 5 "Labels": { 6 "type": "testlog" 7 }, 8 "Raw": "xxheader VALUE1 trailing stuff" 9 }, 10 "MarshaledTime": "2020-01-01T10:00:00+00:00", 11 "Meta": { 12 "source_ip": "1.2.3.4" 13 } 14 } 15 ], 16 "results": [ 17 { 18 "Alert": { 19 "sources": { 20 "1.2.3.4": { 21 "scope": "Ip", 22 "value": "1.2.3.4", 23 24 "ip": "1.2.3.4" 25 } 26 }, 27 "Alert" : { 28 "scenario": "test/simple-trigger-reprocess", 29 "events_count": 1 30 } 31 32 } 33 }, 34 { 35 "Alert": { 36 "sources": { 37 "1.2.3.4": { 38 "scope": "Ip", 39 "value": "1.2.3.4", 40 41 "ip": "1.2.3.4" 42 } 43 }, 44 "Alert" : { 45 "scenario": "test/simple-postoverflow-scenario", 46 "events_count": 1 47 } 48 49 } 50 } 51 ] 52 }