Hi all,
Continuing the discussion from Kibana shows blank sites in Discover, Management, ... after deleting/creation of default index pattern:
I had an index-pattern logstash-2017* which I deleted, then I recreated it with
PUT .kibana/index-pattern/logstash-2017*
{"title" : "logstash-2017*", "timeFieldName": "@timestamp"}
now I see it in the list of index-patterns but when I try to select it, it doesnt do anything.
If I try and select it in the Management tools Index PAtterns, I get a bad request error.
Any help is appreciated.