You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For 6.x, dashboard loading should be going through Kibana's API. So there is no reason AFAIK for Beats to even be attempting to create the .kibana index when it does not exists. I believe this is also part of the issue.
This problem should not occur if the .kibana index already exists.
Only create the .kibana index after checking that the ES version is < 6.0 because on > 6.0 the Kibana API is used.
I also removed the code to set `index.mapping.single_type` because that setting is no longer accepted by 6.0.
Fixeselastic#4659
Only create the .kibana index after checking that the ES version is < 6.0 because on > 6.0 the Kibana API is used.
I also removed the code to set `index.mapping.single_type` because that setting is no longer accepted by 6.0.
Fixes#4659
metricbeat.sh setup -e
The text was updated successfully, but these errors were encountered: