InterviewSolution
| 1. |
What Are Buckets? Explain Splunk Bucket Lifecycle? |
|
Answer» Splunk places indexed data in directories, called as “buckets”. It is physically a directory containing events of a certain period.
By default, your buckets are located in $SPLUNK_HOME/var/lib/splunk/defaultdb/db. You should see the hot-db there, and any warm buckets you have.By default, Splunk sets the bucket SIZE to 10GB for 64bit systems and 750MB on 32bit systems. Splunk places indexed data in directories, called as “buckets”. It is physically a directory containing events of a certain period. By default, your buckets are located in $SPLUNK_HOME/var/lib/splunk/defaultdb/db. You should see the hot-db there, and any warm buckets you have.By default, Splunk sets the bucket size to 10GB for 64bit systems and 750MB on 32bit systems. |
|