graylog-labs / graylog2-web-interface

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

Sort indices in indices overview by creation date #1682

Open dennisoelkers opened 9 years ago

dennisoelkers commented 9 years ago

Right now, indices are sorted by name in the indices overview. This doesn't make perfect sense, because it's based on the assumption that index names are created with sequential numbers. As a user, I would like to have the option to sort indices by creation date instead. This requires the graylog server to pass creation dates of open and closed indices when querying index information.