mirror of
https://github.com/wazuh/wazuh-kubernetes.git
synced 2025-12-11 03:35:28 -06:00
Replace Opensearch deprecated settings
This commit is contained in:
parent
4838289d6b
commit
66df19f48a
@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- None
|
- Replace OpenSearch deprecated settings ([#1109](https://github.com/wazuh/wazuh-kubernetes/pull/1109))
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ server.host: 0.0.0.0
|
|||||||
server.port: 5601
|
server.port: 5601
|
||||||
opensearch.hosts: https://indexer:9200
|
opensearch.hosts: https://indexer:9200
|
||||||
opensearch.ssl.verificationMode: none
|
opensearch.ssl.verificationMode: none
|
||||||
opensearch.requestHeadersWhitelist: [ authorization,securitytenant ]
|
opensearch.requestHeadersAllowlist: [ authorization,securitytenant ]
|
||||||
opensearch_security.multitenancy.enabled: false
|
opensearch_security.multitenancy.enabled: false
|
||||||
opensearch_security.readonly_mode.roles: ["kibana_read_only"]
|
opensearch_security.readonly_mode.roles: ["kibana_read_only"]
|
||||||
server.ssl.enabled: true
|
server.ssl.enabled: true
|
||||||
|
|||||||
@ -2,7 +2,7 @@ cluster.name: ${CLUSTER_NAME}
|
|||||||
node.name: ${NODE_NAME}
|
node.name: ${NODE_NAME}
|
||||||
network.host: ${NETWORK_HOST}
|
network.host: ${NETWORK_HOST}
|
||||||
discovery.seed_hosts: wazuh-indexer-0.wazuh-indexer
|
discovery.seed_hosts: wazuh-indexer-0.wazuh-indexer
|
||||||
cluster.initial_master_nodes:
|
cluster.initial_cluster_manager_nodes:
|
||||||
- wazuh-indexer-0
|
- wazuh-indexer-0
|
||||||
|
|
||||||
node.max_local_storage_nodes: "3"
|
node.max_local_storage_nodes: "3"
|
||||||
@ -27,5 +27,4 @@ plugins.security.restapi.roles_enabled:
|
|||||||
- "all_access"
|
- "all_access"
|
||||||
- "security_rest_api_access"
|
- "security_rest_api_access"
|
||||||
plugins.security.allow_default_init_securityindex: true
|
plugins.security.allow_default_init_securityindex: true
|
||||||
cluster.routing.allocation.disk.threshold_enabled: false
|
cluster.routing.allocation.disk.threshold_enabled: false
|
||||||
compatibility.override_main_response_version: true
|
|
||||||
Loading…
x
Reference in New Issue
Block a user