Skip to content

Commit 1a34c3c

Browse files
committed
Applying PR feedback
1 parent 241f671 commit 1a34c3c

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

manage-data/data-store/index-basics.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,6 @@ mapped_urls:
77

88
# Index basics
99

10-
% What needs to be done: Refine
11-
12-
% GitHub issue: docs-projects#369
13-
14-
% Scope notes: Combine content from linked sources.
15-
16-
% Use migrated content from existing pages that map to this page:
17-
18-
% - [x] ./raw-migrated-files/elasticsearch/elasticsearch-reference/documents-indices.md
19-
% - [x] ./raw-migrated-files/elasticsearch/elasticsearch-reference/index-mgmt.md
20-
% - [x] ./raw-migrated-files/docs-content/serverless/index-management.md
21-
22-
% Internal links rely on the following IDs being on this page (e.g. as a heading ID, paragraph ID, etc):
23-
24-
$$$elasticsearch-intro-documents-fields-mappings$$$
25-
2610
This content applies to: [![Elasticsearch](/images/serverless-es-badge.svg "")](/solutions/search.md) [![Observability](/images/serverless-obs-badge.svg "")](/solutions/observability.md) [![Security](/images/serverless-sec-badge.svg "")](/solutions/security/elastic-security-serverless.md)
2711

2812
An index is a fundamental unit of storage in {{es}}. It is a collection of documents uniquely identified by a name or an [alias](/manage-data/data-store/aliases.md). This unique name is important because it’s used to target the index in search queries and other operations.
@@ -104,7 +88,7 @@ A [data stream](/manage-data/data-store/index-types/data-streams.md) lets you st
10488

10589
Investigate your data streams and address lifecycle management needs in the **Data Streams** view.
10690

107-
:::{image} /images/serverless-management-data-stream.png
91+
:::{image} ../../images/serverless-management-data-stream.png
10892
:alt: Data stream details
10993
:class: screenshot
11094
:::

0 commit comments

Comments
 (0)