Skip to content

Commit de34a03

Browse files
committed
Move client section
1 parent fff4c7e commit de34a03

File tree

1 file changed

+17
-22
lines changed

1 file changed

+17
-22
lines changed

get-started/the-stack.md

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,19 @@ All deployments include {{es}}.
2626
Although {{kib}} is not required to use {{es}}, it is included by default when you use deployment methods such as {{serverless-full}}.
2727

2828
$$$stack-components$$$
29-
The {{search-platform}} has components for ingesting, storing, searching, analyzing, and visualizing data at scale:
29+
The {{search-platform}} has components for ingesting, storing, and exploring data at scale:
3030

3131
![Components of the {{search-platform}}](/get-started/images/platform-components-diagram.svg)
3232

3333
Continue reading to learn how these components work together.
3434

3535
## Ingest [_ingest]
3636

37-
Elastic provides a number of components that ingest data.
38-
Collect and ship logs, metrics, and other types of data with {{agent}} or {{beats}}.
39-
Manage your {{agents}} with {{fleet}}.
40-
Collect detailed performance information with Elastic APM.
37+
There are multiple methods for ingesting data in the {{search-platform}}.
38+
For example, you can collect and ship logs, metrics, and other types of data with {{agent}} or collect detailed performance information with Elastic APM.
39+
If you want to transform and enrich data before it's stored, you can use {{es}} ingest pipelines or {{ls}}.
4140

42-
If you want to transform or enrich data before it's stored, you can use {{es}} ingest pipelines or {{ls}}.
43-
44-
Trying to decide which ingest component to use? Refer to [](/manage-data/ingest.md) to help you decide.
41+
Trying to decide which ingest components to use? Refer to [](/manage-data/ingest.md) and [](/manage-data/ingest/tools.md).
4542

4643
### {{fleet}} and {{agent}} [stack-components-agent]
4744

@@ -86,7 +83,8 @@ It can dynamically unify data from disparate sources and normalize the data into
8683

8784
## Store, search, and analyze [_store]
8885

89-
{{es}} is the distributed search, storage, and analytics engine at the heart of the {{search-platform}}.
86+
{{es}} is the distributed storage, search, and analytics engine at the heart of the {{search-platform}}.
87+
You can use the {{es}} clients to access data directly by using common programming languages.
9088

9189
### {{es}} [stack-components-elasticsearch]
9290

@@ -105,10 +103,17 @@ This API-first approach is fundamental to enabling infrastructure-as-code practi
105103

106104
Learn more about [the {{es}} data store](/manage-data/data-store.md), its [distributed architecture](/deploy-manage/distributed-architecture.md), and [APIs](elasticsearch://reference/elasticsearch/rest-apis/index.md).
107105

108-
## Explore [_consume]
106+
### {{es}} clients [stack-components-elasticsearch-clients]
107+
108+
The clients provide a convenient mechanism to manage API requests and responses to and from {{es}} from popular languages such as Java, Ruby, Go, Python, and others.
109+
Both official and community contributed clients are available.
110+
111+
[Learn more about the {{es}} clients](/reference/elasticsearch-clients/index.md).
112+
113+
## Explore and visualize [_consume]
109114

110115
Use {{kib}} to explore and visualize the data that's stored in {{es}} and to manage the {{search-platform}}.
111-
You can use the {{es}} clients to access data directly by using common programming languages.
116+
It is also the home for the {{es}}, Elastic {{observability}} and {{elastic-sec}} [solutions](/get-started/introduction.md).
112117

113118
### {{kib}} [stack-components-kibana]
114119

@@ -122,14 +127,4 @@ With {{kib}}, you can:
122127
It also has [query tools](/explore-analyze/query-filter/tools.md) such as **Console**, which provides an interactive way to send requests directly to the {{es}} API and view the responses.
123128
For secure, automated access, you can create and manage API keys to authenticate your scripts and applications.
124129

125-
[Learn more about {{kib}}](/explore-analyze/index.md).
126-
127-
### {{es}} clients [stack-components-elasticsearch-clients]
128-
129-
The clients provide a convenient mechanism to manage API requests and responses to and from {{es}} from popular languages such as Java, Ruby, Go, Python, and others.
130-
Both official and community contributed clients are available.
131-
132-
[Learn more about the {{es}} clients](/reference/elasticsearch-clients/index.md).
133-
134-
<!-- TO-DO: Remove lingering anchors -->
135-
$$$kibana-navigation-search$$$
130+
[Learn more about {{kib}}](/explore-analyze/index.md).

0 commit comments

Comments
 (0)