Download Elasticsearch
For local testing, use Docker to install and run Elasticsearch and Kibana on your local machine using start-local.
For production installations, follow these steps:
GA Release
1
Download and unzip Elasticsearch
Package managers:
Containers:
Elasticsearch can also be installed from our package repositories using apt or yum. See Repositories in the Guide.
2
Start Elasticsearch
Run bin/elasticsearch
(or bin\elasticsearch.bat
on Windows) to start Elasticsearch with security enabled.
3
Dive in
See our documentation for the latest up-to-date information.