Learn how to cut Elasticsearch log storage by up to 76% with LogsDB:
1. Create a LogsDB index with "index.mode": "logsdb"
2. Reindex your logs into both a standard and LogsDB index
3. Force merge both indices with _forcemerge?max_num_segments=1
4. Measure the difference with the _stats API
In our test: 15.37 MB (standard) vs 8.6 MB (LogsDB). 44% reduction on test data. 76% in production benchmarks.