August 2019
Intermediate to advanced
560 pages
13h 41m
English
Index settings can be defined in index templates and applied when the index is created so that the settings can be reused. However, changing the template has no effect on any existing indices. The settings in the template will also be overridden by the settings in the create index API. In this section, we will introduce the basic index template CRUD APIs and practice each one:
.In the template, there is a field called index_pattern that can be specified a glob style pattern. Any index being created that matches the index pattern will apply the ...
Read now
Unlock full access