|
@@ -45,7 +45,8 @@ public class ProfilingIndexTemplateRegistry extends IndexTemplateRegistry {
|
|
|
// version 2: Added 'profiling.host.machine' keyword mapping to profiling-hosts
|
|
|
// version 3: Add optional component template 'profiling-ilm@custom' to all ILM-managed index templates
|
|
|
// version 4: Added 'service.name' keyword mapping to profiling-events
|
|
|
- public static final int INDEX_TEMPLATE_VERSION = 4;
|
|
|
+ // version 5: Add optional component template '<idx-name>@custom' to all index templates that reference component templates
|
|
|
+ public static final int INDEX_TEMPLATE_VERSION = 5;
|
|
|
|
|
|
// history for individual indices / index templates. Only bump these for breaking changes that require to create a new index
|
|
|
public static final int PROFILING_EVENTS_VERSION = 2;
|