From b66d58c7ac7cd73ba7ff04508b6e21d5a116a2e9 Mon Sep 17 00:00:00 2001 From: kosabogi Date: Fri, 11 Oct 2024 12:33:13 +0200 Subject: [PATCH] Updates file upload info for File Uploader --- .../pages/ingest-your-data-upload-file.mdx | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/serverless/pages/ingest-your-data-upload-file.mdx b/serverless/pages/ingest-your-data-upload-file.mdx index 6754dd81..4ec25a8e 100644 --- a/serverless/pages/ingest-your-data-upload-file.mdx +++ b/serverless/pages/ingest-your-data-upload-file.mdx @@ -10,11 +10,22 @@ tags: [ 'serverless', 'elasticsearch', 'ingest', 'how to' ] You can upload files to ((es)) using the File Uploader. Use the visualizer to inspect the data before importing it. -The following file formats are supported: +You can upload different file formats for analysis: -- Delimited text files, such as CSV and TSV -- Newline-delimited JSON -- Log files with a common format for the timestamp +File formats supported up to 500 MB: + +- CSV +- TSV +- NDJSON +- Log files + +File formats supported up to 60 MB: + +- PDF +- Microsoft Office files (Word, Excel, PowerPoint) +- Plain Text (TXT) +- Rich Text (RTF) +- Open Document Format (ODF) ## How to upload a file