-
Notifications
You must be signed in to change notification settings - Fork 156
[GS] Refine Get Started content #492
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,10 +9,10 @@ | |
|
||
## Network requirements [network-requirements] | ||
|
||
To install the Elastic Stack on-premises, the following ports need to be open for each component. | ||
To install the Elastic Stack on-premises, these ports need to be open for each component. | ||
|
||
| Default port | Component | | ||
| --- | --- | | ||
| Default port | Component | | ||
| ------------- | ------------- | | ||
| 5044 | {{agent}} → {{ls}}<br>{{beats}} → {{ls}} | | ||
| 5601 | {{kib}}<br>{{agent}} → {{fleet}}<br>{{fleet-server}} → {{fleet}} | | ||
| 8220 | {{agent}} → {{fleet-server}}<br>APM Server | | ||
|
@@ -29,12 +29,12 @@ | |
|
||
Install the Elastic Stack products you want to use in the following order: | ||
|
||
1. [Elasticsearch]({{ref}}/install-elasticsearch.html) | ||
Check warning on line 32 in get-started/installing-elastic-stack.md
|
||
2. [Kibana]({{kibana-ref}}/install.html) | ||
Check warning on line 33 in get-started/installing-elastic-stack.md
|
||
3. [Logstash]({{logstash-ref}}/installing-logstash.html) | ||
Check warning on line 34 in get-started/installing-elastic-stack.md
|
||
4. [Elastic Agent]({{fleet-guide}}/elastic-agent-installation.html) or [Beats]({{beats-ref}}/getting-started.html) | ||
Check warning on line 35 in get-started/installing-elastic-stack.md
|
||
5. [APM]({{apm-guide-ref}}/apm-quick-start.html) | ||
Check warning on line 36 in get-started/installing-elastic-stack.md
|
||
6. [Elasticsearch Hadoop]({{hadoop-ref}}/install.html) | ||
Check warning on line 37 in get-started/installing-elastic-stack.md
|
||
|
||
Installing in this order ensures that the components each product depends on are in place. | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like it should have worked, but it wasn't. Looks better now