elasticsearch/docs/reference/setup/starting.asciidoc
debadair 777598d602
[DOCS] Remove redirect pages (#88738)
* [DOCS] Remove manual redirects

* [DOCS] Removed refs to modules-discovery-hosts-providers

* [DOCS] Fixed broken internal refs

* Fixing bad cross links in ES book, and adding redirects.asciidoc[] back into docs/reference/index.asciidoc.

* Update docs/reference/search/point-in-time-api.asciidoc

Co-authored-by: James Rodewig <james.rodewig@elastic.co>

* Update docs/reference/setup/restart-cluster.asciidoc

Co-authored-by: James Rodewig <james.rodewig@elastic.co>

* Update docs/reference/sql/endpoints/translate.asciidoc

Co-authored-by: James Rodewig <james.rodewig@elastic.co>

* Update docs/reference/snapshot-restore/restore-snapshot.asciidoc

Co-authored-by: James Rodewig <james.rodewig@elastic.co>

* Update repository-azure.asciidoc

* Update node-tool.asciidoc

* Update repository-azure.asciidoc

---------

Co-authored-by: amyjtechwriter <61687663+amyjtechwriter@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: Amy Jonsson <amy.jonsson@elastic.co>
Co-authored-by: James Rodewig <james.rodewig@elastic.co>
2023-05-24 12:32:46 +01:00

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-dev-mode>>.
[discrete]
[[start-rpm]]
=== RPM packages
[discrete]
[[start-es-rpm-systemd]]
include::install/systemd.asciidoc[]