From 4241bb08b85101673a08ffcdbecfc155d3ca7bc9 Mon Sep 17 00:00:00 2001 From: weslambert Date: Wed, 2 Jun 2021 16:37:43 -0400 Subject: [PATCH] Add suricata/zeek until we migrate templates --- .../templates/so/so-common-template.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/salt/elasticsearch/templates/so/so-common-template.json b/salt/elasticsearch/templates/so/so-common-template.json index 214e5c691..919cb521a 100644 --- a/salt/elasticsearch/templates/so/so-common-template.json +++ b/salt/elasticsearch/templates/so/so-common-template.json @@ -527,12 +527,20 @@ "version":{ "type":"long" } - } - }, + } + }, "x509":{ "type":"object", "dynamic": true - } + }, + "suricata":{ + "type":"object", + "dynamic": true + }, + "zeek":{ + "type":"object", + "dynamic": true + }, } } }