SPLK-1003 Exam QuestionsBrowse all questions from this exam

SPLK-1003 Exam - Question 76


What is the valid option for a [monitor] stanza in inputs.conf?

Show Answer
Correct Answer: D

In the context of the Splunk inputs.conf file for a [monitor] stanza, 'ignoreOlderThan' is a valid option. This parameter specifies that the input should stop monitoring files if their modification time has passed the defined time window. This helps in managing resource usage by ignoring files that are no longer updated. This capability is particularly useful for large log directories where you may not need to track very old log files.

Discussion

3 comments
Sign in to comment
thomass
Sep 25, 2022

answer : d

ucsdmiami2020
Mar 21, 2023

Per the Splunk docs / provided URL reference, scroll down to Monitor syntax Setting: ignoreOlderThan = <time_window> Description: "Causes the input to stop checking files for updates if the file modification time has passed the <time_window> threshold." Default: 0 (disabled)

toney_mu
Aug 18, 2024

Well explained, thank you

alejohuOption: D
Feb 16, 2024

D is correct