Hey, after a long day with no success I finally conceded that I need to ask 
for help.  I am running ES 1.4 with kibana 3.1.2 hosted on ngnix both on 
the same machine (I have done the cors work around).  Whenever I try to 
save a new dashboard or retrieve it, it results in a blank page, it appears 
in ES as an entry, there is an index for kibana-int but the _source is 
blank for the dashboard.  Kibana is connecting to ES and I can run queries 
through the default dashboard so I know at least it is connecting.

the following is from elastic-head
{
"_index": "kibana-int",
"_type": "dashboard",
"_id": "Demo1",
"_version": 1,
"_score": 1,
"_source": { }
}

The only exception I see in the javascript console is:

TypeError: Cannot read property 'interval' of undefined
    at dash_load (http://<IP>/app/app.js:21:25945)
    at f (http://<IP>/app/app.js:21:28755)
    at http://<IP>/app/app.js:14:4667
    at i (http:/<IP>/app/app.js:9:458)
    at http://<IP>/app/app.js:9:1014
    at Object.f.$eval (http://<IP>/app/app.js:9:6963)
    at Object.f.$digest (http://<IP>/app/app.js:9:5755)
    at Object.f.$apply (http://<IP>/app/app.js:9:7111)
    at f (http://<IP>/app/app.js:9:11507)
    at r (http://<IP>/app/app.js:9:13216)

I would appreciate any help as this is a real blocker for me at the moment.

Thanks

Will



-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/4a1537b6-ae4f-4393-8349-c8e394e2809d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to