Original install method (e.g. download page, yum, from source, etc.):
from source
Describe the bug:
When running Kibana in dev mode with the --http2 flag enabled (this might also occur with the --ssl flag turned on), the Kibana URL that is presented to the user does not include the appropriate URL, it's undefined.
Steps to reproduce:
Start up Kibana and Elasticsearch with --http2 turned on
Navigate to the APM tutorials
View the generated commands
Expected behavior:
These fields should contain the correct URL, which in dev mode is going to be something like localhost or 127.0.0.1.
Screenshots (if relevant):
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context:
When this is fixed, we should also test that --ssl works for this feature.
Kibana version:
8.16
Elasticsearch version:
8.16
Server OS version:
macOS
Browser version:
Chrome
Original install method (e.g. download page, yum, from source, etc.):
from source
Describe the bug:
When running Kibana in dev mode with the
--http2
flag enabled (this might also occur with the--ssl
flag turned on), the Kibana URL that is presented to the user does not include the appropriate URL, it'sundefined
.Steps to reproduce:
--http2
turned onExpected behavior:
These fields should contain the correct URL, which in dev mode is going to be something like
localhost
or127.0.0.1
.Screenshots (if relevant):
Errors in browser console (if relevant):
Provide logs and/or server output (if relevant):
Any additional context:
When this is fixed, we should also test that
--ssl
works for this feature.