diff --git a/x-pack/plugins/monitoring/server/routes/api/v1/_health/index.ts b/x-pack/plugins/monitoring/server/routes/api/v1/_health/index.ts index 83bc912bf52483..8a7231cca090d5 100644 --- a/x-pack/plugins/monitoring/server/routes/api/v1/_health/index.ts +++ b/x-pack/plugins/monitoring/server/routes/api/v1/_health/index.ts @@ -55,7 +55,6 @@ export function registerV1HealthRoute(server: MonitoringCore) { getNewIndexPatterns({ config, moduleType: 'kibana' }), getNewIndexPatterns({ config, moduleType: 'logstash' }), getLegacyIndexPattern({ config, moduleType: 'beats' }), - , ].join(','); const entSearchIndex = getLegacyIndexPattern({ config, moduleType: 'enterprisesearch' });