Actions
Feature #5461
openeve: Use threaded output by default
Description
Change the default configuration setting of eve-log.threaded to on (enabled).
eve.json file but it also imposes the following change:
eve.jsonwill no longer be written to. Instead, multiple files nameeve.N.jsonwill be created (one for each Suricata thread that adds entries to the EVE log)
This requires upstream handling of the EVE log to be aware that the EVE log contents are spread among the collection of eve.N.json files. Workflow processing must be cognizant of this. Individual log entries in each file continue to be timestamped so the entries could be time-stitched into a singular storage entity.
Actions