mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
56477544bc
commit
ebbd0d391a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ module.exports = function (grunt) {
|
|||
},
|
||||
statsReportUrl: {
|
||||
dev: '"http://" + window.location.hostname + ":'+ (grunt.option('es_port') || 9200) +'/.marvel_cluster_report/report"',
|
||||
dist: '"http://stats.marvel.elasticsearch.com/"'
|
||||
dist: '"https://marvel-stats.elasticsearch.com/"'
|
||||
},
|
||||
kibanaPort: grunt.option('port') || 5601,
|
||||
kibanaHost: 'localhost'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue