Deployment Architecture

How does frozenTimePeriodInSecs on search head affect the cluster retention policy?

mhorbul
Explorer

I have a Splunk cluster with 5 indexers, 1 cluster master and 1 search head. All 5 indexer got the same indexes.conf distributed by cluster master with the same frozenTimePeriodInSecs=2592000 but the search head is not configured via cluster bundle so it ended up having default value which is 188697600. Will that value affect the retention policy which is expected to be 30 days (2592000 sec) or only indexers' frozenTimePeriodInSecs is considered by Splunk when it decided which bucket needs to be freeze.

$ /opt/splunk/bin/splunk search "| rest /services/data/indexes | search title=main |fields title,frozenTimePeriodInSecs,splunk_server"

title frozenTimePeriodInSecs splunk_server
----- ---------------------- -------------
main               188697600 search-head
main                 2592000 indexer01
main                 2592000 indexer02
main                 2592000 indexer03
main                 2592000 indexer04
main                 2592000 indexer05

Thank you,
Max

1 Solution

sowings
Splunk Employee
Splunk Employee

Not at all. Retention is handled on a per-node basis.

NOTE: This is true for size-based restrictions as well. A limit of "500,000 MB" (default) is per-host, not cumulative.

View solution in original post

sowings
Splunk Employee
Splunk Employee

Not at all. Retention is handled on a per-node basis.

NOTE: This is true for size-based restrictions as well. A limit of "500,000 MB" (default) is per-host, not cumulative.

mhorbul
Explorer

Thank you!

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...