Indexing: Bucket Controls Flashcards

1
Q

How do you configure the Maximum Size for a hot bucket?

A

maxDataSize

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the maxDataSize rolling behavior?

A

hot to warm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you configure the maximum number of warm buckets?

A

maxWarmDBCount

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the rolling behavior of maxWarmDBCount?

A

warm to cold

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the default setting for maxWarmDBCount?

A

300

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do you configure maximum size of an index?

A

maxTotalDataSizeMB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the rolling behavior maxTotalDataSizeMB?

A

cold to frozen

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the default setting for maxTotalDataSizeMB?

A

500000 MB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do you configure maximum age for a bucket?

A

frozenTimePeriodInSeconds

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the rolling behavior for frozenTimePeriodInSeconds?

A

cold to frozen

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the default setting for frozenTimePeriodInSeconds?

A

~6 Years

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How do you configure maximum size for hot/warm storage?

A

homePath.maxDataSizeMB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How do you configure maximum size for cold storage?

A

coldPath.maxDataSizeMB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How do you configure maximum size for a volume?

A

maxVolumeDataSizeMB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How do you configure maximum number of hot buckets?

A

maxHotBuckets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the default setting for maxHotBuckets?

A

3

17
Q

How do you configure how long indexes retain tsidx files?

A

timePeriodInSecsBeforeTsidxReduction

18
Q

What 3 Bucket Controls are settable in the GUI?

A

timePeriodInSecsBeforeTsidxReduction, maxDataSize, maxTotalDataSizeMB

19
Q

What is maxTotalDataSizeMB applied to?

A

to both homepath and coldpath

20
Q

When should homePath.maxDataSizeMB and coldPath.maxDataSizeMB be used?

A

Should only be used when there are separate partitions being used

21
Q

What is the significance of timePeriodInSecsBeforeTsidxReduction?

A
  1. Introduced in 6.4, it transforms the usual index files (.tsidx files) to a “minified” version.
  2. This reduces the footprint of the “35% of the raw data size for the searchable artifacts” to a much smaller size.
  3. This can extend the lifespan of data by permitting data to be kept longer (and searchable) in Splunk.
  4. This feature can be used to achieve longer term storage without the need for extra architectural steps like adding S3 archival or rolling to hadoop
22
Q

Describe bucket control volumes?

A

Allow you to manage disk usage across multiple indexes.

Create volumes and specify maximum data sizes for them.

Typically separate volumes by hot/warm and cold buckets

Takes precedence over other bucket controls

23
Q

Can you use Volumes to define homePath?

A

Yes

24
Q

Can you use Volumes to define coldPath?

A

Yes

25
Q

Can you use Volumes to define thawedPath?

A

No

26
Q

What situation REQUIRES you to us volumes?

A

When you explicitly define bloomHomePath

27
Q

What is the overall guideline for Control Precedence?

A

Most Restrictive Rule Wins

28
Q

What are the bucket specific control precedence?

A
  • The oldest bucket will be frozen first
  • Age is determined by the age of the most recent event
    • May not correspond to the time when the data was ingested.
  • Hot buckets are measured by size but are exempt from age controls