> For the complete documentation index, see [llms.txt](https://supercloudnow.gitbook.io/supercloudnow-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supercloudnow.gitbook.io/supercloudnow-docs/undefined/usage-guide/datasets/basic/creation-of-dataset.md).

# Creation of Dataset

ShyftSearch enables users to create datasets directly from connected cloud storage or supported platforms, eliminating the need to manually navigate through all stored data. The data saved on cloud storage—whether in S3, Azure Blob, GCP, or other platforms—can be selectively accessed and presented in the ShyftSearch UI. This allows you to focus only on the required data without browsing the entire storage repository.

When creating a dataset, specify the exact directories or prefixes to include, ensuring only relevant files are ingested. Once created, datasets allow fast viewing, searching, and analysis without repeatedly scanning the full storage.

<figure><picture><source srcset="/files/FVRdkLuGvazxa4IYvLLP" media="(prefers-color-scheme: dark)"><img src="/files/SSl9c1V4mNKxdaR0SkRr" alt=""></picture><figcaption></figcaption></figure>

#### Actions Column

* **Show** <img src="/files/sbiEfBYVVqolJTGYCfql" alt="" data-size="line">  : Opens the dataset for **browsing its files and directories**.
* Refresh <img src="/files/2yQu95poMSs6R6bVeJIE" alt="" data-size="line">&#x20;
* Renew  <img src="/files/0Y8iHTHm8CDMWTvj2n8m" alt="" data-size="line">  : Used to renew datasets that previously failed during processing.
* Delete   <img src="/files/VVXVbva5sAJQUR0zqKfW" alt="" data-size="line">  : Used to **remove the selected** dataset from the list.

#### **Supported  Storage Providers:**&#x20;

* **S3 Datasets** – Supports **AWS S3** and other **S3-compatible storages**.
* **Azure Blob Datasets** – Enables dataset creation from **Microsoft Azure Blob Storage**.
* **GCP Datasets** – Allows connection to **Google Cloud Platform (GCP) storage**.
* **Local File Datasets** – Lets you import data directly from **local system files**.
* **Platform Datasets** – Provides access to datasets from supported different platforms, like:
  * Splunk
  * OpenSearch
  * Databricks

<figure><picture><source srcset="/files/5ogh0SIxiqw6iIUwXYeX" media="(prefers-color-scheme: dark)"><img src="/files/aofz3dZc4mny38bfsxEM" alt=""></picture><figcaption></figcaption></figure>

#### **Key Fields for Dataset Creation**

* **Bucket Name**
  * Enter the bucket name of your cloud storage that you want to connect with.
* **Prefix&#x20;*****(optional)***
  * Specify a path if you want to include files or directories at a specific location.\
    Example: To include all files inside a `test` directory, enter:\
    `prefix: test/`
* **Processing Config**
  * Select the appropriate **Learning Pack** from the dropdown, based on your file paths and fields.
* **Source Cloud Config**
  * Choose the **source of your data** from the available cloud connection configurations.
* **Destination Cloud Configs**

  * Select the **destination cloud storage** where the dataset’s database files will be stored.

#### ⚙️ **Steps for Creating a New Dataset**

{% stepper %}
{% step %}
Navigate to the **Datasets** option in the top navigation bar.
{% endstep %}

{% step %}
**Click the**  ![](/files/ogZ3BYD2slD4C8V6T6Ta)  **button to start creating a dataset.**
{% endstep %}

{% step %}
**In the dialog box that appears, provide all required details.**
{% endstep %}

{% step %}
**Click Save Dataset to complete the creation process.**
{% endstep %}
{% endstepper %}

<figure><picture><source srcset="/files/T0J1tu1qZscDrbHB3xu4" media="(prefers-color-scheme: dark)"><img src="/files/MVND89bmiedJDJqb1BCJ" alt=""></picture><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://supercloudnow.gitbook.io/supercloudnow-docs/undefined/usage-guide/datasets/basic/creation-of-dataset.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
