From 21a838238378b531551f42e2c582f0c5f82ca26f Mon Sep 17 00:00:00 2001 From: Erik Kapfer Date: Tue, 4 Jun 2019 15:00:24 +0200 Subject: [PATCH] suricata: Enable EVE logging The EVE output facility outputs alerts, metadata, file info and protocol specific records through JSON. for further informations please see --> https://suricata.readthedocs.io/en/suricata-4.1.2/output/eve/index.html . Signed-off-by: Erik Kapfer Acked-by: Stefan Schantl Signed-off-by: Michael Tremer --- lfs/suricata | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lfs/suricata b/lfs/suricata index 3109206063..6f779d8759 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=/usr/lib \ + --with-libjansson-includes=/usr/include \ --disable-suricata-update cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install -- 2.39.2