SPLK-1003 · Question #172
Windows can prevent a Splunk forwarder from reading open files. If files need to be read while they are being written to, what type of input stanza needs to be created?
The correct answer is C. MonitorNoHandIe. MonitorNoHandle is a type of input stanza that allows a Splunk forwarder to read files on Windows systems as Windows writes to them. It does this by using a kernel-mode filter driver to capture raw data as it gets written to the file. This input stanza is useful for files that ge
Question
Windows can prevent a Splunk forwarder from reading open files. If files need to be read while they are being written to, what type of input stanza needs to be created?
Options
- ATail Reader
- BUpload
- CMonitorNoHandIe
- DMonitor
How the community answered
(51 responses)- A2% (1)
- C94% (48)
- D4% (2)
Explanation
MonitorNoHandle is a type of input stanza that allows a Splunk forwarder to read files on Windows systems as Windows writes to them. It does this by using a kernel-mode filter driver to capture raw data as it gets written to the file. This input stanza is useful for files that get locked open for writing, such as the Windows DNS server log file.
Topics
Community Discussion
No community discussion yet for this question.