I'm using Kibana 6.3 running in Kubernetes and I keep getting errors about the defaultIndex
If I add more than 1 index, the whole UI stops functioning and complains about having a default index set.
Every page load throws this error in the dev tools network tab:
{"message":"failed to parse [config.defaultIndex]: [mapper_parsing_exception] failed to parse [config.defaultIndex]","statusCode":400,"error":"Bad Request"}
I cannot set a default Index via the UI, I set it and it ignores the setting/throws a 400 error in the UI (Config: Request failed with status code: 400)
This is my first experience with Kibana and I'm not sure how to fix this, any help would be greatly appreciated.