I'm trying to write a (very simple) custom format for a Suricata alert for ingest into a Python application I have written.
In the documentation I've found, it indicates that some fields, like "- http-log:", support a 'customvalue' option. I'm trying to determine if the "-fast" section, which generates the alerts I'm interested in, supports custom formats as well.
If anyone has ever written a custom alert format for Suricata's fast.log I would be interested to learn how you did it. Thanks in advance for your time and help.