update config
This commit is contained in:
@@ -37,30 +37,41 @@
|
|||||||
"network_host": "0.0.0.0",
|
"network_host": "0.0.0.0",
|
||||||
"path_data": "/var/lib/opensearch",
|
"path_data": "/var/lib/opensearch",
|
||||||
"path_logs": "/var/log/opensearch",
|
"path_logs": "/var/log/opensearch",
|
||||||
"security_enabled": false
|
"security_enabled": true,
|
||||||
|
"admin_password": "MyOpenSearch25!!"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"cluster_name": "str",
|
"cluster_name": "str",
|
||||||
"node_name": "str",
|
"node_name": "str",
|
||||||
"node_roles": "list(str)",
|
"node_roles": [
|
||||||
|
"str"
|
||||||
|
],
|
||||||
"discovery_type": "str",
|
"discovery_type": "str",
|
||||||
"discovery_seed_hosts": "list(str)",
|
"discovery_seed_hosts": [
|
||||||
"initial_master_nodes": "list(str)",
|
"str"
|
||||||
|
],
|
||||||
|
"initial_master_nodes": [
|
||||||
|
"str"
|
||||||
|
],
|
||||||
"opensearch_heap": "str",
|
"opensearch_heap": "str",
|
||||||
"plugins": "list(str)",
|
"plugins": [
|
||||||
|
"str"
|
||||||
|
],
|
||||||
"bootstrap_memory_lock": "bool",
|
"bootstrap_memory_lock": "bool",
|
||||||
"http_port": "int",
|
"http_port": "int",
|
||||||
"transport_port": "int",
|
"transport_port": "int",
|
||||||
"network_host": "str",
|
"network_host": "str",
|
||||||
"path_data": "str",
|
"path_data": "str",
|
||||||
"path_logs": "str",
|
"path_logs": "str",
|
||||||
"security_enabled": "bool"
|
"security_enabled": "bool",
|
||||||
|
"admin_password": "password?"
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"9203/tcp": 9203,
|
"9203/tcp": 9203,
|
||||||
"9303/tcp": 9303
|
"9303/tcp": 9303
|
||||||
},
|
},
|
||||||
"environment": {
|
"environment": {
|
||||||
"OPENSEARCH_JAVA_OPTS": "-Xms${options[opensearch_heap]} -Xmx${options[opensearch_heap]}"
|
"OPENSEARCH_JAVA_OPTS": "-Xms${options[opensearch_heap]} -Xmx${options[opensearch_heap]}",
|
||||||
|
"OPENSEARCH_INITIAL_ADMIN_PASSWORD": "${options[admin_password]}"
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -37,30 +37,41 @@
|
|||||||
"network_host": "0.0.0.0",
|
"network_host": "0.0.0.0",
|
||||||
"path_data": "/var/lib/opensearch",
|
"path_data": "/var/lib/opensearch",
|
||||||
"path_logs": "/var/log/opensearch",
|
"path_logs": "/var/log/opensearch",
|
||||||
"security_enabled": false
|
"security_enabled": true,
|
||||||
|
"admin_password": "MyOpenSearch25!!"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"cluster_name": "str",
|
"cluster_name": "str",
|
||||||
"node_name": "str",
|
"node_name": "str",
|
||||||
"node_roles": "list(str)",
|
"node_roles": [
|
||||||
|
"str"
|
||||||
|
],
|
||||||
"discovery_type": "str",
|
"discovery_type": "str",
|
||||||
"discovery_seed_hosts": "list(str)",
|
"discovery_seed_hosts": [
|
||||||
"initial_master_nodes": "list(str)",
|
"str"
|
||||||
|
],
|
||||||
|
"initial_master_nodes": [
|
||||||
|
"str"
|
||||||
|
],
|
||||||
"opensearch_heap": "str",
|
"opensearch_heap": "str",
|
||||||
"plugins": "list(str)",
|
"plugins": [
|
||||||
|
"str"
|
||||||
|
],
|
||||||
"bootstrap_memory_lock": "bool",
|
"bootstrap_memory_lock": "bool",
|
||||||
"http_port": "int",
|
"http_port": "int",
|
||||||
"transport_port": "int",
|
"transport_port": "int",
|
||||||
"network_host": "str",
|
"network_host": "str",
|
||||||
"path_data": "str",
|
"path_data": "str",
|
||||||
"path_logs": "str",
|
"path_logs": "str",
|
||||||
"security_enabled": "bool"
|
"security_enabled": "bool",
|
||||||
|
"admin_password": "password?"
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"9204/tcp": 9204,
|
"9204/tcp": 9204,
|
||||||
"9304/tcp": 9304
|
"9304/tcp": 9304
|
||||||
},
|
},
|
||||||
"environment": {
|
"environment": {
|
||||||
"OPENSEARCH_JAVA_OPTS": "-Xms${options[opensearch_heap]} -Xmx${options[opensearch_heap]}"
|
"OPENSEARCH_JAVA_OPTS": "-Xms${options[opensearch_heap]} -Xmx${options[opensearch_heap]}",
|
||||||
|
"OPENSEARCH_INITIAL_ADMIN_PASSWORD": "${options[admin_password]}"
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -30,7 +30,7 @@
|
|||||||
"opensearch_username": "str",
|
"opensearch_username": "str",
|
||||||
"opensearch_password": "str",
|
"opensearch_password": "str",
|
||||||
"kibana_index": "str",
|
"kibana_index": "str",
|
||||||
"plugins": "list(str)"
|
"plugins": [ "str" ]
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"5601/tcp": 5601
|
"5601/tcp": 5601
|
||||||
|
@@ -38,30 +38,41 @@
|
|||||||
"network_host": "0.0.0.0",
|
"network_host": "0.0.0.0",
|
||||||
"path_data": "/var/lib/opensearch",
|
"path_data": "/var/lib/opensearch",
|
||||||
"path_logs": "/var/log/opensearch",
|
"path_logs": "/var/log/opensearch",
|
||||||
"security_enabled": false
|
"security_enabled": true,
|
||||||
|
"admin_password": "MyOpenSearch25!!"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"cluster_name": "str",
|
"cluster_name": "str",
|
||||||
"node_name": "str",
|
"node_name": "str",
|
||||||
"node_roles": "list(str)",
|
"node_roles": [
|
||||||
|
"str"
|
||||||
|
],
|
||||||
"discovery_type": "str",
|
"discovery_type": "str",
|
||||||
"discovery_seed_hosts": "list(str)",
|
"discovery_seed_hosts": [
|
||||||
"initial_master_nodes": "list(str)",
|
"str"
|
||||||
|
],
|
||||||
|
"initial_master_nodes": [
|
||||||
|
"str"
|
||||||
|
],
|
||||||
"opensearch_heap": "str",
|
"opensearch_heap": "str",
|
||||||
"plugins": "list(str)",
|
"plugins": [
|
||||||
|
"str"
|
||||||
|
],
|
||||||
"bootstrap_memory_lock": "bool",
|
"bootstrap_memory_lock": "bool",
|
||||||
"http_port": "int",
|
"http_port": "int",
|
||||||
"transport_port": "int",
|
"transport_port": "int",
|
||||||
"network_host": "str",
|
"network_host": "str",
|
||||||
"path_data": "str",
|
"path_data": "str",
|
||||||
"path_logs": "str",
|
"path_logs": "str",
|
||||||
"security_enabled": "bool"
|
"security_enabled": "bool",
|
||||||
|
"admin_password": "password?"
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"9201/tcp": 9201,
|
"9201/tcp": 9201,
|
||||||
"9301/tcp": 9301
|
"9301/tcp": 9301
|
||||||
},
|
},
|
||||||
"environment": {
|
"environment": {
|
||||||
"OPENSEARCH_JAVA_OPTS": "-Xms${options[opensearch_heap]} -Xmx${options[opensearch_heap]}"
|
"OPENSEARCH_JAVA_OPTS": "-Xms${options[opensearch_heap]} -Xmx${options[opensearch_heap]}",
|
||||||
|
"OPENSEARCH_INITIAL_ADMIN_PASSWORD": "${options[admin_password]}"
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -38,30 +38,41 @@
|
|||||||
"network_host": "0.0.0.0",
|
"network_host": "0.0.0.0",
|
||||||
"path_data": "/var/lib/opensearch",
|
"path_data": "/var/lib/opensearch",
|
||||||
"path_logs": "/var/log/opensearch",
|
"path_logs": "/var/log/opensearch",
|
||||||
"security_enabled": false
|
"security_enabled": true,
|
||||||
|
"admin_password": "MyOpenSearch25!!"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"cluster_name": "str",
|
"cluster_name": "str",
|
||||||
"node_name": "str",
|
"node_name": "str",
|
||||||
"node_roles": "list(str)",
|
"node_roles": [
|
||||||
|
"str"
|
||||||
|
],
|
||||||
"discovery_type": "str",
|
"discovery_type": "str",
|
||||||
"discovery_seed_hosts": "list(str)",
|
"discovery_seed_hosts": [
|
||||||
"initial_master_nodes": "list(str)",
|
"str"
|
||||||
|
],
|
||||||
|
"initial_master_nodes": [
|
||||||
|
"str"
|
||||||
|
],
|
||||||
"opensearch_heap": "str",
|
"opensearch_heap": "str",
|
||||||
"plugins": "list(str)",
|
"plugins": [
|
||||||
|
"str"
|
||||||
|
],
|
||||||
"bootstrap_memory_lock": "bool",
|
"bootstrap_memory_lock": "bool",
|
||||||
"http_port": "int",
|
"http_port": "int",
|
||||||
"transport_port": "int",
|
"transport_port": "int",
|
||||||
"network_host": "str",
|
"network_host": "str",
|
||||||
"path_data": "str",
|
"path_data": "str",
|
||||||
"path_logs": "str",
|
"path_logs": "str",
|
||||||
"security_enabled": "bool"
|
"security_enabled": "bool",
|
||||||
|
"admin_password": "password?"
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"9202/tcp": 9202,
|
"9202/tcp": 9202,
|
||||||
"9302/tcp": 9302
|
"9302/tcp": 9302
|
||||||
},
|
},
|
||||||
"environment": {
|
"environment": {
|
||||||
"OPENSEARCH_JAVA_OPTS": "-Xms${options[opensearch_heap]} -Xmx${options[opensearch_heap]}"
|
"OPENSEARCH_JAVA_OPTS": "-Xms${options[opensearch_heap]} -Xmx${options[opensearch_heap]}",
|
||||||
|
"OPENSEARCH_INITIAL_ADMIN_PASSWORD": "${options[admin_password]}"
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -37,30 +37,41 @@
|
|||||||
"network_host": "0.0.0.0",
|
"network_host": "0.0.0.0",
|
||||||
"path_data": "/var/lib/opensearch",
|
"path_data": "/var/lib/opensearch",
|
||||||
"path_logs": "/var/log/opensearch",
|
"path_logs": "/var/log/opensearch",
|
||||||
"security_enabled": false
|
"security_enabled": true,
|
||||||
|
"admin_password": "MyOpenSearch25!!"
|
||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"cluster_name": "str",
|
"cluster_name": "str",
|
||||||
"node_name": "str",
|
"node_name": "str",
|
||||||
"node_roles": "list(str)",
|
"node_roles": [
|
||||||
|
"str"
|
||||||
|
],
|
||||||
"discovery_type": "str",
|
"discovery_type": "str",
|
||||||
"discovery_seed_hosts": "list(str)",
|
"discovery_seed_hosts": [
|
||||||
"initial_master_nodes": "list(str)",
|
"str"
|
||||||
|
],
|
||||||
|
"initial_master_nodes": [
|
||||||
|
"str"
|
||||||
|
],
|
||||||
"opensearch_heap": "str",
|
"opensearch_heap": "str",
|
||||||
"plugins": "list(str)",
|
"plugins": [
|
||||||
|
"str"
|
||||||
|
],
|
||||||
"bootstrap_memory_lock": "bool",
|
"bootstrap_memory_lock": "bool",
|
||||||
"http_port": "int",
|
"http_port": "int",
|
||||||
"transport_port": "int",
|
"transport_port": "int",
|
||||||
"network_host": "str",
|
"network_host": "str",
|
||||||
"path_data": "str",
|
"path_data": "str",
|
||||||
"path_logs": "str",
|
"path_logs": "str",
|
||||||
"security_enabled": "bool"
|
"security_enabled": "bool",
|
||||||
|
"admin_password": "password?"
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"9200/tcp": 9200,
|
"9200/tcp": 9200,
|
||||||
"9300/tcp": 9300
|
"9300/tcp": 9300
|
||||||
},
|
},
|
||||||
"environment": {
|
"environment": {
|
||||||
"OPENSEARCH_JAVA_OPTS": "-Xms${options[opensearch_heap]} -Xmx${options[opensearch_heap]}"
|
"OPENSEARCH_JAVA_OPTS": "-Xms${options[opensearch_heap]} -Xmx${options[opensearch_heap]}",
|
||||||
|
"OPENSEARCH_INITIAL_ADMIN_PASSWORD": "${options[admin_password]}"
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -23,7 +23,7 @@
|
|||||||
},
|
},
|
||||||
"schema": {
|
"schema": {
|
||||||
"lb_port": "int",
|
"lb_port": "int",
|
||||||
"coordinator_nodes": "list(str)"
|
"coordinator_nodes": [ "str" ]
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"9200/tcp": 9200
|
"9200/tcp": 9200
|
||||||
|
Reference in New Issue
Block a user