elastic / kibana

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

Index Lifecycle Policies - Linked Indices count not working anymore - Kibana 7.7 #66696

Closed rgarcia89 closed 4 years ago

rgarcia89 commented 4 years ago

Kibana version: 7.7

Elasticsearch version: 7.7

Server OS version: CentOS 7.7

Browser version: Google Chrome

Browser OS version: Version 81.0.4044.138

Original install method (e.g. download page, yum, from source, etc.): ECK

Describe the bug: Linked Indices are shown as 0 since the update, while all indices are linked to this policy.

Steps to reproduce:

  1. Update elastic and kibana to version 7.7
  2. Check that indice is linked to Index Livecycle Policy
  3. Check overview of index lifecycle policies and the linked indicies

Expected behavior: Should show the amount of linked indicies

Screenshots (if relevant): Indice detailed view image

Overview of Index Lifecycle Policies image

Errors in browser console (if relevant):

Provide logs and/or server output (if relevant):

Any additional context:

elasticmachine commented 4 years ago

Pinging @elastic/es-ui (Team:Elasticsearch UI)

lucabelluccini commented 4 years ago

The problem affects any type of index.

With the introduction of hidden indices on 7.7.0, we might show an ILM policy and to return ALL affected indices we will probably require to pass expand_wildcards=all

MrBones757 commented 4 years ago

Is there any ETA on when we are likely to see a fix for this? We have started seeing this in my organisation following a 7.5.x - 7.7.x upgrade on Cloud Service. Have raised a support case which redirected me to this issue.

alisonelizabeth commented 4 years ago

Hi @MrBones757! I have opened https://github.com/elastic/kibana/pull/67827 with the fix.

MrBones757 commented 4 years ago

@alisonelizabeth Awesome! Thanks so much for that!