30 lines
829 B
Plaintext
30 lines
829 B
Plaintext
# Version 9.2.2.20240415
|
|
|
|
################################################################################
|
|
# index definitions
|
|
################################################################################
|
|
|
|
[_dsphonehome]
|
|
homePath = $SPLUNK_DB/_dsphonehome/db
|
|
coldPath = $SPLUNK_DB/_dsphonehome/colddb
|
|
thawedPath = $SPLUNK_DB/_dsphonehome/thaweddb
|
|
maxDataSize = 1024
|
|
frozenTimePeriodInSecs = 604800
|
|
repFactor = 0
|
|
|
|
[_dsappevent]
|
|
homePath = $SPLUNK_DB/_dsappevent/db
|
|
coldPath = $SPLUNK_DB/_dsappevent/colddb
|
|
thawedPath = $SPLUNK_DB/_dsappevent/thaweddb
|
|
maxDataSize = 1024
|
|
frozenTimePeriodInSecs = 5184000
|
|
repFactor = 0
|
|
|
|
[_dsclient]
|
|
homePath = $SPLUNK_DB/_dsclient/db
|
|
coldPath = $SPLUNK_DB/_dsclient/colddb
|
|
thawedPath = $SPLUNK_DB/_dsclient/thaweddb
|
|
maxDataSize = 1024
|
|
frozenTimePeriodInSecs = 5184000
|
|
repFactor = 0
|