-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Assign default pipelines in monitoring index templates #37334
Copy link
Copy link
Closed as not planned
Labels
:Core/Infra/MonitoringDEPRECATED, DO NOT USEDEPRECATED, DO NOT USE>enhancementTeam:Data Management (obsolete)DO NOT USE. This team no longer exists.DO NOT USE. This team no longer exists.
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
:Core/Infra/MonitoringDEPRECATED, DO NOT USEDEPRECATED, DO NOT USE>enhancementTeam:Data Management (obsolete)DO NOT USE. This team no longer exists.DO NOT USE. This team no longer exists.
Type
Fields
Give feedbackNo fields configured for issues without a type.