From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] suricata: Enable EVE logging Date: Tue, 04 Jun 2019 15:00:24 +0200 Message-ID: <20190604130024.15439-1-ummeegge@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0488408777290832394==" List-Id: --===============0488408777290832394== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The EVE output facility outputs alerts, metadata, file info and protocol spec= ific records through JSON. for further informations please see --> https://suricata.readthedocs.io/en/su= ricata-4.1.2/output/eve/index.html . Signed-off-by: Erik Kapfer --- lfs/suricata | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lfs/suricata b/lfs/suricata index 310920606..6f779d875 100644 --- a/lfs/suricata +++ b/lfs/suricata @@ -80,6 +80,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --enable-nfqueue \ --disable-static \ --disable-python \ + --with-libjansson-libraries=3D/usr/lib \ + --with-libjansson-includes=3D/usr/include \ --disable-suricata-update cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install --=20 2.12.2 --===============0488408777290832394==--