Releases
v3.5.0
Added
Show authenticated user in API logs (#67 ).
New API requests for Syscollector (#89 ):
GET/experimental/syscollector/processes
.
GET/syscollector/:agent_id/processes
.
GET/experimental/syscollector/ports
.
GET/syscollector/:agent_id/ports
.
GET/experimental/syscollector/netaddr
.
GET/syscollector/:agent_id/netaddr
.
GET/experimental/syscollector/netproto
.
GET/syscollector/:agent_id/netproto
.
GET/experimental/syscollector/netiface
.
GET/syscollector/:agent_id/netiface
.
Option to download the wpk using HTTP in UPDATE/agents/:agent_id/upgrade
. (#109 )
Rotate log files at midnight. (#117 )
New API requests for the CIS-CAT module (#142 ):
GET/experimental/ciscat/results
.
GET/ciscat/:agent_id/results
.
Changed
Renamed merged_sum
and conf_sum
fields to mergedSum
and configSum
in GET/agents/groups
(wazuh/wazuh#761 ).
Added more log levels to the output in GET/manager/logs/summary
: error
, info
, critical
, warning
and debug
(wazuh/wazuh#856 ).
Updated api-register-agent.ps1
to use TLS 1.2 (#51 ).
Input validation accepts more characters (#83 ).
Fixed
Fixed bug when reading logs with non-ascii characters in GET/manager/logs
(wazuh/wazuh#856 ).
Fixed error sorting fields that have both uppercase and lowercase characters (wazuh/wazuh#814 ).
Adapted api-register-agent.ps1
to the changes of ossec.conf (#51 ).
You can’t perform that action at this time.