No categories assigned

ElasticSearch

< Setup:Installation Manual‎ | Services and system configuration
Revision as of 14:48, 17 October 2018 by Sguertler (talk | contribs) (Created page with "{{DISPLAYTITLE:ElasticSearch}} __TOC__ ==Linux== There is an official repo from the manufacturer: Documentation [https://www.elastic.co/guide/en/elasticsearch/reference/6.0/de...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Contents

Linux

There is an official repo from the manufacturer: Documentation on manufacturer's website

Summary:

$ wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add -
$ apt-get install apt-transport-https
$ echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" > /etc/apt/sources.list.d/elastic-6.x.list
$ apt-get update && apt-get install elasticsearch
$ /usr/share/elasticsearch/bin/elasticsearch-plugin install ingest-attachment
$ systemctl enable elasticsearch

Then please execute "service elasticsearch start". It takes about 10 seconds to start, then the service should appear on port 9200 under "netstat -tulpn".

Attachments

Discussions