Releases
v3.8.0
Added
Added API calls to upgrade agent groups configuration (#257 ):
POST/agents/groups/:group_id/configuration
POST/agents/groups/:group_id/files/:file_name
Added filtering by interface name in GET/syscollector/:agent_id/netaddr
(#260 ).
Added API call to delete multiple agents from a group: DELETE/agents/group/:group_id
(#259 ).
Added API call to add multiple agents to a group: POST/agents/group/:group_id
(#256 ).
Added a format
parameter to POST/agents/groups/:group_id/files/:file_name
(#257 ):
format=json
returns file information in JSON format.
format=xml
returns file information in RAW format as a string.
Fixed
Fixed bug getting ossec gid and uid in Docker containers (#256 ).
Fixed bug missing some keys when showing group files in GET/agents/groups/:group_id/files/:file_name
(wazuh/wazuh#2223 ).
Fixed bug showing rules variables names instead of its value in GET/rules/:rule_id
(wazuh/wazuh#2222 ).
GET/rules
API call returns the attributes for <list>
and <info>
(wazuh/wazuh#2358 ).
You can’t perform that action at this time.