SPLK-1003 · Question #68
What is the valid option for a [monitor] stanza in inputs.conf?
The correct answer is D. ignoreOlderThan. ignoreOlderThan is a valid and commonly used setting in a [monitor] stanza. It tells Splunk to skip (not index) files that have not been modified within a specified time window (e.g., ignoreOlderThan = 7d), preventing unnecessary re-ingestion of stale files. 'enabled' is not a va
Question
What is the valid option for a [monitor] stanza in inputs.conf?
Options
- Aenabled
- Bdatasource
- Cserver_name
- DignoreOlderThan
How the community answered
(40 responses)- A3% (1)
- B8% (3)
- C3% (1)
- D88% (35)
Explanation
ignoreOlderThan is a valid and commonly used setting in a [monitor] stanza. It tells Splunk to skip (not index) files that have not been modified within a specified time window (e.g., ignoreOlderThan = 7d), preventing unnecessary re-ingestion of stale files. 'enabled' is not a valid parameter for monitor stanzas in inputs.conf. 'datasource' and 'server_name' are not recognized monitor stanza parameters.
Topics
Community Discussion
No community discussion yet for this question.