]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
suricata: Enable EVE logging
authorErik Kapfer <ummeegge@ipfire.org>
Tue, 4 Jun 2019 13:00:24 +0000 (15:00 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 5 Jun 2019 11:44:49 +0000 (12:44 +0100)
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 <ummeegge@ipfire.org>
Acked-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/suricata

index 31092060631cbb99764621cdc53d0fb152a99aa0..6f779d875935c11ae6b7506837aa8f763944bc57 100644 (file)
@@ -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