The Kibana event log is currently requesting one replica, which results in any single node deployments coming up yellow. For other Kibana indices, we utilize auto_expand_replicas and set to 0-1 to resolve this.
GET _cat/indices/.kibana*
yellow open .kibana-event-log-8.0.0 804cWNe4QT-bVBNJC42JFQ 1 1 1 0 6.6kb 6.6kb
green open .kibana_1 UxLscdyeSVKcDEwIV-GR1g 1 0 4 0 28.9kb 28.9kb
green open .kibana_task_manager_1 2Pp-3bspRv-51xyG_1hE0Q 1 0 5 3 68.1kb 68.1kb
While this does not constitute a blocker for 7.8.0. I think it's important to resolve.
The Kibana event log is currently requesting one replica, which results in any single node deployments coming up
yellow. For other Kibana indices, we utilize auto_expand_replicas and set to0-1to resolve this.While this does not constitute a blocker for 7.8.0. I think it's important to resolve.