After trying to setup ILM on my elasticsearch index i was suddenly no longer able to refresh index patterns. I just get Error fetching fields for index pattern... and the error is always Bad request, but it refers to different js lines. The most recent one was: Error: Bad Request
at http://192.168.10.234:5601/bundles/commons.bundle.js:3:1368383. If I open the console I see something this:
GET http://192.168.10.234:5601/api/index_patterns/_fields_for_wildcard?pattern=corvus*&meta_fields=_source 400 (Bad Request)
but I don't know how to get any useful information out of the console.
I've now tried deleting all my indexes and starting completely from scratch, but the error still persists.
I tried turning on verbouse logging, but I can't get anything useful out of that. All I see there is:
{"type":"response","@timestamp":"2020-02-20T14:00:05Z","tags":,"pid":2169,"method":"get","statusCode":400,"req":{"url":"/api/index_patterns/_fields_for_wildcard?pattern=corvus*&meta_fields=_source","method":
"get","headers":{"host":"192.168.10.234:5601","connection":"keep-alive","kbn-version":"7.6.0","user-agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.116
Safari/537.36","content-type":"application/json","accept":"/","referer":"http://192.168.10.234:5601/app/kibana","accept-encoding":"gzip, deflate","accept-language":"en-US,en;q=0.9,nb;q=0.8,en-GB;q=0.7"},"re
moteAddress":"192.168.10.205","userAgent":"192.168.10.205","referer":"http://192.168.10.234:5601/app/kibana"},"res":{"statusCode":400,"responseTime":51,"contentLength":9},"message":"GET /api/index_patterns/_fi
elds_for_wildcard?pattern=corvus*&meta_fields=_source 400 51ms - 9.0B"}