Skip to content

Commit 5255412

Browse files
to fix the pipelines folder issue
1 parent ad350c1 commit 5255412

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

docs/user-guide/Pipelines-old/.pages renamed to docs/user-guide/pipelines/.pages

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
nav:
22
- Pipelines Overview: index.md
3-
- Pipelines in OpenObserve: pipelines-in-openobserve.md
4-
- Create and Use Pipelines: create-and-use-pipelines.md
3+
- Pipelines in OpenObserve: pipelines.md
4+
- Create and Use Pipelines: use-pipelines.md
55
- Import and Export Pipelines: import-and-export-pipelines.md
66
- Manage Pipelines: manage-pipelines.md
77
- Configurable Delay in Scheduled Pipelines: configurable-delay-in-scheduled-pipelines.md

docs/user-guide/Pipelines-old/configurable-delay-in-scheduled-pipelines.md renamed to docs/user-guide/pipelines/configurable-delay-in-scheduled-pipelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
This guide explains how to use the configurable delay feature for [scheduled pipelines](../create-and-use-pipelines/).
2+
This guide explains how to use the configurable delay feature for [scheduled pipelines](../use-pipelines/).
33
This feature allows you to delay the execution of a scheduled pipeline by a set number of minutes after its scheduled start time. This is useful to ensure data completeness and accommodate late-arriving events before the pipeline runs.
44

55
## How to Configure Delay
@@ -34,5 +34,5 @@ At 10:00 AM (scheduled time), the pipeline executes at 10:02 AM, processing data
3434
- **Data Window Unchanged**: Delay only affects when execution starts. It does not change the data range.
3535

3636
**Related Links**<br>
37-
For steps on creating scheduled pipelines, see [Scheduled Pipelines](../create-and-use-pipelines/).
37+
For steps on creating scheduled pipelines, see [Scheduled Pipelines](../use-pipelines/).
3838

docs/user-guide/Pipelines-old/index.md renamed to docs/user-guide/pipelines/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ In OpenObserve, pipelines are data processing workflows used to transform logs,
22

33
**Learn more:**
44

5-
- [Pipelines in OpenObserve](../pipelines/pipelines-in-openobserve/)
6-
- [Create and Use Pipelines](../pipelines/create-and-use-pipelines/)
5+
- [Pipelines in OpenObserve](../pipelines/pipelines/)
6+
- [Create and Use Pipelines](../pipelines/use-pipelines/)
77
- [Import and Export Pipelines](../pipelines/import-and-export-pipelines/)
88
- [Manage Pipelines](../pipelines/manage-pipelines/)
99
- [Configurable Delay in Scheduled Pipelines](../pipelines/configurable-delay-in-scheduled-pipelines/)

docs/user-guide/Pipelines-old/Pipelines-in-OpenObserve-old.md renamed to docs/user-guide/pipelines/pipelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ To configure an external destination for pipelines:
7676

7777

7878
## Next Steps
79-
- [Create and Use Pipelines](create-and-use-pipelines.md)
80-
- [Manage Pipelines](manage-pipelines.md)
79+
- [Create and Use Pipelines](../use-pipelines/)
80+
- [Manage Pipelines](../manage-pipelines/)

docs/user-guide/Pipelines-old/Create-and-Use-Pipelines-old.md renamed to docs/user-guide/pipelines/use-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This opens up the pipeline editor.
3030
- In the **Build Query** section, select the **Stream Type** (Logs, Metrics, or Traces) and **Stream Name**. Use the seach bar to search for the desired field in the source stream.
3131
- In the **SQL Query** section, write a query to fetch data from a source. For **Metrics**, you also have the option to write **PromQL**.
3232
![scheduled pipeline](../../images/create-pipeline-sch-query.png)
33-
- Under **Set Variables**, schedule the query execution by setting the **Frequency** and **Period**. For more details, visit [Pipelines in OpenObserve](../pipelines-in-openobserve/).
33+
- Under **Set Variables**, schedule the query execution by setting the **Frequency** and **Period**. For more details, visit [Pipelines in OpenObserve](../pipelines/).
3434
- Adjust the time filter and click **Run Query** to view the output.
3535
![scheduled pipeline](../../images/create-pipeline-sch-output.png)
3636
<br>In the above example, data is ingested periodically into the stream `default`. The query runs every 6 minutes and fetches all data that was ingested into the stream `default` in the preceding 6-minute interval.

0 commit comments

Comments
 (0)