-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught Error: [$injector:unpr] Unknown provider: kbnIndexProvider <- kbnIndex <- config #6445
Comments
@salyh the same solution from #5349 would have to be applied to your app, and it will look a lot like #6173. Basically, there are kibana modules that don't properly map out their dependencies and when requiring things from For now, the easiest solution for you would be to autoload everything as part of your application, but this will add significant weight to your application. The more complex solution is to map the dependencies that aren't properly mapped (like I did in #6173). If you are interested in this approach let me know and I can go into more detail about how that works. |
Closing, since there aren't action items here, but feel free to respond. |
add this in your index.js. it should work fine. Did for me.
|
I try to write a Kibana app and its working well with the current master version of Kibana (Version 5).
But the plugin is not running within Kibana 4.4 (and also not in 4.2/4.3, 4.5 snapshot is also failing). The issue i'am facing is this one:
There is already a closed issue (#5349) addressing this but for me this is not solved yet.
See also https://discuss.elastic.co/t/unknown-provider-error-in-kibana/43496
The text was updated successfully, but these errors were encountered: