You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manage-data/data-store/index-basics.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ In {{es-serverless}}, indices matching the `logs-*-*` pattern use the logsDB ind
158
158
159
159
### Manage index templates [index-management-manage-index-templates]
160
160
161
-
An [index template](/manage-data/data-store/templates.md)is a way to tell {{es}} how to configure an index when it is created.
161
+
An index template is a type of [template](/manage-data/data-store/templates.md)that tells {{es}} how to configure an index when it is created.
162
162
163
163
Create, edit, clone, and delete your index templates in the **Index Templates** view. Changes made to an index template do not affect existing indices.
164
164
@@ -291,7 +291,7 @@ You’re now ready to create new indices using your index template.
291
291
292
292
### Manage component templates
293
293
294
-
[Component templates](/manage-data/data-store/templates.md) are reusable building blocks that configure mappings, settings, and aliases.
294
+
Component templates are a type of [template](/manage-data/data-store/templates.md) used as reusable building blocks within index templates to configure index settings, mappings, and aliases.
295
295
296
296
Create, edit, clone, and delete your component templates in the **Component Templates** view.
297
297
@@ -334,4 +334,4 @@ Check out these examples:
334
334
335
335
* [Example: Enrich your data based on geolocation](/manage-data/ingest/transform-enrich/example-enrich-data-based-on-geolocation.md)
336
336
* [Example: Enrich your data based on exact values](/manage-data/ingest/transform-enrich/example-enrich-data-based-on-exact-values.md)
337
-
* [Example: Enrich your data by matching a value to a range](/manage-data/ingest/transform-enrich/example-enrich-data-by-matching-value-to-range.md)
337
+
* [Example: Enrich your data by matching a value to a range](/manage-data/ingest/transform-enrich/example-enrich-data-by-matching-value-to-range.md)
0 commit comments