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
|
opendistro_version: 1.8.0
|
||||||
|
|
||||||
elasticsearch_cluster_name: wazuh-cluster
|
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 in cluster, 2 for 3 nodes elasticsearch cluster
|
||||||
minimum_master_nodes: 2
|
minimum_master_nodes: 2
|
||||||
|
|
||||||
# Elasticsearch version
|
|
||||||
es_version: "7.3.2"
|
|
||||||
es_major_version: "7.x"
|
|
||||||
|
|
||||||
# Configure hostnames for Elasticsearch nodes
|
# Configure hostnames for Elasticsearch nodes
|
||||||
# Example es1.example.com, es2.example.com
|
# Example es1.example.com, es2.example.com
|
||||||
domain_name: wazuh.com
|
domain_name: wazuh.com
|
||||||
@ -34,12 +41,16 @@ es_nodes: |-
|
|||||||
|
|
||||||
# Security password
|
# Security password
|
||||||
opendistro_security_password: admin
|
opendistro_security_password: admin
|
||||||
|
opendistro_custom_user: ""
|
||||||
|
opendistro_cusom_user_role: "admin"
|
||||||
|
|
||||||
# Set JVM memory limits
|
# Set JVM memory limits
|
||||||
opendistro_jvm_xms: null
|
opendistro_jvm_xms: null
|
||||||
|
|
||||||
opendistro_http_port: 9200
|
opendistro_http_port: 9200
|
||||||
|
|
||||||
certs_gen_tool_version: 1.7
|
certs_gen_tool_version: 1.7
|
||||||
|
|
||||||
# Url of Search Guard certificates generator tool
|
# 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"
|
certs_gen_tool_url: "https://releases.floragunn.com/search-guard-tlstool/{{ certs_gen_tool_version }}/search-guard-tlstool-{{ certs_gen_tool_version }}.zip"
|
||||||
|
|
||||||
@ -51,11 +62,3 @@ elasticrepo:
|
|||||||
|
|
||||||
opendistro_admin_password: changeme
|
opendistro_admin_password: changeme
|
||||||
opendistro_kibana_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
|
|
||||||
Loading…
Reference in New Issue
Block a user