mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Fixed temporary distribution stats report url (temporary setting broke packaging)
This commit is contained in:
parent
247f40307d
commit
c6e5ddf0cd
1 changed files with 1 additions and 1 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_SYNC"
|
||||
dist: '""' //TODO: INSERT URL
|
||||
},
|
||||
defaultRoute: {
|
||||
dev: '/dashboard/file/marvel.overview.json',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue