ExamGecko
Question list
Search
Search

Question 114 - SPLK-1003 discussion

Report
Export

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

A.
rm -r ~/splunkforwarder/var/lib/splunk/fishbucket
Answers
A.
rm -r ~/splunkforwarder/var/lib/splunk/fishbucket
B.
splunk clean eventdata -index _thefishbucket
Answers
B.
splunk clean eventdata -index _thefishbucket
C.
splunk cmd btprobe -d SPLUNK_HOME/var/lib/splunk/fishbucket/splunk_private_db --file <source> --reset
Answers
C.
splunk cmd btprobe -d SPLUNK_HOME/var/lib/splunk/fishbucket/splunk_private_db --file <source> --reset
D.
splunk btool fishbucket reset <source>
Answers
D.
splunk btool fishbucket reset <source>
Suggested answer: C

Explanation:

Reference: https://community.splunk.com/t5/Getting-Data-In/How-can-I-trigger-the-re-indexing-ofa-single-file/m-p/108568

The fishbucket is a directory that stores information about the files that have been monitored and indexed by Splunk. The fishbucket helps Splunk avoid indexing duplicate data by keeping track of file signatures and offsets. To reset the fishbucket for one source, the command splunk cmd btprobe can be used with the -reset option and the name of the source file. Therefore, option C is the correct answer. Reference: Splunk Enterprise Certified Admin | Splunk, [Use btprobe to troubleshoot file monitoring - Splunk Documentation]

asked 23/09/2024
Mario Jose Oliveros Recinos
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first