Update the opensearch.yml template:

* Remove outdated parameters ('http.port' and 'transport.tcp.port')
* Add missing SSL ciphers and protocol parameters.
This commit is contained in:
Jesus Garcia
2025-12-01 19:59:47 -05:00
parent 2dc7717e81
commit 81a7e11da4
6 changed files with 36 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file.
### Fixed
- None
- Add missing SSL ciphers and protocols and remove outdated ports parameters from opensearch.yml template ([#2104](https://github.com/wazuh/wazuh-docker/pull/2104))
### Deleted