Reorganize ES Opendistro vars
This commit is contained in:
parent
2ec2cd39fa
commit
383d9beec1
@ -1,15 +1,22 @@
|
||||
---
|
||||
# The OpenDistro version
|
||||
# Cluster Settings
|
||||
es_version: "7.3.2"
|
||||
es_major_version: "7.x"
|
||||
|
||||
opendistro_version: 1.8.0
|
||||
|
||||
elasticsearch_cluster_name: wazuh-cluster
|
||||
single_node: true
|
||||
opendistro_cluster_name: wazuh
|
||||
elasticsearch_node_data: true
|
||||
elasticsearch_node_ingest: true
|
||||
elasticsearch_lower_disk_requirements: false
|
||||
|
||||
local_certs_path: ../opendistro/certificates
|
||||
|
||||
# Minimum master nodes in cluster, 2 for 3 nodes elasticsearch cluster
|
||||
minimum_master_nodes: 2
|
||||
|
||||
# Elasticsearch version
|
||||
es_version: "7.3.2"
|
||||
es_major_version: "7.x"
|
||||
|
||||
# Configure hostnames for Elasticsearch nodes
|
||||
# Example es1.example.com, es2.example.com
|
||||
domain_name: wazuh.com
|
||||
@ -34,12 +41,16 @@ es_nodes: |-
|
||||
|
||||
# Security password
|
||||
opendistro_security_password: admin
|
||||
opendistro_custom_user: ""
|
||||
opendistro_cusom_user_role: "admin"
|
||||
|
||||
# Set JVM memory limits
|
||||
opendistro_jvm_xms: null
|
||||
|
||||
opendistro_http_port: 9200
|
||||
|
||||
certs_gen_tool_version: 1.7
|
||||
|
||||
# Url of Search Guard certificates generator tool
|
||||
certs_gen_tool_url: "https://releases.floragunn.com/search-guard-tlstool/{{ certs_gen_tool_version }}/search-guard-tlstool-{{ certs_gen_tool_version }}.zip"
|
||||
|
||||
@ -50,12 +61,4 @@ elasticrepo:
|
||||
key_id: '46095ACC8548582C1A2699A9D27D666CD88E42B4'
|
||||
|
||||
opendistro_admin_password: changeme
|
||||
opendistro_kibana_password: changeme
|
||||
# Cluster Settings
|
||||
single_node: true
|
||||
opendistro_cluster_name: wazuh
|
||||
elasticsearch_node_data: true
|
||||
elasticsearch_node_ingest: true
|
||||
elasticsearch_lower_disk_requirements: false
|
||||
|
||||
local_certs_path: ../opendistro/certificates
|
||||
opendistro_kibana_password: changeme
|
||||
Loading…
Reference in New Issue
Block a user