Compare commits

...

2 Commits

Author SHA1 Message Date
Carlos Bordon
1fa02b3daf
Merge pull request #1859 from wazuh/mtc/1849-Outdated_Indexer_ports_configuration
Remove outdated parameters from opensearch template
2025-11-26 11:57:25 -03:00
Jesus Garcia
d6815693a9
Remove outdated parameters ('http.port' and 'transport.tcp.port') from opensearch template 2025-11-26 09:47:47 -05:00
2 changed files with 1 additions and 3 deletions

View File

@ -17,7 +17,7 @@ All notable changes to this project will be documented in this file.
### Deleted
- None
- Remove outdated parameters from opensearch template ([#1859](https://github.com/wazuh/wazuh-ansible/pull/1859))
## [4.14.1]

View File

@ -16,8 +16,6 @@ discovery.seed_hosts:
cluster.name: {{ indexer_cluster_name }}
http.port: 9200-9299
transport.tcp.port: 9300-9399
node.max_local_storage_nodes: "3"
path.data: /var/lib/wazuh-indexer
path.logs: /var/log/wazuh-indexer