github.com/crowdsecurity/crowdsec@v1.6.1/pkg/parser/tests/reverse-dns-enrich/test.yaml (about)

     1  #these are the events we input into parser
     2  lines:
     3    - Enriched:
     4        IpToResolve: 1.1.1.1
     5    - Enriched:
     6        IpToResolve: 1.2.3.4
     7  #these are the results we expect from the parser
     8  results:
     9    - Enriched:
    10        reverse_dns: one.one.one.one.
    11        IpToResolve: 1.1.1.1
    12      Meta:
    13        did_dns_succeeded: yes
    14      Process: true
    15      Stage: s00-raw
    16    - Enriched:
    17        IpToResolve: 1.2.3.4
    18      Meta:
    19        did_dns_succeeded: no
    20      Process: true
    21      Stage: s00-raw