Page is a draft due to changes in included resources
You are viewing an old version of this page. Return to the latest version.
No categories assigned
ElasticSearch
-
- Last edited 6 years ago by Sabine Gürtler
-
-
- This page is a draft but has an approved version
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".