Kibana 4, Sense 2

setup: macos sierra

downloaded kibana 4.6.4, then installed sense
added config to kibana.yml

kibana.enabled: false elasticsearch.enabled: false

started kibana
log [18:59:09.050] [info][optimize] Optimizing and caching bundles for sense and statusPage. This may take a few minutes log [18:59:29.134] [info][optimize] Optimization of bundles for sense and statusPage complete in 20.08 seconds log [18:59:29.159] [info][status][plugin:sense@2.0.0-beta7] Status changed from uninitialized to green - Ready log [18:59:29.165] [info][status][plugin:kbn_vislib_vis_types@1.0.0] Status changed from uninitialized to green - Ready log [18:59:29.169] [info][status][plugin:markdown_vis@1.0.0] Status changed from uninitialized to green - Ready log [18:59:29.174] [info][status][plugin:metric_vis@1.0.0] Status changed from uninitialized to green - Ready log [18:59:29.178] [info][status][plugin:spyModes@1.0.0] Status changed from uninitialized to green - Ready log [18:59:29.181] [info][status][plugin:statusPage@1.0.0] Status changed from uninitialized to green - Ready log [18:59:29.185] [info][status][plugin:table_vis@1.0.0] Status changed from uninitialized to green - Ready log [18:59:29.199] [info][listening] Server running at http://0.0.0.0:5601

visit http://localhost:5601/app/sense and bam js error

Error: [$injector:unpr] Unknown provider: kbnIndexProvider <- kbnIndex <- config <- globalState http://errors.angularjs.org/1.4.7/$injector/unpr?p0=kbnIndexProvider%20%3C-%20kbnIndex%20%3C-%20config%20%3C-%20globalState http://localhost:5601/bundles/commons.bundle.js?v=10229:27775:33 http://localhost:5601/bundles/commons.bundle.js?v=10229:31996:35 getService@http://localhost:5601/bundles/commons.bundle.js?v=10229:32144:47 http://localhost:5601/bundles/commons.bundle.js?v=10229:32001:49 getService@http://localhost:5601/bundles/commons.bundle.js?v=10229:32144:47 invoke@http://localhost:5601/bundles/commons.bundle.js?v=10229:32176:24 instantiate@http://localhost:5601/bundles/commons.bundle.js?v=10229:32193:34 enforcedReturnValue@http://localhost:5601/bundles/commons.bundle.js?v=10229:32037:44 getService@http://localhost:5601/bundles/commons.bundle.js?v=10229:32144:47 invoke@http://localhost:5601/bundles/commons.bundle.js?v=10229:32176:24 instantiate@http://localhost:5601/bundles/commons.bundle.js?v=10229:101689:41 get@http://localhost:5601/bundles/commons.bundle.js?v=10229:101707:34 Private@http://localhost:5601/bundles/commons.bundle.js?v=10229:101727:20 http://localhost:5601/bundles/commons.bundle.js?v=10229:60544:25 instantiate@http://localhost:5601/bundles/commons.bundle.js?v=10229:32193:34 enforcedReturnValue@http://localhost:5601/bundles/commons.bundle.js?v=10229:32037:44 getService@http://localhost:5601/bundles/commons.bundle.js?v=10229:32144:47 invoke@http://localhost:5601/bundles/commons.bundle.js?v=10229:32176:24 instantiate@http://localhost:5601/bundles/commons.bundle.js?v=10229:101689:41 get@http://localhost:5601/bundles/commons.bundle.js?v=10229:101707:34 Private@http://localhost:5601/bundles/commons.bundle.js?v=10229:101727:20 controller@http://localhost:5601/bundles/commons.bundle.js?v=10229:105284:43 http://localhost:5601/bundles/commons.bundle.js?v=10229:36843:41 nodeLinkFn@http://localhost:5601/bundles/commons.bundle.js?v=10229:35955:47 compositeLinkFn@http://localhost:5601/bundles/commons.bundle.js?v=10229:35387:24 compositeLinkFn@http://localhost:5601/bundles/commons.bundle.js?v=10229:35391:25 compositeLinkFn@http://localhost:5601/bundles/commons.bundle.js?v=10229:35391:25 publicLinkFn@http://localhost:5601/bundles/commons.bundle.js?v=10229:35262:46 http://localhost:5601/bundles/commons.bundle.js?v=10229:29369:28 $apply@http://localhost:5601/bundles/commons.bundle.js?v=10229:43796:31 bootstrapApply@http://localhost:5601/bundles/commons.bundle.js?v=10229:29367:22 doBootstrap@http://localhost:5601/bundles/commons.bundle.js?v=10229:29365:21 bootstrap@http://localhost:5601/bundles/commons.bundle.js?v=10229:141:21 http://localhost:5601/bundles/sense.bundle.js?v=10229:47:34 __webpack_require__@http://localhost:5601/bundles/commons.bundle.js?v=10229:51:34 webpackJsonpCallback@http://localhost:5601/bundles/commons.bundle.js?v=10229:22:39 global code@http://localhost:5601/bundles/sense.bundle.js?v=10229:1:13

what have I done wrong? Thanks.

This is no longer supported in Kibana. If you just want an interface for querying Elasticsearch, try the Sense Chrome plugin: https://chrome.google.com/webstore/detail/sense-beta/lhjgkmllcaadmopgmanpapmpjgmfcfig

ah sweet, thanks Tim.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.