Suricata
Suricata is network monitor with a rule matching engine to detect threats. Use Tenzir to acquire, process, and store Suricata logs.
Examples
Ingest EVE JSON logs into a node
EVE JSON is the log format in which Suricata generates events.
A typical Suricata configuration looks like this:
The filetype
setting determines how you'd process the log file and defaults to
regular
.
Onboard Suricata EVE JSON logs as follows:
If your set filetype
to unix_stream
, you need to create a Unix domain socket
first, e.g., like this:
Then use the same pipeline as above; Tenzir automatically detects the file type.