Skip to content

Commit a0a9910

Browse files
doc-fixes (#265)
1 parent 8296efe commit a0a9910

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

docs/user-guide/pipelines/create-and-use-scheduled-pipeline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ Use this guide to create and run scheduled pipelines. Scheduled pipelines run at
135135
### Step 1: Ingest data
136136
Use curl or any supported ingestion method.
137137
To find the sample curl command, go to **Data Sources** > **Custom** > **Logs** > **Curl**.
138-
Each new event ingested into the source stream is processed instantly.
139-
138+
The scheduled pipeline does not run immediately when data is ingested.
139+
It processes data only when the schedule triggers, using the configured frequency, period, and delay.
140140
??? "Step 2: Verify output"
141141
### Step 2: Verify output
142142
![view-result](../../images/view-scheduled-result.png)

docs/user-guide/pipelines/import-and-export-pipelines.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,8 @@ To export an existing pipeline configuration:
1515
3. In the **Actions** column of the pipeline, click the download icon.
1616
![download-pipeline](../../images/download-pipeline-json.png)
1717
The downloaded `.json` file contains the pipeline configuration and can be used to import the pipeline into another environment.<br>
18-
19-
!!! note "Example"
20-
Exporting the pipeline `scheduled-pipeline-demo` generates a JSON file similar to the following:"
21-
![json-file-pipeline-export](../../images/json-file-pipeline-export.png)
18+
Exporting the pipeline `scheduled-pipeline-demo` generates a JSON file similar to the following:
19+
![json-file-pipeline-export](../../images/json-file-pipeline-export.png)
2220

2321
## Import a pipeline
2422
To import a previously exported pipeline:

docs/user-guide/pipelines/pipelines.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ Use real-time pipelines when you need immediate processing, such as monitoring l
6868

6969
## Scheduled pipelines
7070
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.
71+
72+
73+
> For more details, refer to the [Create and Use Scheduled Pipelines](../create-and-use-scheduled-pipeline/) guide.
7174
7275
### How scheduled pipelines work
7376

0 commit comments

Comments
 (0)