-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed as not planned
Labels
:Data Management/Monitoring>enhancementTeam:Data ManagementMeta label for data/management teamMeta label for data/management team
Description
Currently the Monitoring HttpExporter adds the pipeline parameter to every bulk index request:
Line 565 in 9fd4d6b
| params.put("pipeline", MonitoringTemplateUtils.pipelineName(MonitoringTemplateUtils.TEMPLATE_VERSION)); |
Further, the pipeline name is selected using the version of the monitoring index templates (2, 6, etc.):
Lines 112 to 114 in 9fd4d6b
| public static String pipelineName(String id) { | |
| return "xpack_monitoring_" + id; | |
| } |
With #32286, we can now set the default pipeline within each monitoring index template itself and remove this bit of code.
Metadata
Metadata
Assignees
Labels
:Data Management/Monitoring>enhancementTeam:Data ManagementMeta label for data/management teamMeta label for data/management team