Kibana Infrastructure UI shows no metrics for hosts or kubernetes pods

@simianhacker so i seem to have found the problem and it was not due to metricbeat but rather filebeat somehow affecting the infrastructure UI when going to metrics view. Both filebeat and metricbeat are running in kubernetes and have the - add_kubernetes_metadata: flag enabled.

Once i go into the Infrastructure UI and update the Log Indices source that points to something other than filebeat (some index that doesnt exist) everything works. I do want to note that filebeat outputs to logstash and logstash to ES.

But why would the Log Indices source cause the metrics to now show up? Is there some conflict that both metricbeat and filebeat both have add_kubernetes_metadata: flag enabled?