Configuring Global Windows
Global windows will scan all available data during each poll for new data and computes all validator metrics for the entire Source, rather than for a sequence of windows (such as for tumbling windows).
Validators using a global window evaluate metrics based on clock-time, rather than data-time. You will only be able to configure global windows on data warehouse and query engine sources.
To add a Global window to a source,
- Navigate to the source's details page and click the Windows tab.
- Click + New window.
- Under Select Type, choose Global window.
- Under Configuration,
- Enter a Name for the window, or click Generate name to automatically create one based on your configuration.
- (Optional) Expand Advanced to configure the segment retention period. For more information, see Configuration Parameters.
- Click Create Window.
After creating a window, you can add validators or segmentations to use the new window. For more information, see Configuring a Validator and Configuring Segmentation.
Configuration Parameters
Field | Values | Description |
---|---|---|
Name | String | Identifier for the window, used when configuring validators or segmentation. |
Segment retention period (days) | Number | (Optional) Maximum number of days to keeps segments when new data has not been found. |
Updated 7 days ago