Skip to content

Commit 9258b80

Browse files
[8.9] [DOCS] Add default ports for Elastic Stack components (backport #2531) (#2532)
Co-authored-by: James Rodewig <[email protected]>
1 parent 0168563 commit 9258b80

File tree

1 file changed

+45
-1
lines changed

1 file changed

+45
-1
lines changed

docs/en/install-upgrade/installing-stack.asciidoc

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,53 @@ Kibana {version}, and Logstash {version}.
88

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

11+
[discrete]
12+
[[network-requirements]]
13+
=== Network requirements
14+
15+
To install the Elastic Stack on-premises, the following ports need to be open
16+
for each component.
17+
18+
[cols="1,1"]
19+
|===
20+
|Default port | Component
21+
22+
|3002
23+
|{ents}
24+
25+
|5044
26+
|{agent} → {ls} +
27+
{beats} → {ls}
28+
29+
|5601
30+
|{kib} +
31+
{agent} → {fleet} +
32+
{fleet-server} → {fleet}
33+
34+
|8220
35+
|{agent} → {fleet-server} +
36+
APM Server
37+
38+
|9200-9300
39+
|{es} REST API
40+
41+
|9300-9400
42+
|{es} node transport and communication
43+
44+
|9600-9700
45+
|{ls} REST API
46+
47+
|===
48+
49+
Each Elastic integration has its own ports and dependencies. Verify these ports
50+
and dependencies before installation. Refer to
51+
{integrations-docs}[{integrations}].
52+
53+
For more information on supported network configurations, refer to {ingest-guide}[{es} Ingest Architectures].
54+
1155
[discrete]
1256
[[install-order-elastic-stack]]
13-
=== Installation Order
57+
=== Installation order
1458

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

0 commit comments

Comments
 (0)