elasticsearch udemy cource | bearsworld

bearsworld

for friendbear GitHub Pages.

Follow me on GitHub

elasticsearch udemy cource

09 Feb 2019 - friendbear

Setup elasticsearch 6.x

  • Install Java on Ubuntu 18.10
$ wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
$ sudo apt install apt-transport-https
$ echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x.list
$ apt update && sudo apt install elasticsearch
$ # network.host: changes 0.0.0.0 

Reference

Recommend

Sundog Education

Snippets