Download Elasticsearch
GA Release
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.
Start Elasticsearch
Run bin/elasticsearch
(or bin\elasticsearch.bat
on Windows)
Run curl http://localhost:9200/
(or Invoke-RestMethod http://localhost:9200
with PowerShell).
Dive in
See our documentation for the latest up-to-date information.

