crowdsec/pkg/parser/tests/geoip-enrich/test.yaml

27 lines
471 B
YAML
Raw Normal View History

2020-05-15 09:39:16 +00:00
#these are the events we input into parser
lines:
- Meta:
test: test1
source_ip: 1.0.0.1
2020-05-15 09:39:16 +00:00
- Meta:
test: test2
source_ip: 192.168.0.1
#these are the results we expect from the parser
results:
- Process: true
Enriched:
IsInEU: false
ASNOrg: "Google Inc."
2020-05-15 09:39:16 +00:00
Meta:
source_ip: 1.0.0.1
2020-05-15 09:39:16 +00:00
- Process: true
Enriched:
IsInEU: false
IsoCode:
ASNOrg:
Meta:
source_ip: 192.168.0.1