Skip to content

Commit

Permalink
Increase INDEX_TEMPLATE_VERSION for profiling.executable.name
Browse files Browse the repository at this point in the history
  • Loading branch information
rockdaboot committed Jan 6, 2025
1 parent 8046c83 commit 9cf66c8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ public class ProfilingIndexTemplateRegistry extends IndexTemplateRegistry {
// version 11: Added 'profiling.agent.protocol' keyword mapping to profiling-hosts
// version 12: Added 'profiling.agent.env_https_proxy' keyword mapping to profiling-hosts
// version 13: Added 'container.id' keyword mapping to profiling-events
public static final int INDEX_TEMPLATE_VERSION = 14;
// version 14: Added 'profiling.executable.name' keyword mapping to profiling-events
public static final int INDEX_TEMPLATE_VERSION = 15;

// 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 = 5;
Expand Down

0 comments on commit 9cf66c8

Please sign in to comment.