Add New Index Gets Sidebar Filters and a Compact Layout, Plus an Error Log Accuracy Fix

· Control Panel · Improvement · All updates

Choosing a server is now a matter of clicking filters rather than opening dropdowns, and the Error Log stopped collapsing different problems into one line.

01 Sidebar filters replace the dropdowns

The Add New Index page now uses a sidebar filter panel instead of dropdown menus. Region, Version, Country, Type and Crawler filters are always visible on the left, with result counts next to each value.

  • Click to filter, click again to clear. Active filters are highlighted, and a Clear All link resets everything.
  • On mobile the filters collapse behind a sticky Filters button at the top of the page.

02 A more compact page

Fonts, cards and filter controls have all been tightened up, so you can see more server options at a glance without scrolling. Each card shows the key details — Solr version, region and server type — cleanly and without clutter.

03 The Error Log no longer merges distinct errors

The Error Log now catches all errors for your index, even when several different issues occur at the same time.

Before

Errors sharing a top-level message but with different root causes were silently merged, and Solr errors logged without the index name prefix were missed entirely.

After

Each distinct error is shown with its actual root cause and a compact, readable stack trace.

View the full changelog