GithubHelp home page GithubHelp logo

elasticsearch-install's Introduction

Elasticsearch Install

One-click installation of Elasticsearch cluster.

Version List:

  • java:1.8.0_131
  • elasticsearch:6.3.0

Installation Steps:

1.Edit the cluster server host (write to the corresponding IP)

vim /etc/hosts
192.168.253.130 server1
192.168.253.131 server2
192.168.253.132 server3

2.Run the installation script (there is only one parameter, which is 1, 2, 3, represents the corresponding server id)

chmod +x install.sh 
./install.sh 1

1 is to install server1, 2 is to install server2, 3 is to install server3

3.Access ES (change to the corresponding IP)

curl http://127.0.0.1:9200

{
  "name" : "node-1",
  "cluster_name" : "es",
  "cluster_uuid" : "OyBBznkgTSG_c1WR8cieNA",
  "version" : {
    "number" : "6.3.0",
    "build_flavor" : "default",
    "build_type" : "zip",
    "build_hash" : "424e937",
    "build_date" : "2018-06-11T23:38:03.357887Z",
    "build_snapshot" : false,
    "lucene_version" : "7.3.1",
    "minimum_wire_compatibility_version" : "5.6.0",
    "minimum_index_compatibility_version" : "5.0.0"
  },
  "tagline" : "You Know, for Search"
}

Email:[email protected]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.