Skip to content

Commit f459c09

Browse files
kkrik-esthekofimensah
authored andcommitted
Routing optimization for logsdb is gated by licensing (#714)
The subscription page is getting updated to contain an entry for `Custom routing on sort fields for logsdb`, limited to enterprise licenses.
1 parent 03d78c5 commit f459c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manage-data/data-store/data-streams/logs-data-stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ On existing data streams, `logsdb` mode is applied on [rollover](../data-streams
9696

9797
### Optimized routing on sort fields [logsdb-sort-routing]
9898

99-
To reduce the storage footprint of `logsdb` indexes, you can enable routing optimizations. A routing optimization uses the fields in the sort configuration (except for `@timestamp`) to route documents to shards.
99+
If you have the required [subscription](https://www.elastic.co/subscriptions), you can enable routing optimizations to reduce the storage footprint of `logsdb` indexes. A routing optimization uses the fields in the sort configuration (except for `@timestamp`) to route documents to shards.
100100

101101
In benchmarks, routing optimizations reduced storage requirements by 20% compared to the default `logsdb` configuration, with a negligible penalty to ingestion performance (1-4%). Routing optimizations can benefit data streams that are expected to grow substantially over time. Exact results depend on the sort configuration and the nature of the logged data.
102102

0 commit comments

Comments
 (0)