Skip to content

Comments

Add cluster overview page#206

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/add-cluster-overview-functionality
Draft

Add cluster overview page#206
Copilot wants to merge 2 commits intomainfrom
copilot/add-cluster-overview-functionality

Conversation

Copy link
Contributor

Copilot AI commented Feb 22, 2026

Adds a Cluster Overview page under System in the sidebar. Fetches cluster info, data streams, and index metadata in parallel and displays them as summary cards.

Changes

  • ClusterOverviewPage.tsx — New page component. Calls GET /, GET /_data_stream, and GET /_resolve/index/* concurrently. Shows cluster name/UUID/node, version/Lucene/build hash, and counts for data streams, indices, and aliases.
  • AppSidebar.tsx — Added "Cluster Overview" nav item (with InfoIcon) under System, above Data Streams.
  • useDashboardStore.ts — Extended currentPage union with "clusterOverview".
  • App.tsx — Routing for the new page.
  • ClusterOverviewPage.test.tsx — Component tests covering successful load, error state, and refresh.

Screenshot

Cluster Overview page

Original prompt

This section details on the original issue you should resolve

<issue_title>Add cluster overview functionality</issue_title>
<issue_description></issue_description>

<agent_instructions>this is a little out of date but should get you going</agent_instructions>

Comments on the Issue (you are @copilot in this section)

@strawgate /ai design the intended UX here please

Custom agent used: coding-assistant
AI coding assistant for the Elastic Peek repository


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: strawgate <6384545+strawgate@users.noreply.github.com>
Copilot AI changed the title [WIP] Add cluster overview functionality Add cluster overview page Feb 22, 2026
Copilot AI requested a review from strawgate February 22, 2026 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add cluster overview functionality

2 participants