It seems that Kibana starts up without problems, but it just can't be accessed

Kibana version : 7.4.2

Elasticsearch version : 7.4.2

Server OS version : CentOS Linux release 7.4.1708 (Core)

Browser version : Chrome 80.0.3987.132

Browser OS version : Windows 10.0.18363

Original install method (e.g. download page, yum, from source, etc.) :
Clone form https://github.com/elastic/kibana.git

Description of the problem including expected versus actual behavior :
I built a local branch from tag(7.4.2), completed the build by yarn kbn bootstrap , and started it. It seems that Kibana starts up without problems, but it just can't be accessed through http://localhost:5601, the whole page was blank.

I don't see any other useful logs that could help me solve this problem

This is my kibana.dev.yml 's content:

elasticsearch.hosts: ["http://xx.xx.xx.xx"]
elasticsearch.username: "elastic"
elasticsearch.password: "******"
elasticsearch.ssl.verificationMode: none
E:\workspace\workspace-elk\kibana>yarn start
yarn run v1.22.0
$ node --trace-warnings --trace-deprecation scripts/kibana --dev
  log   [16:22:57.971] [warning][plugins-discovery] Explicit plugin paths [E:\workspace\workspace-elk\kibana\x-pack] are only supported in development. Relative imports will not work in production.
  log   [16:22:58.172] [info][plugins-service] Plugin initialization disabled.
 watching for changes  (4727 files)
  log   [16:23:00.802] [info][server] basepath proxy server running at http://localhost:5601/aiz
 restarting server  due to changes in "x-pack\legacy\plugins\reporting\export_types\printable_pdf\server\lib\pdf\assets\fonts\roboto\Roboto-Regular.ttf"
