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

Serverless updates #185

Merged
merged 6 commits into from
Nov 12, 2024
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified serverless/images/ingest-pipelines-management.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 11 additions & 3 deletions serverless/pages/ingest-your-data-upload-file.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,24 @@ File formats supported up to 60 MB:
[[elasticsearch-ingest-data-file-upload-how-to-upload-a-file]]
== How to upload a file

You'll find a link to the File Uploader on the {es} **Home** page.
You'll find a link to the Data Visualizer on the {es} **Getting Started** page.

[role="screenshot"]
image::images/file-uploader-homepage-link.png[File upload link]
image::images/file-data-visualizer-homepage-link.png[data visualizer link]

Clicking **Upload a file** opens the File Uploader UI.
Clicking **Upload a file** opens the Data Visualizer UI.

[role="screenshot"]
image::images/file-uploader-UI.png[File upload UI]

Drag a file into the upload area or click **Select or drag and drop a file** to choose a file from your computer.

The file is uploaded and analyzed. The Data Visualizer displays the first 1000 rows of the file. You can inspect the data and make any necessary changes before importing it. Click **Import** continue the process.

On the next screen, give your index a name and click **Import**.

This process will create an index and import the data into {es}. Once your data is in {es}, you can start exploring it, see <<elasticsearch-explore-your-data,Explore your data>> for more information.

[IMPORTANT]
====
The upload feature is not intended for use as part of a repeated production
Expand Down
2 changes: 1 addition & 1 deletion serverless/pages/project-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

preview:[]

Go to **Project Settings** to manage your indices, data views, saved objects, settings, and more.
Go to **Project settings**, then ** Management** to manage your indices, data views, saved objects, settings, and more.

Access to individual features is governed by Elastic user roles.
Consult your administrator if you do not have the appropriate access.
Expand Down