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
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)- A10% (3)
- B7% (2)
- C80% (24)
- D3% (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
Community Discussion
No community discussion yet for this question.