Elasticsearch (Linux): Unterschied zwischen den Versionen

Aus Tutorials
Zur Navigation springen Zur Suche springen
Zeile 35: Zeile 35:
== Links ==
== Links ==


[https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html]
[https://www.elastic.co/de/downloads/elasticsearch https://www.elastic.co/de/downloads/elasticsearch]


[https://www.raspberrypi.org/forums/viewtopic.php?t=268432 https://www.raspberrypi.org/forums/viewtopic.php?t=268432]
[https://www.raspberrypi.org/forums/viewtopic.php?t=268432 https://www.raspberrypi.org/forums/viewtopic.php?t=268432]

Version vom 23. Mai 2021, 10:52 Uhr

Noch in Bearbeitung


Installation

Öffentlichen signierten Schlüssel herunterladen und installieren:

wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -

Paket apt-transport-https installieren:

sudo apt-get update && sudo apt-get install apt-transport-https

Repository-Definition nach /etc/apt/sources.list.d/elastic-5.x.list speichern:

echo "deb https://artifacts.elastic.co/packages/7.x/apt stable main" | sudo tee /etc/apt/sources.list.d/elastic-7.x.list
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.12.1-no-jdk-amd64.deb


Docker

Noch nicht getestet

https://hub.docker.com/r/dimdm/elasticsearch/tags?page=1&ordering=last_updated

Links

https://www.elastic.co/de/downloads/elasticsearch

https://www.raspberrypi.org/forums/viewtopic.php?t=268432


Zurück zu Ubuntu