Skip to content

Commit 71eabc3

Browse files
committed
Update 'Upload data files' with new file import process
1 parent e4a3389 commit 71eabc3

File tree

4 files changed

+48
-36
lines changed

4 files changed

+48
-36
lines changed
-60.1 KB
Binary file not shown.
-83.4 KB
Binary file not shown.

manage-data/ingest/sample-data.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ The simplest way is to add one or more of our sample data sets. These data sets
1919

2020
If you have no data, you will be prompted to install these packages when running {{kib}} for the first time.
2121

22-
You can also access and install them from the **Integrations** page. Go to **Integrations** and search for **Sample Data**. On the **Sample Data** page, expand the **Other sample data sets** section and add the type of data you want.
23-
<br>
22+
You can also access and install them from the **Integrations** page. Go to **Integrations** and search for **Sample data**. On the **Sample data** page, expand the **Other sample data sets** section and add the type of data you want.
23+
2424
:::{image} /manage-data/images/sample-data-sets.png
2525
:alt: Sample data sets
2626
:screenshot:
@@ -42,11 +42,4 @@ Make sure to execute `node scripts/makelogs` *after* {{es}} is up and running.
4242

4343
## Upload a file
4444

45-
You can also upload your own sample data using the **Upload a file** option on the **Integrations** page.
46-
47-
Go to **Integrations** and search for **Upload a file**. On the **Upload file** page, select or drag and drop a file to add your data.
48-
<br>
49-
:::{image} /manage-data/images/sample-upload-a-file.png
50-
:alt: Upload a sample data file
51-
:screenshot:
52-
:::
45+
You can also upload your own sample data using the **Upload a file** option on the **Integrations** page. For detailed instructions, refer to [Upload data files](/manage-data/ingest/upload-data-files.md).

manage-data/ingest/upload-data-files.md

Lines changed: 45 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -12,46 +12,65 @@ products:
1212

1313
# Upload data files [upload-data-kibana]
1414

15-
% What needs to be done: Align serverless/stateful
15+
You can upload files, analyze their fields and metrics, and import their data into an {{es}} index using the Data Visualizer.
1616

17-
% Use migrated content from existing pages that map to this page:
17+
1. Open the **Integrations** page using the global search field, then search for **Upload a file** using the integrations search field.
1818

19-
% - [x] ./raw-migrated-files/docs-content/serverless/elasticsearch-ingest-data-file-upload.md
20-
% - [x] ./raw-migrated-files/kibana/kibana/connect-to-elasticsearch.md
19+
2. Click **Upload a file** to open the Data Visualizer UI.
2120

22-
% 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, ensure that the following ID is included on this page. I've added it beside the title.
21+
3. Depending on your version and deployment:
2322

24-
You can upload files, view their fields and metrics, and optionally import them to {{es}} with the Data Visualizer.
23+
::::{applies-switch}
2524

26-
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.
25+
:::{applies-item} stack: ga 9.0.0-9.1.8
2726

28-
:::{image} /manage-data/images/serverless-file-uploader-UI.png
29-
:alt: File upload UI
30-
:screenshot:
31-
:::
27+
1. Drag a file into the upload area or click **Select or drag and drop a file** to choose a file from your computer.
3228

33-
Drag a file into the upload area or click **Select or drag and drop a file** to choose a file from your computer.
29+
You can upload different file formats for analysis with the Data Visualizer.
3430

35-
You can upload different file formats for analysis with the Data Visualizer:
31+
The supported file formats are:
32+
* CSV, TSV, NDJSON, log files (up to 500 MB)
33+
* PDF, TXT, RTF, ODF, Microsoft Office files (up to 60 MB)
3634

37-
File formats supported up to 500 MB:
35+
After you upload a file, you can inspect its data and make any necessary changes before importing it.
3836

39-
* CSV
40-
* TSV
41-
* NDJSON
42-
* Log files
37+
2. Click **Import**.
4338

44-
File formats supported up to 60 MB:
39+
3. Enter a name for the index where the data will be stored, then click **Import** again to complete the process.
4540

46-
* PDF
47-
* Microsoft Office files (Word, Excel, PowerPoint)
48-
* Plain Text (TXT)
49-
* Rich Text (RTF)
50-
* Open Document Format (ODF)
41+
:::
5142

52-
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.
43+
:::{applies-item} stack: ga 9.2
5344

54-
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.
45+
1. Choose whether to import the data to a new index or to an existing one.
46+
2. Enter a name for the new index or select an existing index from the dropdown.
47+
3. Drag one or more files into the upload area or click **Select or drag and drop a file** to choose files from your computer.
48+
49+
The supported file formats are PDF, TXT, CSV, log files and NDJSON.
50+
51+
After you upload your files, you can inspect the data and make any necessary changes before importing it.
52+
53+
4. Click **Import** to complete the process.
54+
55+
:::
56+
57+
:::{applies-item} serverless: ga
58+
59+
1. Choose whether to import the data to a new index or to an existing one.
60+
2. Enter a name for the new index or select an existing index from the dropdown.
61+
3. Drag one or more files into the upload area or click **Select or drag and drop a file** to choose files from your computer.
62+
63+
The supported file formats are PDF, TXT, CSV, log files and NDJSON.
64+
65+
After you upload your files, you can inspect the data and make any necessary changes before importing it.
66+
67+
4. Click **Import** to complete the process.
68+
69+
:::
70+
71+
::::
72+
73+
After the uploaded data is imported into the specified {{es}} index, you can start exploring it. For more details, refer to [Explore and analyze](/explore-analyze/index.md).
5574

5675
::::{important}
5776
The upload feature is not intended for use as part of a repeated production process, but rather for the initial exploration of your data.

0 commit comments

Comments
 (0)