aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/suricata/src/suricata.c
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/suricata/src/suricata.c')
-rw-r--r--framework/src/suricata/src/suricata.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/framework/src/suricata/src/suricata.c b/framework/src/suricata/src/suricata.c
index 7c661e19..6c45c57e 100644
--- a/framework/src/suricata/src/suricata.c
+++ b/framework/src/suricata/src/suricata.c
@@ -102,6 +102,8 @@
#include "output-json.h"
+#include "output-json-template.h"
+
#include "stream-tcp.h"
#include "source-nfq.h"
@@ -897,6 +899,9 @@ void RegisterAllModules()
/* json stats */
TmModuleJsonStatsLogRegister();
+ /* Template JSON logger. */
+ TmModuleJsonTemplateLogRegister();
+
/* log api */
TmModulePacketLoggerRegister();
TmModuleTxLoggerRegister();