graylog-labs / graylog2-web-interface

[DEPRECATED]
https://www.graylog.org/
611 stars 174 forks source link

Optimize fetching index information on System/Indices page #1672

Closed joschi closed 9 years ago

joschi commented 9 years ago

Instead of fetching index information multiple times per index, the new implementation fetches the information in bulk and pulls the details out of that larger data structure.

This should fix the timeouts of the System/Indices page on setups with a large number of indices and/or a slow Elasticsearch cluster.

Depends on Graylog2/graylog2-server#1539.

bernd commented 9 years ago

LGTM :+1: