Download Elasticsearch
GA Release
2
Download and unzip Elasticsearch
Elasticsearch can also be installed from our package repositories using apt or yum. Refer to snapshot repositories in the Elasticsearch Guide.
3
Start Elasticsearch
Run bin/elasticsearch
(or bin\elasticsearch.bat
on Windows)
Run curl http://localhost:9200/
(or Invoke-RestMethod http://localhost:9200
with PowerShell).
4
Dive in
See our documentation for the latest up-to-date information.