public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] suricata: Enable EVE logging
@ 2019-06-04 13:00 Erik Kapfer
  2019-06-05  8:53 ` Michael Tremer
  0 siblings, 1 reply; 6+ messages in thread
From: Erik Kapfer @ 2019-06-04 13:00 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 797 bytes --]

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(a)ipfire.org>
---
 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=/usr/lib \
+		--with-libjansson-includes=/usr/include \
 		--disable-suricata-update
 	cd $(DIR_APP) && make $(MAKETUNING)
 	cd $(DIR_APP) && make install
-- 
2.12.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-06-06 17:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-04 13:00 [PATCH] suricata: Enable EVE logging Erik Kapfer
2019-06-05  8:53 ` Michael Tremer
2019-06-05 15:27   ` ummeegge
2019-06-05 17:10     ` Stefan Schantl
2019-06-06  7:54       ` Michael Tremer
2019-06-06 17:40         ` ummeegge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox