We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I click "Export to File" in dashcontrol, I saw the following error in console (use chrome 18.0.1025.162 m)
TypeError: Illegal constructor at Object.to_file (http://localhost:8080/LogX_0.4.0Kibana/panels/dashcontrol/module.js:103:16) at http://localhost:8080/LogX_0.4.0Kibana/common/lib/angular.min.js:70:430 at http://localhost:8080/LogX_0.4.0Kibana/common/lib/angular.min.js:143:122 at Object.$eval (http://localhost:8080/LogX_0.4.0Kibana/common/lib/angular.min.js:87:39) at Object.$apply (http://localhost:8080/LogX_0.4.0Kibana/common/lib/angular.min.js:87:146) at HTMLAnchorElement. (http://localhost:8080/LogX_0.4.0Kibana/common/lib/angular.min.js:143:104) at HTMLAnchorElement. (http://localhost:8080/LogX_0.4.0Kibana/common/lib/jquery-1.8.0.min.js:2:37944) at HTMLAnchorElement. (http://localhost:8080/LogX_0.4.0Kibana/common/lib/jquery-1.8.0.min.js:2:33881)
But it is work fine in FF 15.0.1
I search for the solution, and find this problem is similar with $scope.to_file function.
http://stackoverflow.com/questions/15293694/blob-constructor-browser-compatibility
This is work for me!
Maybe it needs to fix in the newer version.
Thx.
The text was updated successfully, but these errors were encountered:
As Chrome 18 is over a year old, and issue is not reproducible in recent builds, closing.
Sorry, something went wrong.
Changed score_type to score_mode for has_child/parent
de93a18
Closes elastic#208
Merge pull request elastic#208 from Shweta-Bhandare/Qosmos_1.90_POC
a151ddf
Qosmos 1.90 poc
Successfully merging a pull request may close this issue.
When I click "Export to File" in dashcontrol, I saw the following error in console (use chrome 18.0.1025.162 m)
TypeError: Illegal constructor
at Object.to_file (http://localhost:8080/LogX_0.4.0Kibana/panels/dashcontrol/module.js:103:16)
at http://localhost:8080/LogX_0.4.0Kibana/common/lib/angular.min.js:70:430
at http://localhost:8080/LogX_0.4.0Kibana/common/lib/angular.min.js:143:122
at Object.$eval (http://localhost:8080/LogX_0.4.0Kibana/common/lib/angular.min.js:87:39)
at Object.$apply (http://localhost:8080/LogX_0.4.0Kibana/common/lib/angular.min.js:87:146)
at HTMLAnchorElement. (http://localhost:8080/LogX_0.4.0Kibana/common/lib/angular.min.js:143:104)
at HTMLAnchorElement. (http://localhost:8080/LogX_0.4.0Kibana/common/lib/jquery-1.8.0.min.js:2:37944)
at HTMLAnchorElement. (http://localhost:8080/LogX_0.4.0Kibana/common/lib/jquery-1.8.0.min.js:2:33881)
But it is work fine in FF 15.0.1
I search for the solution, and find this problem is similar with $scope.to_file function.
http://stackoverflow.com/questions/15293694/blob-constructor-browser-compatibility
This is work for me!
Maybe it needs to fix in the newer version.
Thx.
The text was updated successfully, but these errors were encountered: