Replace Opensearch deprecated settings

This commit is contained in:
Jesus Garcia 2025-06-20 01:11:17 -05:00
parent 4838289d6b
commit 66df19f48a
No known key found for this signature in database
GPG Key ID: 8461CA78326C96C9
3 changed files with 4 additions and 5 deletions

View File

@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
### Changed
- None
- Replace OpenSearch deprecated settings ([#1109](https://github.com/wazuh/wazuh-kubernetes/pull/1109))
### Fixed

View File

@ -3,7 +3,7 @@ server.host: 0.0.0.0
server.port: 5601
opensearch.hosts: https://indexer:9200
opensearch.ssl.verificationMode: none
opensearch.requestHeadersWhitelist: [ authorization,securitytenant ]
opensearch.requestHeadersAllowlist: [ authorization,securitytenant ]
opensearch_security.multitenancy.enabled: false
opensearch_security.readonly_mode.roles: ["kibana_read_only"]
server.ssl.enabled: true

View File

@ -2,7 +2,7 @@ cluster.name: ${CLUSTER_NAME}
node.name: ${NODE_NAME}
network.host: ${NETWORK_HOST}
discovery.seed_hosts: wazuh-indexer-0.wazuh-indexer
cluster.initial_master_nodes:
cluster.initial_cluster_manager_nodes:
- wazuh-indexer-0
node.max_local_storage_nodes: "3"
@ -27,5 +27,4 @@ plugins.security.restapi.roles_enabled:
- "all_access"
- "security_rest_api_access"
plugins.security.allow_default_init_securityindex: true
cluster.routing.allocation.disk.threshold_enabled: false
compatibility.override_main_response_version: true
cluster.routing.allocation.disk.threshold_enabled: false