You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/core/template-resources/src/main/resources/profiling/component-template/profiling-events.json
Copy file name to clipboardExpand all lines: x-pack/plugin/profiling/src/main/java/org/elasticsearch/xpack/profiling/persistence/ProfilingIndexTemplateRegistry.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -54,10 +54,12 @@ public class ProfilingIndexTemplateRegistry extends IndexTemplateRegistry {
54
54
// version 11: Added 'profiling.agent.protocol' keyword mapping to profiling-hosts
55
55
// version 12: Added 'profiling.agent.env_https_proxy' keyword mapping to profiling-hosts
56
56
// version 13: Added 'container.id' keyword mapping to profiling-events
57
-
publicstaticfinalintINDEX_TEMPLATE_VERSION = 14;
57
+
// version 14: Stop using using _source.mode attribute in index templates
58
+
// version 15: Use LogsDB mode for profiling-events-* (~30% smaller storage footprint)
59
+
publicstaticfinalintINDEX_TEMPLATE_VERSION = 15;
58
60
59
61
// history for individual indices / index templates. Only bump these for breaking changes that require to create a new index
0 commit comments