From 46505bd4ece0405a963174a8dac46dea8b25f27e Mon Sep 17 00:00:00 2001 From: James Gowdy Date: Wed, 8 Apr 2020 17:42:26 +0100 Subject: [PATCH] increasing max to 1GB --- x-pack/plugins/ml/common/constants/file_datavisualizer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/ml/common/constants/file_datavisualizer.ts b/x-pack/plugins/ml/common/constants/file_datavisualizer.ts index e37be657d899e..59b6fc5929708 100644 --- a/x-pack/plugins/ml/common/constants/file_datavisualizer.ts +++ b/x-pack/plugins/ml/common/constants/file_datavisualizer.ts @@ -5,7 +5,7 @@ */ export const MAX_BYTES = 104857600; -export const ABSOLUTE_MAX_BYTES = MAX_BYTES * 10; +export const ABSOLUTE_MAX_BYTES = 1073741274; export const FILE_SIZE_DISPLAY_FORMAT = '0,0.[0] b'; // Value to use in the Elasticsearch index mapping meta data to identify the