You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I receive the following error when attempting to load Kibana using a clean ES/K install. The only HTML elements that load are the top bar and the loading indicator.
Meta
Kibana: v4.0.0-BETA2 (tar download)
ElasticSearch: v1.4.0 (tar download)
Tested in Chrome 39 / Firefox Dev Edition
EDIT (note): This issue is not present in Kibana v4.0.0-BETA1.1.
index.js?_b=3998:19263 Error: [$injector:unpr] Unknown provider: timefilterProvider <- timefilter <- config <- prettyDurationDirective
http://errors.angularjs.org/1.2.26/$injector/unpr?p0=timefilterProvider%20%3C-%20timefilter%20%3C-%20config%20%3C-%20prettyDurationDirective
at http://localhost:5601/index.js?_b=3998:9269:12
at http://localhost:5601/index.js?_b=3998:12993:19
at Object.getService [as get] (http://localhost:5601/index.js?_b=3998:13121:39)
at http://localhost:5601/index.js?_b=3998:12998:45
at getService (http://localhost:5601/index.js?_b=3998:13121:39)
at Object.invoke (http://localhost:5601/index.js?_b=3998:13148:13)
at Private (http://localhost:5601/index.js?_b=3998:90680:32)
at Object.DocSourceFactory (http://localhost:5601/index.js?_b=3998:83612:26)
at Object.invoke (http://localhost:5601/index.js?_b=3998:13157:17)
at Private (http://localhost:5601/index.js?_b=3998:90680:32)
index.js?_b=3998:19263 Error: Circluar refrence to "DocSourceFactory" found while resolving private deps: DocSourceFactory -> SourceAbstractFactory
at Private (http://localhost:5601/index.js?_b=3998:90671:15)
at new <anonymous> (http://localhost:5601/index.js?_b=3998:83793:21)
at invoke (http://localhost:5601/index.js?_b=3998:13157:17)
at Object.instantiate (http://localhost:5601/index.js?_b=3998:13168:23)
at Object.<anonymous> (http://localhost:5601/index.js?_b=3998:13036:24)
at Object.invoke (http://localhost:5601/index.js?_b=3998:13157:17)
at http://localhost:5601/index.js?_b=3998:12999:37
at getService (http://localhost:5601/index.js?_b=3998:13121:39)
at Object.invoke (http://localhost:5601/index.js?_b=3998:13148:13)
at http://localhost:5601/index.js?_b=3998:14881:43
index.js?_b=3998:19263 Error: Circluar refrence to "DocSourceFactory" found while resolving private deps: DocSourceFactory -> SourceAbstractFactory
at Private (http://localhost:5601/index.js?_b=3998:90671:15)
at new <anonymous> (http://localhost:5601/index.js?_b=3998:83793:21)
at invoke (http://localhost:5601/index.js?_b=3998:13157:17)
at Object.instantiate (http://localhost:5601/index.js?_b=3998:13168:23)
at Object.<anonymous> (http://localhost:5601/index.js?_b=3998:13036:24)
at Object.invoke (http://localhost:5601/index.js?_b=3998:13157:17)
at http://localhost:5601/index.js?_b=3998:12999:37
at getService (http://localhost:5601/index.js?_b=3998:13121:39)
at invoke (http://localhost:5601/index.js?_b=3998:13148:13)
at Object.instantiate (http://localhost:5601/index.js?_b=3998:13168:23)
The text was updated successfully, but these errors were encountered:
However, the file at v4.0.0-beta2/src/server/config/kibana.yml doesn't contain this section (which is what i based my config on) ... but the downloaded config/kibana.yml does.
Thanks for checking into this for me; while this was totally on me, in future releases improved visibility into all configuration options in the documentation would be appreciated.
I receive the following error when attempting to load Kibana using a clean ES/K install. The only HTML elements that load are the top bar and the loading indicator.
Meta
EDIT (note): This issue is not present in Kibana v4.0.0-BETA1.1.
The text was updated successfully, but these errors were encountered: