Skip to content

Commit

Permalink
Updates file upload info for File Uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
kosabogi committed Oct 11, 2024
1 parent 84f3199 commit b66d58c
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions serverless/pages/ingest-your-data-upload-file.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b66d58c

Please sign in to comment.