Splunk Infrastructure Overview — Question 9

Assuming a standard time zone across the environment, what syntax will always return events from between 2:00am and 5:00am?

Answer options

Correct answer: B

Explanation

The correct answer, B, uses 'earliest==2h@h AND latests-5h@h' to specify the time range accurately. Option A is incorrect because it uses 'AND' instead of 'AND' with a proper structure for the range. Option C is invalid as it uses '>=5' instead of the correct '<5', while D contains syntax errors and does not correctly specify the time constraints.