ElasticHQ / elasticsearch-HQ

Monitoring and Management Web Application for ElasticSearch instances and clusters.
http://www.elastichq.org
Other
4.96k stars 532 forks source link

Add option to hide "system indices" #429

Closed curry684 closed 5 years ago

curry684 commented 6 years ago

Kibana hides system indices by default, with names starting with a dot. I'd love to have the same option in ElasticHQ, as right now most overview screens require several clicks before showing the useful data, as index lists show 10 items by default and those are in many systems the least interesting ones.

elastichq

In the screenshot above all the interesting information is on page 3, the actual indices.

Similarly an option to change the default page size would be awesome as I'd set it to 25 right away, more than enough space for that.

royrusso commented 6 years ago

Fair point. I can add that to the settings section.

curry684 commented 5 years ago

Hey @royrusso , thanks for implementing the filter, that's awesome, but this skips my second remark about the page size. Any chance of that too? :)

royrusso commented 5 years ago

Good call. Can you create a separate issue for that? This way we can have the UI guys look at it.

royrusso commented 5 years ago

@curry684 I think the table size is a dupe in the current release: #436

curry684 commented 5 years ago

it is, added my 👍 there, thanks again for the awesome tool, we run it as the main frontend to our cluster and only use Kibana when diving into data 🥂