elastic/kibana

[Index Management] Add "Last updated" column to Data streams table in Serverless

Open

#192,584 建立於 2024年9月11日

在 GitHub 查看
 (2 留言) (0 反應) (1 負責人)TypeScript (19,065 star) (8,021 fork)batch import
Feature:Index ManagementTeam:Kibana Managementenhancementgood first issue

描述

Currently, the "Last updated" column (corresponding to the maximum_timestamp property from the Data stream stats API) is disabled in serverless because the stats API was made internal-only and its results shouldn't be displayed to end-users in serverless. However, the maximum_timestamp property was now added to the Get data stream API (see https://github.com/elastic/elasticsearch/pull/112303), which means that we can utilize this property and display the "Last updated" column in serverless.

Related: The stats columns were disabled in serverless with https://github.com/elastic/kibana/pull/186420

貢獻者指南

[Index Management] Add "Last updated" column to Data streams table in Serverless · elastic/kibana#192584 | Good First Issue