I've got a dev server set up running Elastic 2.3.4 with a single node, Marvel 2.3.4 and Kibana 4.5.3. I'm unable to 'Configure an index pattern' in Kibana settings, and I don't have a green 'create' button.
I've got a couple of indices of my own (autonomy and documents, they have 20 and 14 documents respectively), see my output from http://localhost:9200/_cat/indices;
yellow open .marvel-es-1-2016.08.02 1 1 10054 52 2.9mb 2.9mb
yellow open autonomy 5 1 20 0 41.7kb 41.7kb_
yellow open .kibana 1 1 2 0 19.1kb 19.1kb
yellow open .marvel-es-data-1 1 1 2 0 4.1kb 4.1kb
yellow open documents 5 1 14 0 36.5kb 36.5kb
When I enter 'documents' into the 'Index name or pattern' field it presents the error;
Fatal Error
Unable to get property 'name' of undefined or null reference
Version: 4.5.3
Build: 9910
TypeError: Unable to get property 'name' of undefined or null reference
at Anonymous function (http://localhost:5601/bundles/kibana.bundle.js?v=9910:97273:12)
at processQueue (http://localhost:5601/bundles/commons.bundle.js?v=9910:42384:12)
at Anonymous function (http://localhost:5601/bundles/commons.bundle.js?v=9910:42400:28)
at Scope.prototype.$eval (http://localhost:5601/bundles/commons.bundle.js?v=9910:43628:10)
at Scope.prototype.$digest (http://localhost:5601/bundles/commons.bundle.js?v=9910:43439:16)
at Scope.prototype.$apply (http://localhost:5601/bundles/commons.bundle.js?v=9910:43736:14)
at Anonymous function (http://localhost:5601/bundles/commons.bundle.js?v=9910:51193:18)
at jQuery.event.dispatch (http://localhost:5601/bundles/commons.bundle.js?v=9910:22747:7)
at elemData.handle (http://localhost:5601/bundles/commons.bundle.js?v=9910:22433:6)
In Kibana it acknowledges the Marvel index named .marvel-es-1-* in the menu on the left, but wont allow me to specify one of my indices.
I initially thought I might have had installed the Kibana plugin incorrectly (I'm having to use offline methods due to network security). Can anyone point me in the direction to resolve this?