Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ Use this guide to create and run scheduled pipelines. Scheduled pipelines run at
### Step 1: Ingest data
Use curl or any supported ingestion method.
To find the sample curl command, go to **Data Sources** > **Custom** > **Logs** > **Curl**.
Each new event ingested into the source stream is processed instantly.

The scheduled pipeline does not run immediately when data is ingested.
It processes data only when the schedule triggers, using the configured frequency, period, and delay.
??? "Step 2: Verify output"
### Step 2: Verify output
![view-result](../../images/view-scheduled-result.png)
Expand Down
6 changes: 2 additions & 4 deletions docs/user-guide/pipelines/import-and-export-pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ To export an existing pipeline configuration:
3. In the **Actions** column of the pipeline, click the download icon.
![download-pipeline](../../images/download-pipeline-json.png)
The downloaded `.json` file contains the pipeline configuration and can be used to import the pipeline into another environment.<br>

!!! note "Example"
Exporting the pipeline `scheduled-pipeline-demo` generates a JSON file similar to the following:"
![json-file-pipeline-export](../../images/json-file-pipeline-export.png)
Exporting the pipeline `scheduled-pipeline-demo` generates a JSON file similar to the following:
![json-file-pipeline-export](../../images/json-file-pipeline-export.png)

## Import a pipeline
To import a previously exported pipeline:
Expand Down
3 changes: 3 additions & 0 deletions docs/user-guide/pipelines/pipelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ Use real-time pipelines when you need immediate processing, such as monitoring l

## Scheduled pipelines
A scheduled pipeline processes historical data from an existing stream at user-defined intervals. This is useful when you need to extract, transform, and load (ETL) data at regular intervals without manual intervention.


> For more details, refer to the [Create and Use Scheduled Pipelines](../create-and-use-scheduled-pipeline/) guide.

### How scheduled pipelines work

Expand Down