diff --git a/salt/soc/files/soc/changes.json b/salt/soc/files/soc/changes.json
index 2c6f51c29..5b0204ae0 100644
--- a/salt/soc/files/soc/changes.json
+++ b/salt/soc/files/soc/changes.json
@@ -4,6 +4,7 @@
{ "summary": "Known Issues
- Once you update your grid to RC2, any new nodes that join the grid must be RC2 so if you try to join a new RC1 node it will fail. For best results, use the latest RC2 ISO (or RC2 installer from github) when joining to an RC2 grid.
- Shipping Windows Eventlogs with Osquery will fail intermittently with utf8 errors logged in the Application log. This is scheduled to be fixed in Osquery 4.5.
- When running soup to upgrade from RC1 to RC2, there is a Salt error that occurs during the final highstate. This error is related to the patch_os_schedule and can be ignored as it will not occur again in subsequent highstates.
- When Search Nodes are upgraded from RC1 to RC2, there is a chance of a race condition where certificates are missing. This will show errors in the manager log to the remote node. To fix this run the following on the search node that is having the issue:
- Stop elasticsearch - sudo so-elasticsearch-stop
- Run the SSL state - sudo salt-call state.apply ssl
- Restart elasticsearch - sudo so-elasticsearch-restart
" },
{ "summary": "Fixed an issue where the console was timing out and making it appear that the installer was hung." },
{ "summary": "Introduced Import node, which is ideal for running so-import-pcap to import pcap files and view the resulting logs in Hunt or Kibana." },
+ { "summary": "Suricata stats.log now rotates once a day. If you have a bunch of suriloss defunct processes on nodes that have it, do the following:- Stop suricata - sudo so-suricata-stop
- Remove the current stats.log - sudo rm /opt/so/log/suricata/stats.log
- Reboot the machine - shutdown -r now
" },
{ "summary": "Moved static.sls to global.sls to align the name with the functionality." },
{ "summary": "Traffic between nodes in a distributed deployment is now fully encrypted." },
{ "summary": "Playbook- Elastalert now runs active Plays every 3 minutes
- Changed default rule-update config to only import Windows rules from the Sigma Community repo
- Lots of bug fixes & stability improvements
" },
@@ -17,4 +18,4 @@
{ "summary": "SOC now allows for arbitrary, time-bounded PCAP job creation, with optional filtering by host and port." },
{ "summary": "Historical release notes can be found on our docs website: https://docs.securityonion.net/en/2.1/release-notes.html" }
]
-}
+}
\ No newline at end of file