-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Closed
Description
Background: Most logstash users use the default "logstash-YYYY.MM.dd" index naming scheme. Some use hourly. The main way to access Elasticsearch in this use case is often Kibana.
In Elasticsearch 1.3.1 (and older, probably), aborts a query if the request line itself is longer than 4096 bytes, which limites the default logstash use case to about 195 days of querying (each day is 20 bytes of index name, plus comma, 4096 / 21 = 195.04;ignoring remainder of request line)
For hourly partitions, this limits you to 170 indices (7 days of data).
It would be lovely if users could still use these partitioning schemes and query more than 195 days (or 7 days, for hourly indexes) of data in a single query.
Related: elastic/kibana#1406
Metadata
Metadata
Assignees
Labels
No labels