elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.61k stars 8.22k forks source link

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

Open ElenaStoeva opened 1 month ago

ElenaStoeva commented 1 month ago

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

elasticmachine commented 1 month ago

Pinging @elastic/kibana-management (Team:Kibana Management)