Link Search Menu Expand Document Documentation Menu

Component templates

Introduced 2.7

Component templates allow you to create a single index pattern that matches multiple indexes. This pattern can include wildcards or regular expressions, enabling you to apply the same setting or mapping to multiple indexes simultaneously.

Using them with index templates can provide a powerful tool for managing large volumes of data. You can create an index template that defines the basic structure and settings of your indexes and then use the component templates to apply the settings to all indexes that match a specific pattern or set of criteria.

You can create component templates using the Index Management UI. The UI maximizes ease of use for common indexing and data stream administrative operations such as create, read, update, delete (CRUD) and mapping indexes; CRUD and mapping aliases; reindexing; and open/close, shrink, and split indexes, along with the monitoring of actions and logging of audit records.

The following GIF demonstrates creating a component template.

Component template demo

Prerequisites

This tutorial is intended for admin users who manage OpenSearch clusters and are familiar with index management in OpenSearch Dashboards.

Key terms

It’s helpful to understand the following terms before starting this tutorial:

  • Component template refers to a reusable building block with settings, mappings, and aliases that can be attached to an index template.
  • Index template refers to a predefined structure used to organize and store data in a database or search index.

Creating component templates using the Index Management UI

You can use predefined OpenSearch Dashboards component templates or customize your own, either by creating original templates or by modifying existing templates. Predefined component templates include preconfigured charts, tables, and graphs and are a good starting point for users who are new to OpenSearch Dashboards. Alternatively, customized template components provide you with options for tailoring reports and visualizations that meet your specific requirements and preferences.

To create template components using the UI, follow these steps:

  1. On the OpenSearch Dashboards main page, select Index Management in the navigation menu.
  2. In the Index Management window, select Templates > Component templates.
  3. Select Create and then define the component template settings.
  4. To configure aliases, settings, and mappings, toggle Use configuration, as shown in the following image.

    Component template use configuration

  5. Enter details in the aliases, settings, and mappings fields.
  6. Select Create component template.

When you create component templates, those templates apply only to new index templates that you create and not to existing index templates.

Associating component templates with index templates

To associate a component template with an index template, follow these steps:

  1. In the Index Management navigation menu, select Templates.
  2. In the Templates window, select Create template.
  3. Select Component template as the method for defining your template.
  4. In the Component template pane, select Associate component template, as shown in the following image.

    Component template associate configuration

  5. In the Associate component template pop-up window, select the component templates that you want to associate with your index template.
  6. Select Associate.
  7. Select Preview template to view the template settings.
  8. Select Create template.
350 characters left

Have a question? .

Want to contribute? or .