Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Add default ports for Elastic Stack components #2531

Merged
merged 13 commits into from
Aug 30, 2023
39 changes: 38 additions & 1 deletion docs/en/install-upgrade/installing-stack.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,46 @@ Kibana {version}, and Logstash {version}.

If you're upgrading an existing installation, see <<upgrading-elastic-stack, Upgrading the Elastic Stack>> for information about how to ensure compatibility with {version}.

[discrete]
[[network-requirements]]
=== Network requirements

To install the Elastic Stack on-premises, the following ports need to be open
for each component.

[cols="1,1"]
|===
|Default port | Component

|5044
|{agent} → {ls} +
{beats} → {ls}

|5601
|{kib} +
{agent} → {fleet} +
{fleet-server} → {fleet}

|8220
|{agent} → {fleet-server} +
APM Server

|9200-9300
|{es} REST API

|9300-9400
|{es} node transport and communication

|9600-9700
|{ls} REST API

|===

For more information on supported network configurations, see {ingest-guide}[{es} Ingest Architectures].

[discrete]
[[install-order-elastic-stack]]
=== Installation Order
=== Installation order

Install the Elastic Stack products you want to use in the following order:

Expand Down