|
@@ -48,12 +48,13 @@ public class ProfilingIndexTemplateRegistry extends IndexTemplateRegistry {
|
|
|
// version 5: Add optional component template '<idx-name>@custom' to all index templates that reference component templates
|
|
|
// version 6: Added 'host.arch' keyword mapping to profiling-hosts
|
|
|
// version 7: Added 'host.type', 'cloud.provider', 'cloud.region' keyword mappings to profiling-hosts
|
|
|
- public static final int INDEX_TEMPLATE_VERSION = 7;
|
|
|
+ // version 8: Changed from disabled _source to synthetic _source for profiling-events-* and profiling-metrics
|
|
|
+ public static final int INDEX_TEMPLATE_VERSION = 8;
|
|
|
|
|
|
// 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;
|
|
|
+ public static final int PROFILING_EVENTS_VERSION = 3;
|
|
|
public static final int PROFILING_EXECUTABLES_VERSION = 1;
|
|
|
- public static final int PROFILING_METRICS_VERSION = 1;
|
|
|
+ public static final int PROFILING_METRICS_VERSION = 2;
|
|
|
public static final int PROFILING_HOSTS_VERSION = 2;
|
|
|
public static final int PROFILING_STACKFRAMES_VERSION = 1;
|
|
|
public static final int PROFILING_STACKTRACES_VERSION = 1;
|