From 9258b80aff0cb3fe4c2f4f417f7ce197f45f8f61 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 12:56:33 -0400 Subject: [PATCH] [8.9] [DOCS] Add default ports for Elastic Stack components (backport #2531) (#2532) Co-authored-by: James Rodewig --- .../install-upgrade/installing-stack.asciidoc | 46 ++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/docs/en/install-upgrade/installing-stack.asciidoc b/docs/en/install-upgrade/installing-stack.asciidoc index 53d8d19fb..950937d4f 100644 --- a/docs/en/install-upgrade/installing-stack.asciidoc +++ b/docs/en/install-upgrade/installing-stack.asciidoc @@ -8,9 +8,53 @@ Kibana {version}, and Logstash {version}. If you're upgrading an existing installation, see <> 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 + +|3002 +|{ents} + +|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 + +|=== + +Each Elastic integration has its own ports and dependencies. Verify these ports +and dependencies before installation. Refer to +{integrations-docs}[{integrations}]. + +For more information on supported network configurations, refer to {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: