redat
06/15/2023, 1:29 PMsuricata configuration file, there are some syntax that conflicts with the ERB templating syntax..
For example this line.. ERB is trying to interpret the %n because there was previously a <% ..
#default-log-format: "[%i] %t - (%f:%l) <%d> (%n) -- "
How can I tell ERB, for this line, to NOT interpret it, but still have it in the file ?