From 39fc8fb8efc20a4deb89a21edfd9131addbe2183 Mon Sep 17 00:00:00 2001 From: Karen Metts Date: Tue, 18 Feb 2025 16:22:13 -0500 Subject: [PATCH] [GS] Refine content --- get-started/index.md | 10 +++------- get-started/installing-elastic-stack.md | 6 +++--- get-started/the-stack.md | 2 +- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/get-started/index.md b/get-started/index.md index 4bb83fa93e..1d5f068c75 100644 --- a/get-started/index.md +++ b/get-started/index.md @@ -7,17 +7,13 @@ mapped_pages: [{{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. -{{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: +{{es}} is the heart of the [Elastic Stack](the-stack.md). Combined with [{{kib}}](https://www.elastic.co/kibana), it powers these Elastic solutions: * [Observability](https://www.elastic.co/observability) * [Search](https://www.elastic.co/enterprise-search) * [Security](https://www.elastic.co/security) -::::{tip} -{{es}} has a lot of features. Explore the full list on the [product webpage](https://www.elastic.co/elasticsearch/features). - -:::: - +Explore the full list of [{{es}} features](https://www.elastic.co/elasticsearch/features) on the product webpage. ::::{admonition} What is the Elastic Stack? :name: elasticsearch-intro-elastic-stack @@ -30,7 +26,7 @@ mapped_pages: ## Use cases [elasticsearch-intro-use-cases] -{{es}} is used for a wide and growing range of use cases. Here are a few examples: +You can use {{es}} for a wide and growing range of use cases. Here are a few examples: **Observability** diff --git a/get-started/installing-elastic-stack.md b/get-started/installing-elastic-stack.md index 13af4d83b5..808ee13285 100644 --- a/get-started/installing-elastic-stack.md +++ b/get-started/installing-elastic-stack.md @@ -9,10 +9,10 @@ For an example of installing and configuring the {{stack}}, you can try out our ## 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}}
{{beats}} → {{ls}} | | 5601 | {{kib}}
{{agent}} → {{fleet}}
{{fleet-server}} → {{fleet}} | | 8220 | {{agent}} → {{fleet-server}}
APM Server | diff --git a/get-started/the-stack.md b/get-started/the-stack.md index 923a8612b5..984e142a61 100644 --- a/get-started/the-stack.md +++ b/get-started/the-stack.md @@ -13,7 +13,7 @@ $$$kibana-navigation-search$$$ ## An overview of the {{stack}} [stack-components] -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. +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. 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.