Skip to content

Commit a7aa31e

Browse files
authored
[GS] Refine Get Started content (#492)
Related: elastic/docs-projects#286
1 parent ab5bd09 commit a7aa31e

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

get-started/index.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,13 @@ mapped_pages:
77

88
[{{es}}](https://github.com/elastic/elasticsearch/) is a distributed search and analytics engine, scalable data store, and vector database built on Apache Lucene. It’s optimized for speed and relevance on production-scale workloads. Use {{es}} to search, index, store, and analyze data of all shapes and sizes in near real time.
99

10-
{{es}} is the heart of the [Elastic Stack](the-stack.md). Combined with [{{kib}}](https://www.elastic.co/kibana), it powers the following Elastic solutions:
10+
{{es}} is the heart of the [Elastic Stack](the-stack.md). Combined with [{{kib}}](https://www.elastic.co/kibana), it powers these Elastic solutions:
1111

1212
* [Observability](https://www.elastic.co/observability)
1313
* [Search](https://www.elastic.co/enterprise-search)
1414
* [Security](https://www.elastic.co/security)
1515

16-
::::{tip}
17-
{{es}} has a lot of features. Explore the full list on the [product webpage](https://www.elastic.co/elasticsearch/features).
18-
19-
::::
20-
16+
Explore the full list of [{{es}} features](https://www.elastic.co/elasticsearch/features) on the product webpage.
2117

2218
::::{admonition} What is the Elastic Stack?
2319
:name: elasticsearch-intro-elastic-stack
@@ -30,7 +26,7 @@ mapped_pages:
3026

3127
## Use cases [elasticsearch-intro-use-cases]
3228

33-
{{es}} is used for a wide and growing range of use cases. Here are a few examples:
29+
You can use {{es}} for a wide and growing range of use cases. Here are a few examples:
3430

3531
**Observability**
3632

get-started/installing-elastic-stack.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ For an example of installing and configuring the {{stack}}, you can try out our
99

1010
## Network requirements [network-requirements]
1111

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

14-
| Default port | Component |
15-
| --- | --- |
14+
| Default port | Component |
15+
| ------------- | ------------- |
1616
| 5044 | {{agent}} → {{ls}}<br>{{beats}} → {{ls}} |
1717
| 5601 | {{kib}}<br>{{agent}} → {{fleet}}<br>{{fleet-server}} → {{fleet}} |
1818
| 8220 | {{agent}} → {{fleet-server}}<br>APM Server |

get-started/the-stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $$$kibana-navigation-search$$$
1313

1414
## An overview of the {{stack}} [stack-components]
1515

16-
What exactly is the "{{stack}}"? It’s a fast and highly scalable set of components — {{es}}, {{kib}}, {{beats}}, {{ls}}, and others — that together enable you to securely take data from any source, in any format, and then search, analyze, and visualize it.
16+
What exactly is the "{{stack}}?" It’s a fast and highly scalable set of components — {{es}}, {{kib}}, {{beats}}, {{ls}}, and others — that together enable you to securely take data from any source, in any format, and then search, analyze, and visualize it.
1717

1818
You can deploy the {{stack}} as a Cloud service supported on AWS, Google Cloud, and Azure, or as an on-prem installation on your own hardware.
1919

0 commit comments

Comments
 (0)