diff --git a/images/sample-data-sets.png b/images/sample-data-sets.png
new file mode 100644
index 0000000000..48dfb0c5d3
Binary files /dev/null and b/images/sample-data-sets.png differ
diff --git a/images/sample-upload-a-file.png b/images/sample-upload-a-file.png
new file mode 100644
index 0000000000..5c95b36073
Binary files /dev/null and b/images/sample-upload-a-file.png differ
diff --git a/manage-data/ingest/sample-data.md b/manage-data/ingest/sample-data.md
index 075bed034d..b50b4f7d14 100644
--- a/manage-data/ingest/sample-data.md
+++ b/manage-data/ingest/sample-data.md
@@ -6,13 +6,42 @@ mapped_urls:
# Sample data
-% What needs to be done: Refine
+Using sample data is a great way to start exploring the system and learn your way around. There are a few ways to easily ingest sample data into {{es}}.
-% GitHub issue: docs-projects#373
+## Add sample data sets
-% Scope notes: Combine the two linked resources.
+The simplest way is to add one or more of our sample data sets. These data sets come with sample visualizations, dashboards, and more to help you explore the interface before you add your own data.
-% Use migrated content from existing pages that map to this page:
+If you have no data, you will be prompted to install these packages when running {{kib}} for the first time.
-% - [ ] ./raw-migrated-files/kibana/kibana/sample-data.md
-% - [ ] ./raw-migrated-files/kibana/kibana/connect-to-elasticsearch.md
\ No newline at end of file
+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.
+
+:::{image} /images/sample-data-sets.png
+:alt: Sample data sets
+:class: screenshot
+:::
+
+## Run the makelogs script
+
+Alternatively, run the provided `makelogs` script to generate sample data.
+
+```bash
+node scripts/makelogs --auth :
+```
+
+The default username and password combination are `elastic:changeme`
+
+:::{important}
+Make sure to execute `node scripts/makelogs` *after* {{es}} is up and running.
+:::
+
+## Upload a file
+
+You can also upload your own sample data using the **Upload a file** option on the **Integrations** page.
+
+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.
+
+:::{image} /images/sample-upload-a-file.png
+:alt: Upload a sample data file
+:class: screenshot
+:::
\ No newline at end of file
diff --git a/raw-migrated-files/kibana/kibana/sample-data.md b/raw-migrated-files/kibana/kibana/sample-data.md
deleted file mode 100644
index 3938db6221..0000000000
--- a/raw-migrated-files/kibana/kibana/sample-data.md
+++ /dev/null
@@ -1,26 +0,0 @@
-# Installing sample data [sample-data]
-
-There are a couple ways to easily get data ingested into {{es}}.
-
-
-## Sample data packages available for one click installation [_sample_data_packages_available_for_one_click_installation]
-
-The easiest is to install one or more of our available sample data packages. If you have no data, you should be prompted to install when running {{kib}} for the first time. You can also access and install the sample data packages by going to the **Integrations*** page and selecting ***Sample data**.
-
-
-## makelogs script [_makelogs_script]
-
-The provided `makelogs` script will generate sample data.
-
-```bash
-node scripts/makelogs --auth :
-```
-
-The default username and password combination are `elastic:changeme`
-
-Make sure to execute `node scripts/makelogs` **after** {{es}} is up and running!
-
-
-## CSV upload [_csv_upload]
-
-You can also use the CSV uploader provided on the **Upload file*** page available in the list of ***Integrations***. Navigate to ***Add data*** > ***Upload file** to upload your data from a file.
diff --git a/raw-migrated-files/toc.yml b/raw-migrated-files/toc.yml
index 4dc414acb3..0567f0dfcb 100644
--- a/raw-migrated-files/toc.yml
+++ b/raw-migrated-files/toc.yml
@@ -543,7 +543,6 @@ toc:
- file: kibana/kibana/osquery.md
- file: kibana/kibana/reporting-production-considerations.md
- file: kibana/kibana/role-mappings.md
- - file: kibana/kibana/sample-data.md
- file: kibana/kibana/search-ai-assistant.md
- file: kibana/kibana/secure-reporting.md
- file: kibana/kibana/secure-settings.md