diff --git a/apps/README b/apps/README new file mode 100644 index 00000000..7009f44f --- /dev/null +++ b/apps/README @@ -0,0 +1 @@ +Populate this directory with the apps to install into each search head cluster member's $SPLUNK_HOME/etc/apps directory. diff --git a/apps/sh_volume_indexes/default/app.conf b/apps/sh_volume_indexes/default/app.conf new file mode 100644 index 00000000..7d97740a --- /dev/null +++ b/apps/sh_volume_indexes/default/app.conf @@ -0,0 +1,9 @@ +[install] +state = enabled + +[package] +check_for_update = false + +[ui] +is_visible = false +is_manageable = false \ No newline at end of file diff --git a/apps/sh_volume_indexes/default/indexes.conf b/apps/sh_volume_indexes/default/indexes.conf new file mode 100644 index 00000000..8981b3cd --- /dev/null +++ b/apps/sh_volume_indexes/default/indexes.conf @@ -0,0 +1,6 @@ +# One Volume for Hot and Cold +[volume:primary] +path = /opt/splunk/var/lib/splunk + +[volume:secondary] +path = /opt/splunk/var/lib/splunk \ No newline at end of file diff --git a/users/README b/users/README new file mode 100644 index 00000000..0e018375 --- /dev/null +++ b/users/README @@ -0,0 +1 @@ +Populate this directory with the configurations to install into each search head cluster member's $SPLUNK_HOME/etc/users directory.