Skip to content

Commit cb8230e

Browse files
committed
More intro edits
1 parent a52dfe5 commit cb8230e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

get-started/the-stack.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ The [{{search-platform}}](https://www.elastic.co/platform) is the open source fo
1717
It has components for ingesting, storing, searching, analyzing, and visualizing data at scale.
1818
The core components (also known as ELK or the [{{stack}}](https://www.elastic.co/elastic-stack)) are:
1919

20-
- [{{es}}](#stack-components-elasticsearch): The distributed search and analytics engine.
21-
- [{{ls}}](#stack-components-logstash): The data ingestion and transformation pipeline.
22-
- [{{kib}}](#stack-components-kibana): The exploration, visualization, and dashboarding user interface.
23-
- [{{beats}}](#stack-components-beats): Lightweight data shippers.
20+
- [{{es}}](#stack-components-elasticsearch): The distributed data store and search engine. It handles indexing, querying, and analytics.
21+
- [{{ls}}](#stack-components-logstash): The data ingestion and transformation engine, often used for more complex ETL (extract, transform, load) pipelines.
22+
- [{{kib}}](#stack-components-kibana): The user interface with dashboards, visualizations, and management tools for data that's stored in {{es}}.
23+
- [{{beats}}](#stack-components-beats): Lightweight data shippers that collect and forward data to {{es}}.
2424

2525
$$$stack-components$$$
2626
<!--

0 commit comments

Comments
 (0)