doc(ext): Clarify purpose of exposed TCP ports
This commit is contained in:
parent
e202d6ba7c
commit
0ebda1156f
|
@ -6,7 +6,7 @@ Elastic Enterprise Search is a suite of products for search applications backed
|
|||
|
||||
* 2 GB of free RAM, on top of the resources required by the other stack components and extensions.
|
||||
|
||||
Enterprise Search exposes the TCP port `3002` for its Web UI and API.
|
||||
The Enterprise Search web application is served on the TCP port `3002`.
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
@ -11,6 +11,10 @@ Fleet provides central management capabilities for [Elastic Agents][fleet-doc] v
|
|||
with Elasticsearch acting as the communication layer.
|
||||
Fleet Server is the central component which allows connecting Elastic Agents to the Fleet.
|
||||
|
||||
## Requirements
|
||||
|
||||
The Fleet Server exposes the TCP port `8220` for Agent to Server communications.
|
||||
|
||||
## Usage
|
||||
|
||||
To include Fleet Server in the stack, run Docker Compose from the root of the repository with an additional command line
|
||||
|
|
Loading…
Reference in New Issue