mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Added distribution phone home cluster stats url.
This commit is contained in:
parent
bc96c851a4
commit
4c75eb49ef
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ module.exports = function (grunt) {
|
|||
},
|
||||
statsReportUrl: {
|
||||
dev: '"http://" + window.location.hostname + ":'+ (grunt.option('es_port') || 9200) +'/.marvel_cluster_report/report"',
|
||||
dist: '""' //TODO: INSERT URL
|
||||
dist: '"http://stats.marvel.elasticsearch.com/"'
|
||||
},
|
||||
defaultRoute: {
|
||||
dev: '/dashboard/file/marvel.overview.json',
|
||||
|
|
|
@ -170,7 +170,7 @@ function (angular, app, _, kbn) {
|
|||
};
|
||||
|
||||
var sendReport = function(data) {
|
||||
if (!$scope.config.report_url) {
|
||||
if (!$scope.config.stats_report_url) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue