mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-15 13:53:58 +02:00
27 lines
486 B
YAML
27 lines
486 B
YAML
#these are the events we input into parser
|
|
lines:
|
|
- Meta:
|
|
test: test1
|
|
source_ip: 8.8.8.8
|
|
- Meta:
|
|
test: test2
|
|
source_ip: 192.168.0.1
|
|
#these are the results we expect from the parser
|
|
results:
|
|
- Process: true
|
|
Enriched:
|
|
IsoCode: US
|
|
IsInEU: false
|
|
ASNOrg: Google LLC
|
|
Meta:
|
|
source_ip: 8.8.8.8
|
|
- Process: true
|
|
Enriched:
|
|
IsInEU: false
|
|
IsoCode:
|
|
ASNOrg:
|
|
Meta:
|
|
source_ip: 192.168.0.1
|
|
|
|
|
|
|