-
Notifications
You must be signed in to change notification settings - Fork 0
To create and deploy an Elasticsearch cluster according to your requirements.
deva-ai/odfelasticsearch_cluster_setup
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Elasticsearch can operate as a single-node or multi-node cluster.
The steps to configure both are, in general, quite similar. this bash script will create and configure a multi-node cluster.
Kibana will install in master node
Execute the bash script:
example:-
Am Using Following Nodes:
Master = 172.19.18.10
Data-1 = 172.19.18.11
Data-2 = 172.19.18.12
Syntax:-
sh OpenDistroforElasticsearchClusterSetup.sh <master-ip> <datanode1-ip> <datanode2-ip> <node-type>
In master node:
sh OpenDistroforElasticsearchClusterSetup.sh 172.19.18.10 172.19.18.11 172.19.18.12 master
In data-1 node:
sh OpenDistroforElasticsearchClusterSetup.sh 172.19.18.10 172.19.18.11 172.19.18.12 datanode1
In data-2 node:
sh OpenDistroforElasticsearchClusterSetup.sh 172.19.18.10 172.19.18.11 172.19.18.12 datanode2
About
To create and deploy an Elasticsearch cluster according to your requirements.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published