This repository has been archived by the owner on Jul 26, 2023. It is now read-only.
Wazuh Chef v3.9.1_6.8.0
Wazuh Chef v3.9.1_6.8.0
Changed
- Re-factored whole repository structure to match the Chef-Repo standards.(@jm404) (#22)
- Divided cookbooks for Agent and Manager (@jm404) (#22)
- Adapted attributes and splitted attributes in different files for clarification (@jm404) (#22)
- Improved README's (@jm404) (#22)
Added
- Support for
agent-authp
parameters. (@jm404) (#22) - Flexibility to either declare secrets or not. (@jm404) (#22)
- Curl verification to ensure that Elasticsearch is properly installed (@jm404) (#22)
- Created roles folder that contains the JSON files for creating the client roles. (@jm404) (#22)
- Added support to RHEL / Centos / Amazon and derivates. (@jm404) #1f73cd8
- Elastic components now support versioning (@jm404) #1f73cd8
- Wazuh Manager Versioning (@jm404) #1f73cd8
- Wazuh Agent Versioning (@jm404) #a488a0d
Fixed
- Resolved Elasticsearch and Kibana RAM problems during installation. (@jm404) (#25)
- Configuration URLs for Logstash and elasticsearch (@jm404) (#25)
- Fixed block that would only listen to
localhost
when searching ES. (@jm404) #835ae05