Actions
Feature #2923
closed
VJ
SB
suricata-verify: eve2test util
Feature #2923:
suricata-verify: eve2test util
Effort:
Difficulty:
Label:
Description
The suricata-verify test.yaml contains a great way to create regression tests. However creating the test files is tedious. It usually involves taking a eve.json record and then manually creating a matching test.yaml.
I would like to have a small util script in python, that converts an eve.json to the test.yaml format.
Something like:
eve2test eve.json > test.yaml
Actions