mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 09:54:06 -04:00
After 7.16.2, we'll no longer produce Windows MSI installer packages for Elasticsearch. These packages were previously released in beta and didn't receive widespread adoption. ### Changes: * Adds a related 7.17 breaking change. * Adds a related 7.16 deprecation. * Removes the MSI installation instructions. * Removes references to the MSI installer. I plan to port the applicable changes to 8.1 (main), 8.0, 7.17, and 7.16. In the 7.16 ports, I'll leave in the MSI install docs and add related deprecation notes to them instead.
52 lines
1.2 KiB
Text
52 lines
1.2 KiB
Text
[[starting-elasticsearch]]
|
|
== Starting Elasticsearch
|
|
|
|
The method for starting {es} varies depending on how you installed it.
|
|
|
|
[discrete]
|
|
[[start-targz]]
|
|
=== Archive packages (`.tar.gz`)
|
|
|
|
If you installed {es} with a `.tar.gz` package, you can start {es} from the
|
|
command line.
|
|
|
|
[discrete]
|
|
include::install/targz-start.asciidoc[]
|
|
|
|
[discrete]
|
|
include::install/targz-daemon.asciidoc[]
|
|
|
|
[discrete]
|
|
[[start-zip]]
|
|
=== Archive packages (`.zip`)
|
|
|
|
If you installed {es} on Windows with a `.zip` package, you can start {es} from
|
|
the command line. If you want {es} to start automatically at boot time without
|
|
any user interaction, <<windows-service,install {es} as a service>>.
|
|
|
|
[discrete]
|
|
include::install/zip-windows-start.asciidoc[]
|
|
|
|
[discrete]
|
|
[[start-deb]]
|
|
=== Debian packages
|
|
|
|
[discrete]
|
|
[[start-es-deb-systemd]]
|
|
include::install/systemd.asciidoc[]
|
|
|
|
[discrete]
|
|
[[start-docker]]
|
|
=== Docker images
|
|
|
|
If you installed a Docker image, you can start {es} from the command line. There
|
|
are different methods depending on whether you're using development mode or
|
|
production mode. See <<docker-cli-run>>.
|
|
|
|
[discrete]
|
|
[[start-rpm]]
|
|
=== RPM packages
|
|
|
|
[discrete]
|
|
[[start-es-rpm-systemd]]
|
|
include::install/systemd.asciidoc[]
|