server    log   [16:23:09.133] [warning][plugins-discovery] Explicit plugin paths [E:\workspace\workspace-elk\kibana\x-pack] are only supported in development. Relative imports will not work in production.
optmzr    log   [16:23:09.138] [warning][plugins-discovery] Explicit plugin paths [E:\workspace\workspace-elk\kibana\x-pack] are only supported in development. Relative imports will not work in production.
optmzr    log   [16:23:09.219] [info][plugins-service] Plugin initialization disabled.
server    log   [16:23:09.225] [info][plugins-system] Setting up [5] plugins: [security,testbed,translations,data,inspector]
server    log   [16:23:09.229] [info][plugins][security] Setting up plugin
server    log   [16:23:09.230] [warning][config][plugins][security] Session cookies will be transmitted over insecure connections. This is not recommended.
server    log   [16:23:09.250] [info][plugins][testbed] Setting up plugin
server    log   [16:23:09.251] [info][plugins][translations] Setting up plugin
server    log   [16:23:09.251] [info][data][plugins] Setting up plugin
server    log   [16:23:09.253] [info][plugins-system] Starting [4] plugins: [security,testbed,translations,data]
server    log   [16:23:14.592] [warning][plugin] ENOENT: Unable to scan directory for plugins "E:\workspace\workspace-elk\kibana\plugins"
optmzr    log   [16:23:14.593] [warning][plugin] ENOENT: Unable to scan directory for plugins "E:\workspace\workspace-elk\kibana\plugins"
server    log   [16:23:37.042] [info][optimize] Waiting for optimizer to be ready
optmzr    log   [16:23:37.286] [info][optimize:dynamic_dll_plugin] Started dynamic dll plugin tasks
optmzr    log   [16:23:37.479] [info] Plugin initialization disabled.
optmzr    log   [16:23:37.482] [info][optimize] Optimization started
Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade`
Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade`
Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade`
Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade`
Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade`
Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade`
Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade`
Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade`
server    log   [16:23:43.369] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\core\public\index.scss (theme=light)
server    log   [16:23:43.370] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\core\public\index.scss (theme=dark)
server    log   [16:23:43.370] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\graph\public\index.scss (theme=light)
server    log   [16:23:43.371] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\graph\public\index.scss (theme=dark)
server    log   [16:23:43.379] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\monitoring\public\index.scss (theme=light)
server    log   [16:23:43.379] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\monitoring\public\index.scss (theme=dark)
server    log   [16:23:43.380] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\spaces\public\index.scss (theme=light)
server    log   [16:23:43.380] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\spaces\public\index.scss (theme=dark)
server    log   [16:23:43.381] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\security\public\index.scss (theme=light)
server    log   [16:23:43.381] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\security\public\index.scss (theme=dark)
server    log   [16:23:43.381] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\searchprofiler\public\index.scss (theme=light)
server    log   [16:23:43.382] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\searchprofiler\public\index.scss (theme=dark)
server    log   [16:23:43.382] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\ml\public\index.scss (theme=light)
server    log   [16:23:43.383] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\ml\public\index.scss (theme=dark)
server    log   [16:23:43.383] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\watcher\public\index.scss (theme=light)
server    log   [16:23:43.383] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\watcher\public\index.scss (theme=dark)
server    log   [16:23:43.383] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\apm\public\index.scss (theme=light)
server    log   [16:23:43.392] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\apm\public\index.scss (theme=dark)
server    log   [16:23:43.393] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\code\public\index.scss (theme=light)
server    log   [16:23:43.394] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\code\public\index.scss (theme=dark)
server    log   [16:23:43.402] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\maps/public/index.scss (theme=light)
server    log   [16:23:43.403] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\maps/public/index.scss (theme=dark)
server    log   [16:23:43.403] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\canvas\public\style\index.scss (theme=light)
server    log   [16:23:43.404] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\canvas\public\style\index.scss (theme=dark)
server    log   [16:23:43.404] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\license_management\public\index.scss (theme=light)
server    log   [16:23:43.405] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\license_management\public\index.scss (theme=dark)
server    log   [16:23:43.405] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\index_management\public\index.scss (theme=light)
server    log   [16:23:43.406] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\index_management\public\index.scss (theme=dark)
server    log   [16:23:43.406] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\index_lifecycle_management\public\index.scss (theme=light)
server    log   [16:23:43.407] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\index_lifecycle_management\public\index.scss (theme=dark)
server    log   [16:23:43.407] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\infra\public\index.scss (theme=light)
server    log   [16:23:43.407] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\infra\public\index.scss (theme=dark)
server    log   [16:23:43.408] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\rollup\public\index.scss (theme=light)
server    log   [16:23:43.408] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\rollup\public\index.scss (theme=dark)
server    log   [16:23:43.409] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\remote_clusters\public\index.scss (theme=light)
server    log   [16:23:43.420] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\remote_clusters\public\index.scss (theme=dark)
server    log   [16:23:43.421] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\cross_cluster_replication\public\index.scss (theme=light)
server    log   [16:23:43.421] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\cross_cluster_replication\public\index.scss (theme=dark)
server    log   [16:23:43.422] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\upgrade_assistant\public\index.scss (theme=light)
server    log   [16:23:43.423] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\upgrade_assistant\public\index.scss (theme=dark)
server    log   [16:23:43.435] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\snapshot_restore\public\app\index.scss (theme=light)
server    log   [16:23:43.436] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\x-pack\legacy\plugins\snapshot_restore\public\app\index.scss (theme=dark)
server    log   [16:23:43.437] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\console\public\index.scss (theme=light)
server    log   [16:23:43.448] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\console\public\index.scss (theme=dark)
server    log   [16:23:43.448] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\dashboard_embeddable_container\public\index.scss (theme=light)
server    log   [16:23:43.449] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\dashboard_embeddable_container\public\index.scss (theme=dark)
server    log   [16:23:43.450] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\data\public\index.scss (theme=light)
server    log   [16:23:43.461] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\data\public\index.scss (theme=dark)
server    log   [16:23:43.461] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\embeddable_api\public\index.scss (theme=light)
server    log   [16:23:43.462] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\embeddable_api\public\index.scss (theme=dark)
server    log   [16:23:43.462] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\input_control_vis\public\index.scss (theme=light)
server    log   [16:23:43.463] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\input_control_vis\public\index.scss (theme=dark)
server    log   [16:23:43.463] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\inspector_views\public\index.scss (theme=light)
server    log   [16:23:43.464] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\inspector_views\public\index.scss (theme=dark)
server    log   [16:23:43.464] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\kibana\public\index.scss (theme=light)
server    log   [16:23:43.476] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\kibana\public\index.scss (theme=dark)
server    log   [16:23:43.477] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\kibana_react\public\index.scss (theme=light)
server    log   [16:23:43.477] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\kibana_react\public\index.scss (theme=dark)
server    log   [16:23:43.490] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\metrics\public\index.scss (theme=light)
server    log   [16:23:43.491] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\metrics\public\index.scss (theme=dark)
server    log   [16:23:43.491] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\timelion\public\index.scss (theme=light)
server    log   [16:23:43.492] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\timelion\public\index.scss (theme=dark)
server    log   [16:23:43.492] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\tile_map\public\index.scss (theme=light)
server    log   [16:23:43.504] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\tile_map\public\index.scss (theme=dark)
server    log   [16:23:43.505] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\vis_type_metric\public\index.scss (theme=light)
server    log   [16:23:43.505] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\vis_type_metric\public\index.scss (theme=dark)
server    log   [16:23:43.517] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\vis_type_markdown\public\index.scss (theme=light)
server    log   [16:23:43.517] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\vis_type_markdown\public\index.scss (theme=dark)
server    log   [16:23:43.518] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\vis_type_table\public\index.scss (theme=light)
server    log   [16:23:43.518] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\vis_type_table\public\index.scss (theme=dark)
server    log   [16:23:43.519] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\vis_type_tagcloud\public\index.scss (theme=light)
server    log   [16:23:43.519] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\vis_type_tagcloud\public\index.scss (theme=dark)
server    log   [16:23:43.530] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\vis_type_vega\public\index.scss (theme=light)
server    log   [16:23:43.531] [info][scss] Compiled CSS: E:\workspace\workspace-elk\kibana\src\legacy\core_plugins\vis_type_vega\public\index.scss (theme=dark)
server    log   [16:23:43.785] [info][status][plugin:kibana@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:43.789] [info][status][plugin:elasticsearch@7.4.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server    log   [16:23:43.801] [info][status][plugin:xpack_main@7.4.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server    log   [16:23:43.807] [info][status][plugin:telemetry@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:43.816] [info][status][plugin:graph@7.4.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server    log   [16:23:43.822] [info][status][plugin:monitoring@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:43.832] [info][status][plugin:spaces@7.4.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server    log   [16:23:43.866] [info][status][plugin:security@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:43.867] [info][status][plugin:searchprofiler@7.4.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server    log   [16:23:43.870] [info][status][plugin:ml@7.4.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server    log   [16:23:43.918] [info][status][plugin:tilemap@7.4.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server    log   [16:23:43.920] [info][status][plugin:watcher@7.4.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server    log   [16:23:43.939] [info][status][plugin:grokdebugger@7.4.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server    log   [16:23:43.950] [info][status][plugin:dashboard_mode@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:43.961] [info][status][plugin:logstash@7.4.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server    log   [16:23:43.966] [info][status][plugin:beats_management@7.4.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server    log   [16:23:43.991] [info][status][plugin:apm_oss@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.008] [info][status][plugin:apm@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.010] [info][status][plugin:code@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.012] [info][status][plugin:data@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.014] [info][status][plugin:visualizations@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.025] [info][status][plugin:interpreter@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.027] [info][status][plugin:tile_map@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.038] [info][status][plugin:task_manager@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.041] [info][status][plugin:maps@7.4.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server    log   [16:23:44.060] [info][status][plugin:canvas@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.067] [info][status][plugin:license_management@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.069] [info][status][plugin:cloud@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.074] [info][status][plugin:index_management@7.4.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server    log   [16:23:44.086] [info][status][plugin:console@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.087] [info][status][plugin:console_extensions@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.089] [info][status][plugin:index_lifecycle_management@7.4.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server    log   [16:23:44.097] [info][status][plugin:metrics@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.117] [info][status][plugin:infra@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.118] [info][status][plugin:rollup@7.4.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server    log   [16:23:44.132] [info][siem] Plugin initializing
server    log   [16:23:44.162] [info][siem] Plugin done initializing
server    log   [16:23:44.163] [info][status][plugin:siem@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.166] [info][status][plugin:remote_clusters@7.4.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server    log   [16:23:44.175] [info][status][plugin:cross_cluster_replication@7.4.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server    log   [16:23:44.189] [info][status][plugin:upgrade_assistant@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.206] [info][status][plugin:uptime@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.208] [info][status][plugin:oss_telemetry@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.217] [info][status][plugin:file_upload@7.4.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server    log   [16:23:44.220] [info][status][plugin:encrypted_saved_objects@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.230] [info][status][plugin:snapshot_restore@7.4.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
server    log   [16:23:44.237] [info][status][plugin:kibana_react@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.246] [info][status][plugin:region_map@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.721] [info][status][plugin:timelion@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.723] [info][status][plugin:ui_metric@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.725] [info][status][plugin:metric_vis@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.735] [info][status][plugin:markdown_vis@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.744] [info][status][plugin:table_vis@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.746] [info][status][plugin:tagcloud@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:44.748] [info][status][plugin:vega@7.4.2] Status changed from uninitialized to green - Ready
server    log   [16:23:46.306] [info][status][plugin:elasticsearch@7.4.2] Status changed from yellow to green - Ready
server    log   [16:23:46.411] [info][license][xpack] Imported license information from Elasticsearch for the [data] cluster: mode: basic | status: active
server    log   [16:23:46.414] [info][status][plugin:xpack_main@7.4.2] Status changed from yellow to green - Ready
server    log   [16:23:46.421] [info][status][plugin:graph@7.4.2] Status changed from yellow to green - Ready
server    log   [16:23:46.422] [info][status][plugin:searchprofiler@7.4.2] Status changed from yellow to green - Ready
server    log   [16:23:46.423] [info][status][plugin:ml@7.4.2] Status changed from yellow to green - Ready
server    log   [16:23:46.423] [info][status][plugin:tilemap@7.4.2] Status changed from yellow to green - Ready
server    log   [16:23:46.424] [info][status][plugin:watcher@7.4.2] Status changed from yellow to green - Ready
server    log   [16:23:46.424] [info][status][plugin:grokdebugger@7.4.2] Status changed from yellow to green - Ready
server    log   [16:23:46.425] [info][status][plugin:logstash@7.4.2] Status changed from yellow to green - Ready
server    log   [16:23:46.425] [info][status][plugin:beats_management@7.4.2] Status changed from yellow to green - Ready
server    log   [16:23:46.426] [info][status][plugin:index_management@7.4.2] Status changed from yellow to green - Ready
server    log   [16:23:46.426] [info][status][plugin:index_lifecycle_management@7.4.2] Status changed from yellow to green - Ready
server    log   [16:23:46.427] [info][status][plugin:rollup@7.4.2] Status changed from yellow to green - Ready
server    log   [16:23:46.435] [info][status][plugin:remote_clusters@7.4.2] Status changed from yellow to green - Ready
server    log   [16:23:46.436] [info][status][plugin:cross_cluster_replication@7.4.2] Status changed from yellow to green - Ready
server    log   [16:23:46.437] [info][status][plugin:file_upload@7.4.2] Status changed from yellow to green - Ready
server    log   [16:23:46.437] [info][status][plugin:snapshot_restore@7.4.2] Status changed from yellow to green - Ready
server    log   [16:23:46.438] [info][kibana-monitoring][monitoring] Starting monitoring stats collection
server    log   [16:23:46.448] [info][status][plugin:maps@7.4.2] Status changed from yellow to green - Ready
optmzr    log   [16:23:56.371] [info][optimize:dynamic_dll_plugin] No need to compile client vendors dll
optmzr    log   [16:23:56.372] [info][optimize:dynamic_dll_plugin] Finished all dynamic dll plugin tasks
optmzr    log   [16:23:56.374] [info][optimize] Optimization success in 18.90 seconds

It looks like if I use --dev mode, BasePathProxyServer will run on port 5601 instead of HttpServer

  log   [16:23:00.802] [info][server] basepath proxy server running at http://localhost:5601/aiz

Hi @liu78778,

Welcome to our community!

Were you able to get this sorted out?

Thanks,
Liza

Hi Liza
I haven't solved the problem till now, if you can help, I would really appreciate it

Thanks,
Andrew

Hi @liu78778,

Based on the kibana.dev.yml you don't have security turned on, so can you try doing:

yarn start --oss

You will see this message at the beginning

log   [18:06:05.774] [info][server] basepath proxy server running at http://localhost:5601/xpt

However further down will be the server message:

server    log   [18:06:19.624] [info][server][Kibana][http] http server running at http://localhost:5603/xpt

Can you give it a try and let me know?

Thanks,
Liza

HI Liza
Your suggestion works, thank you very much for your help!! :grinning:

Grateful,
Andrew

1 Like

Glad to help @liu78778 ! :slight_smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.