nerdexam
Splunk

SPLK-1003 · Question #119

What is the command to reset the fishbucket for one source?

The correct answer is C. splunk cmd btprobe -d SPLUNK_HOME/var/lib/splunk/fishbucket/splunk_private_db --file. The fishbucket is Splunk's checkpoint database that tracks which files and byte positions have already been indexed. To reset the fishbucket for a single specific source file rather than deleting the entire database, you use 'splunk cmd btprobe -d <path_to_fishbucket> --file <sou

Splunk Indexing

Question

What is the command to reset the fishbucket for one source?

Options

  • Arm -r ~/splunkforwarder/var/lib/splunk/fishbucket
  • Bsplunk clean eventdata -index _thefishbucket
  • Csplunk cmd btprobe -d SPLUNK_HOME/var/lib/splunk/fishbucket/splunk_private_db --file
  • Dsplunk btool fishbucket reset <source>

How the community answered

(30 responses)
  • A
    10% (3)
  • B
    7% (2)
  • C
    80% (24)
  • D
    3% (1)

Explanation

The fishbucket is Splunk's checkpoint database that tracks which files and byte positions have already been indexed. To reset the fishbucket for a single specific source file rather than deleting the entire database, you use 'splunk cmd btprobe -d <path_to_fishbucket> --file <source_path>'. This allows targeted reindexing of one source. Option A deletes the entire fishbucket directory. Option B is an invalid command. Option D is not a valid Splunk CLI syntax.

Topics

#fishbucket#indexing state#internal commands#troubleshooting

Community Discussion

No community discussion yet for this question.

Full SPLK-1003 Practice