From 3e0e41be327f4062d778c9d34f645d7d80f8772f Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 16 Sep 2020 11:41:21 -0400 Subject: [PATCH] Update changes.json --- salt/soc/files/soc/changes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/soc/files/soc/changes.json b/salt/soc/files/soc/changes.json index 1e5a1404b..c33194a1a 100644 --- a/salt/soc/files/soc/changes.json +++ b/salt/soc/files/soc/changes.json @@ -23,6 +23,6 @@ { "summary": "Limiting PCAP jobs to extract at most 2GB from a sensor to avoid users accidentally requesting unreasonably large PCAP via the web interface" }, { "summary": "so-test is back - run it to easily replay PCAPs and verify that all the components are working as expected (Requires Internet Access)" }, { "summary": "New Elasticsearch subfield (".security") based on the new community-driven analyzer from @neu5ron - https://github.com/neu5ron/es_stk" }, - { "summary": "Playbook now uses the new .security subfield for case-insensitive wildcard searches"} + { "summary": "Playbook now uses the new .security subfield for case-insensitive wildcard searches" } ] }