Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates file upload info for File Uploader #73

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified serverless/images/file-uploader-UI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Loading