-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] Add Ingest tools overview and Upload data files (#526)
Closes: [#327](elastic/docs-projects#372) and [#444](elastic/docs-projects#444) Previews: [Ingest tools overview](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/526/manage-data/ingest/tools) and [Upload data files](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/526/manage-data/ingest/upload-data-files) ### Summary - As discussed, combined content from linked resources to add a table for the tools overview. A lot of pages have moved around so I'd really appreciate a quick double-check of the links to make sure they're pointing to the right location 🙏 - Added content to the Upload data files page and changed its location (see questions below) ### Questions 1. Since we decided that a table would work best for the overview, I'm not sure how to incorporate https://www.elastic.co/guide/en/cloud/current/ec-cloud-ingest-data.html on this page. I don't think all of its content fits here based on the new IA. Maybe it could go in the reference section? I'm open to any ideas!! 2. The Upload data files page was originally nested under the Ingest tools overview, but I think it's better suited as a sibling in the overall Manage data/Ingest section. What do you think?
- Loading branch information
1 parent
1c2e612
commit 7254fdc
Showing
15 changed files
with
105 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
--- | ||
mapped_urls: | ||
- https://www.elastic.co/guide/en/serverless/current/elasticsearch-ingest-data-file-upload.html | ||
- https://www.elastic.co/guide/en/kibana/current/connect-to-elasticsearch.html#upload-data-kibana | ||
--- | ||
|
||
# Upload data files [upload-data-kibana] | ||
|
||
% What needs to be done: Align serverless/stateful | ||
|
||
% Use migrated content from existing pages that map to this page: | ||
|
||
% - [x] ./raw-migrated-files/docs-content/serverless/elasticsearch-ingest-data-file-upload.md | ||
% - [x] ./raw-migrated-files/kibana/kibana/connect-to-elasticsearch.md | ||
|
||
% Note from David: I've removed the ID $$$upload-data-kibana$$$ from manage-data/ingest.md as those links should instead point to this page. So, please ensure that the following ID is included on this page. I've added it beside the title. | ||
|
||
You can upload files, view their fields and metrics, and optionally import them to {{es}} with the Data Visualizer. | ||
|
||
To use the Data Visualizer, click **Upload a file** on the {{es}} **Getting Started** page or navigate to the **Integrations** view and search for **Upload a file**. Clicking **Upload a file** opens the Data Visualizer UI. | ||
|
||
:::{image} /images/serverless-file-uploader-UI.png | ||
:alt: File upload UI | ||
:class: screenshot | ||
::: | ||
|
||
Drag a file into the upload area or click **Select or drag and drop a file** to choose a file from your computer. | ||
|
||
You can upload different file formats for analysis with the Data Visualizer: | ||
|
||
File formats supported up to 500 MB: | ||
|
||
* CSV | ||
* TSV | ||
* NDJSON | ||
* Log files | ||
|
||
File formats supported up to 60 MB: | ||
|
||
* Microsoft Office files (Word, Excel, PowerPoint) | ||
* Plain Text (TXT) | ||
* Rich Text (RTF) | ||
* Open Document Format (ODF) | ||
|
||
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. | ||
|
||
This process will create an index and import the data into {{es}}. Once your data is in {{es}}, you can start exploring it, see [Explore and analyze](/explore-analyze/index.md) for more information. | ||
|
||
::::{important} | ||
The upload feature is not intended for use as part of a repeated production process, but rather for the initial exploration of your data. | ||
|
||
:::: | ||
|
||
## Required privileges | ||
|
||
The {{stack-security-features}} provide roles and privileges that control which users can upload files. To upload a file in {{kib}} and import it into an {{es}} index, you’ll need: | ||
|
||
* `manage_pipeline` or `manage_ingest_pipelines` cluster privilege | ||
* `create`, `create_index`, `manage`, and `read` index privileges for the index | ||
* `all` {{kib}} privileges for **Discover** and **Data Views Management** | ||
|
||
You can manage your roles, privileges, and spaces in **{{stack-manage-app}}**. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.