Skip to content

deva-ai/odfelasticsearch_cluster_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

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

No packages published

Languages