Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions get-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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**

Expand Down
6 changes: 3 additions & 3 deletions get-started/installing-elastic-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| ------------- | ------------- |
Copy link
Contributor Author

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

| 5044 | {{agent}} → {{ls}}<br>{{beats}} → {{ls}} |
| 5601 | {{kib}}<br>{{agent}} → {{fleet}}<br>{{fleet-server}} → {{fleet}} |
| 8220 | {{agent}} → {{fleet-server}}<br>APM Server |
Expand All @@ -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

View workflow job for this annotation

GitHub Actions / preview / build

The url contains a template expression. Please do not use template expressions in links. See https://github.com/elastic/docs-builder/issues/182 for further information.
2. [Kibana]({{kibana-ref}}/install.html)

Check warning on line 33 in get-started/installing-elastic-stack.md

View workflow job for this annotation

GitHub Actions / preview / build

The url contains a template expression. Please do not use template expressions in links. See https://github.com/elastic/docs-builder/issues/182 for further information.
3. [Logstash]({{logstash-ref}}/installing-logstash.html)

Check warning on line 34 in get-started/installing-elastic-stack.md

View workflow job for this annotation

GitHub Actions / preview / build

The url contains a template expression. Please do not use template expressions in links. See https://github.com/elastic/docs-builder/issues/182 for further information.
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

View workflow job for this annotation

GitHub Actions / preview / build

The url contains a template expression. Please do not use template expressions in links. See https://github.com/elastic/docs-builder/issues/182 for further information.

Check warning on line 35 in get-started/installing-elastic-stack.md

View workflow job for this annotation

GitHub Actions / preview / build

The url contains a template expression. Please do not use template expressions in links. See https://github.com/elastic/docs-builder/issues/182 for further information.
5. [APM]({{apm-guide-ref}}/apm-quick-start.html)

Check warning on line 36 in get-started/installing-elastic-stack.md

View workflow job for this annotation

GitHub Actions / preview / build

The url contains a template expression. Please do not use template expressions in links. See https://github.com/elastic/docs-builder/issues/182 for further information.
6. [Elasticsearch Hadoop]({{hadoop-ref}}/install.html)

Check warning on line 37 in get-started/installing-elastic-stack.md

View workflow job for this annotation

GitHub Actions / preview / build

The url contains a template expression. Please do not use template expressions in links. See https://github.com/elastic/docs-builder/issues/182 for further information.

Installing in this order ensures that the components each product depends on are in place.

Expand Down
2 changes: 1 addition & 1 deletion get-started/the-stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading