Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Elasticsearch 1.x Cluster Installation (Virtual...

Elasticsearch 1.x Cluster Installation (VirtualBox)

This is a straightforward tutorial for those are going to run a cluster of Elasticsearch on their notebooks or PCs.

Amir Sedighi

December 02, 2014
Tweet

More Decks by Amir Sedighi

Other Decks in Programming

Transcript

  1. هدش عیزوت هداد شزادرپ هاگراک یتشهبدیهش -سیدرپ رتویپماک یسدنهم و

    مولع هدکشناد :سرد هدش عیزوت هداد هاگیاپ :داتسا ییابطابط یداه رتکد :هئارا یقیدص لضفلاوبا رذآ ۱۳۹۳
  2. 4 Topics • Assumptions • First Node – Java Installation

    – Downloading and Extracting Elasticsearch – Configuration • Cloning • Starting ES Cluster • ES REST API • ES General Concepts – Index, Shard, Segment – Plugins • River • CSV • JDBC • Feeder • ES Commands • ES GUIs – Cluster Monitoring – Analytical Search and BI
  3. 8 Elasticsearch Configuration • You would need to modify elasticsearch.yml

    and append the following as a minimum configuration cluster.name: hexican name.name: "node1" node.master: true node.data: false
  4. 11 Cloning • Clone the first machine and extend your

    cluster. – Find the instruction here: • http://www.slideshare.net/AmirSedighi/distrinuted-data- processing-workshop-sbu
  5. 15 Starting Elasticsearch Cluster • You can run nodes one

    by one – $ elasticsearch-1.3.4/bin/elasticsearch • You can run all nodes at once using DSH – $ dsh -M -a – 'elasticsearch-1.3.4/bin/elasticsearch'
  6. 21

  7. 23

  8. 24

  9. 25

  10. 26

  11. 27