-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
"Error: results.hits is undefined?" after startup #120
Comments
Sounds like you don't have any data in elasticsearch? Can you provide more information on your use case? |
Logstash + ElasticSearch (2 node). And I change dashboard/default |
Can your browser reach Elasticsearch? The only reason defaultindex would be used is if Kibana can not find any indices. Maybe it is unable to reach elasticsearch? |
I try again after I move kibana to my elasticsearch node, but got same 2013/5/30 Rashid Khan notifications@github.com
|
Its not important that Kibana is on your elasticsearch node. Please post your config.js |
no change unless 2013/5/30 Rashid Khan notifications@github.com
|
not sure why the issues was closed, I don't see a resolution, I opened a new ticket with more info from crome and firefox as well as my config.js I am having the same issue. #187 |
…ng as a plugin (but use it as a default) Closes elastic#120
[hostBasedConfig] implement way to speficy proxy host based config
Leave the optimization level alone
Fixing typos lets -> let's
I clone the repo and modified config.js for my elasticsearch host as FQDN.
Then start ./sample/server.js.
But the web page show "0hits" at graph and event.
I use Firebug and saw "Error: results.hits is undefined $scope.get_data/<@http://localhost:8000/panels/table/module.js:175 Nc/e/j.promise.then/i@http://localhost:8000/common/lib/angular.min.js:76 Nc/g/<.then/<@http://localhost:8000/common/lib/angular.min.js:76 e.prototype.$eval@http://localhost:8000/common/lib/angular.min.js:87 e.prototype.$digest@http://localhost:8000/common/lib/angular.min.js:84 e.prototype.$apply@http://localhost:8000/common/lib/angular.min.js:87 e@http://localhost:8000/common/lib/angular.min.js:94 p@http://localhost:8000/common/lib/angular.min.js:97 Xc/</v.onreadystatechange@http://localhost:8000/common/lib/angular.min.js:98"
The text was updated successfully, but these errors were encountered: