- 1 minutes to read
What is a Time Interval?
Limit Users ability to search for data for only within a defined Time Interval Configuration
A Time Interval is a unit of time used within a Time Interval Configuration and you can use it to put a time restriction in Log Views.
You can use a Time Interval in many Time Interval Configurations.
graph LR
subgraph "Time Intervals (Example 1)"
roT21("42 minutes")
roT11("1 Hour")
roT12("1 Day")
roT13("1 Week")
roT22("13 Days")
end
subgraph "Time Interval Configuration(Example 1)"
roTC1["Config 1"]
roT11 ---> roTC1
roT12 ---> roTC1
roT13 ---> roTC1
end
subgraph "Time Interval Configuration(Example 2)"
roTC2["Config 2"]
roT21 ---> roTC2
roT11 ---> roTC2
roT22 ---> roTC2
end
subgraph "Log Views"
roTC1 ---> |Limit time| roLV1["Log View 1"]
roTC2 ---> |Limit time| roLV2["Log View 2"]
end
Next Step
How to add or manage a Time Interval
Related
Time Intervals Overview
Time Interval Configurations
Log Views