Current Path :
/
opt
/
splunkforwarder
/
etc
/
manager-apps
/
_cluster
/
default
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/splunkforwarder/etc/manager-apps/_cluster/default/indexes.conf
# Version 9.4.7 # DO NOT EDIT THIS FILE! # Please make all changes to files in $SPLUNK_HOME/etc/master-apps/_cluster/local. # To make changes, copy the section/stanza you want to change from $SPLUNK_HOME/etc/system/default # into ../local and edit there. # # This file configures Splunk's indexes and their properties for a cluster. # ################################################################################ # index definitions ################################################################################ [main] repFactor = auto [history] repFactor = auto [summary] repFactor = auto [_internal] repFactor = auto [_audit] repFactor = auto [_thefishbucket] repFactor = auto [_introspection] homePath = $SPLUNK_DB/_introspection/db coldPath = $SPLUNK_DB/_introspection/colddb thawedPath = $SPLUNK_DB/_introspection/thaweddb repFactor = 0 [_telemetry] homePath = $SPLUNK_DB/_telemetry/db coldPath = $SPLUNK_DB/_telemetry/colddb thawedPath = $SPLUNK_DB/_telemetry/thaweddb repFactor = auto [_metrics] homePath = $SPLUNK_DB/_metrics/db coldPath = $SPLUNK_DB/_metrics/colddb thawedPath = $SPLUNK_DB/_metrics/thaweddb repFactor = 0 [_metrics_rollup] homePath = $SPLUNK_DB/_metrics_rollup/db coldPath = $SPLUNK_DB/_metrics_rollup/colddb thawedPath = $SPLUNK_DB/_metrics_rollup/thaweddb repFactor = 0 [_configtracker] homePath = $SPLUNK_DB/_configtracker/db coldPath = $SPLUNK_DB/_configtracker/colddb thawedPath = $SPLUNK_DB/_configtracker/thaweddb repFactor = 0 # this index has been removed in the 4.1 series, but this stanza must be # preserved to avoid displaying errors for users that have tweaked the index's # size/etc parameters in local/indexes.conf. # [splunklogger] repFactor = auto # these three indexes have been introduced in 9.2 for Deployment Server Scalability # they need to be included for their replication in Index Cluster to work properly. # [_dsphonehome] homePath = $SPLUNK_DB/_dsphonehome/db coldPath = $SPLUNK_DB/_dsphonehome/colddb thawedPath = $SPLUNK_DB/_dsphonehome/thaweddb repFactor = auto [_dsappevent] homePath = $SPLUNK_DB/_dsappevent/db coldPath = $SPLUNK_DB/_dsappevent/colddb thawedPath = $SPLUNK_DB/_dsappevent/thaweddb repFactor = auto [_dsclient] homePath = $SPLUNK_DB/_dsclient/db coldPath = $SPLUNK_DB/_dsclient/colddb thawedPath = $SPLUNK_DB/_dsclient/thaweddb repFactor = auto