Skip to content

Commit e5c63da

Browse files
authored
Update index-basics.md (#2060)
In #2010 I forgot to commit a pair of very small changes.
1 parent d35f218 commit e5c63da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ In {{es-serverless}}, indices matching the `logs-*-*` pattern use the logsDB ind
158158

159159
### Manage index templates [index-management-manage-index-templates]
160160

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.
162162

163163
Create, edit, clone, and delete your index templates in the **Index Templates** view. Changes made to an index template do not affect existing indices.
164164

@@ -291,7 +291,7 @@ You’re now ready to create new indices using your index template.
291291

292292
### Manage component templates
293293

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.
295295

296296
Create, edit, clone, and delete your component templates in the **Component Templates** view.
297297

@@ -334,4 +334,4 @@ Check out these examples:
334334
335335
* [Example: Enrich your data based on geolocation](/manage-data/ingest/transform-enrich/example-enrich-data-based-on-geolocation.md)
336336
* [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

Comments
 (0)