Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -635,10 +635,9 @@ We welcome contributions for any of these roadmap items or new feature ideas. Pl

#### Improvements
- Fixed all dashboard URL references to use correct app ID (`caca`)
- Improved indexes.conf with metric-specific optimizations
- Improved indexes.conf configuration
- Better error handling in all collectors
- More robust field extraction in data collection
- Improved performance with tsidx reduction enabled
- Core data collection searches enabled by default (alerts and reports disabled by default)

#### Breaking Changes
Expand Down
12 changes: 0 additions & 12 deletions default/indexes.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,3 @@ thawedPath = $SPLUNK_DB/caca_metrics/thaweddb
# Retain metrics for 1 year (365 days) by default
# Adjust based on your retention requirements
frozenTimePeriodInSecs = 31536000

# Bucket management settings
maxWarmDBCount = 300

# Enable tsidx reduction for better metric performance
enableTsidxReduction = true
tsidxReductionCheckPeriodInSec = 600

# Metric-specific optimizations
# These settings help with high-cardinality metrics
metric.timestampResolution = s
metric.maxHotBuckets = 10
Loading