From 8ab3b4d139b0a929c174431e986ec4bc291e4280 Mon Sep 17 00:00:00 2001 From: James Gowdy Date: Mon, 24 Feb 2020 17:20:27 +0000 Subject: [PATCH] typo in config text --- .../components/filebeat_config_flyout/filebeat_config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/legacy/plugins/ml/public/application/datavisualizer/file_based/components/filebeat_config_flyout/filebeat_config.ts b/x-pack/legacy/plugins/ml/public/application/datavisualizer/file_based/components/filebeat_config_flyout/filebeat_config.ts index 3428496ebf8f2..fbcb3bc9e25da 100644 --- a/x-pack/legacy/plugins/ml/public/application/datavisualizer/file_based/components/filebeat_config_flyout/filebeat_config.ts +++ b/x-pack/legacy/plugins/ml/public/application/datavisualizer/file_based/components/filebeat_config_flyout/filebeat_config.ts @@ -23,7 +23,7 @@ export function createFilebeatConfig( '', ...getProcessors(results), 'output.elasticsearch:', - ' hosts:[""]', + ' hosts: [""]', ...getUserDetails(username), ` index: "${index}"`, ` pipeline: "${ingestPipelineId}"`,