Hi!
In my setup, the "eve" log files are separated by category.
Using the Suricata module, how can I send both eve files to elastic? is it possible to use the example below?
- module: suricata
eve:
enabled: true
var.paths: ["/my/path/suricata-events.json"]
var.paths: ["/my/path/suricata-alerts.json"]