You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/Pipelines/Create-and-Use-Pipelines.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ This opens up the pipeline editor.
30
30
- 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.
31
31
- In the **SQL Query** section, write a query to fetch data from a source. For **Metrics**, you also have the option to write **PromQL**.
- Under **Set Variables**, schedule the query execution by setting the **Frequency** and **Period**. For more details, visit [Pipelines in OpenObserve](Pipelines-in-OpenObserve.md).
33
+
- Under **Set Variables**, schedule the query execution by setting the **Frequency** and **Period**. For more details, visit [Pipelines in OpenObserve](../pipelines-in-openobserve/).
34
34
- Adjust the time filter and click **Run Query** to view the output.
<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.
@@ -96,7 +96,7 @@ This opens up the pipeline editor.
96
96
97
97
### Step 7: Save the pipeline
98
98
99
-
After you click Save, it gets activated automatically. Learn how to [manage pipelines](Manage-Pipelines.md).
99
+
After you click Save, it gets activated automatically. Learn how to [manage pipelines](../manage-pipelines/).
Copy file name to clipboardExpand all lines: docs/user-guide/Pipelines/configurable-delay-in-scheduled-pipelines.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
2
-
This guide explains how to use the configurable delay feature for [scheduled pipelines](Pipelines-in-OpenObserve.md).
2
+
This guide explains how to use the configurable delay feature for [scheduled pipelines](../create-and-use-pipelines/).
3
3
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.
4
4
5
5
## How to Configure Delay
@@ -34,5 +34,5 @@ At 10:00 AM (scheduled time), the pipeline executes at 10:02 AM, processing data
34
34
-**Data Window Unchanged**: Delay only affects when execution starts. It does not change the data range.
35
35
36
36
**Related Links**<br>
37
-
For steps on creating scheduled pipelines, see [Scheduled Pipelines](Create-and-Use-Pipelines.md).
37
+
For steps on creating scheduled pipelines, see [Scheduled Pipelines](../create-and-use-pipelines/).
**What is a window in the Multi-window Selector?** <br>
314
-
A *window* is a specific time range of data. It depends on the period you set in the alert.
313
+
**Q.****What is a window in the Multi-window Selector?** <br>
314
+
**A.**A *window* is a specific time range of data. It depends on the period you set in the alert.
315
315
If you set the period to 4 hours, each window will cover exactly 4 hours of data.
316
316
317
317
- The **current window** is simply the most recent 4-hour block of time before the evaluation. If the current time is **April 10th at 4:00 PM**, then the current window covers **April 10th from 12:00 PM to 4:00 PM**.
@@ -320,11 +320,11 @@ If you set the period to 4 hours, each window will cover exactly 4 hours of data
320
320
Every window you select is just a copy of the same time range (defined by the period), shifted back by the amount of time you choose.
321
321
<br>
322
322
323
-
**Does the period control the window length?**<br>
324
-
Yes. The period defines the duration of each window. If you set the period to 4 hours, then every window — whether it's the current window or any past window — will be exactly 4 hours long.
323
+
**Q.****Does the period control the window length?**<br>
324
+
**A.**Yes. The period defines the duration of each window. If you set the period to 4 hours, then every window — whether it's the current window or any past window — will be exactly 4 hours long.
325
325
326
-
**Does the alert manager run multiple queries inside one window?** <br>
327
-
No. For each evaluation, the alert manager runs:
326
+
**Q.****Does the alert manager run multiple queries inside one window?** <br>
327
+
**A.**No. For each evaluation, the alert manager runs:
328
328
329
329
- One query for the current window
330
330
- One separate query for each additional past window you select
@@ -337,8 +337,8 @@ For example:
337
337
- If you set frequency to every 12 hours, it runs the queries every 12 hours.
338
338
So, frequency controls when the alert manager checks, and period controls what time range is checked at each evaluation.
339
339
340
-
**What happens if I forget to include `#ResultArray#` in my VRL function?** <br>
341
-
If you do not include `#ResultArray#`, your VRL function will receive a flat array:**
340
+
**Q.****What happens if I forget to include `#ResultArray#` in my VRL function?** <br>
341
+
**A.**If you do not include `#ResultArray#`, your VRL function will receive a flat array:**
0 commit comments