Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions default/indexes.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Metrics index for CACA - Content Activity Checking Application
# This index stores all dashboard usage, health, and performance metrics
#
# NOTE: For Splunk Cloud, this index must be created by your Splunk Cloud admin.
# Request a metrics index named "caca_metrics" with appropriate retention.
#
# For Splunk Enterprise, this configuration will create the index automatically.

[caca_metrics]
datatype = metric
homePath = $SPLUNK_DB/caca_metrics/db
coldPath = $SPLUNK_DB/caca_metrics/colddb
thawedPath = $SPLUNK_DB/caca_metrics/thaweddb

# Retain metrics for 1 year (365 days) by default
# Adjust based on your retention requirements
frozenTimePeriodInSecs = 31536000
Loading