QuestionQ13

Splunk Troubleshooting Methods and Tools

New data was added to a monitored input file, but searches display only older data.

Which splunkd.log channel would help troubleshoot this problem?

  • A TailingProcessor
  • B ModularInputs
  • C ArchiveProcessor
  • D ChunkedLBProcessor
Explanation

TailingProcessor handles monitored uncompressed log files, including tracking the read position and detecting appended data. Its splunkd.log messages are therefore relevant when newly added file content is not appearing in searches. Splunk documents that its tailing code handles uncompressed log files and that the file-monitoring process uses file identity and seek information to determine what has already been read.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!