maintainer-feedback requested: [Bug 272466] textproc/kibana8: Interactive setup doesn't work

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 12 Jul 2023 07:50:39 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-elastic (Nobody)
<elastic@FreeBSD.org> for maintainer-feedback:
Bug 272466: textproc/kibana8: Interactive setup doesn't work
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272466



--- Description ---
There's a new method for bootstrapping Kibana via an enrollment token (
https://www.elastic.co/guide/en/kibana/current/targz.html ).
===
If this is the first time you’re starting Kibana, this command generates a
unique link in your terminal to enroll your Kibana instance with Elasticsearch.
===
But the interactiveSetup doesn't work on FreeBSD and the unique link doesn't
appear.

===
# su -m www -c '/usr/local/www/kibana8/bin/kibana'
[07:34:35.648][INFO ][node] Kibana process configured with roles:
[background_tasks, ui]
[07:34:50.448][INFO ][plugins-service] Plugin "cloudChat" is disabled.
[07:34:50.449][INFO ][plugins-service] Plugin "cloudExperiments" is disabled.
[07:34:50.449][INFO ][plugins-service] Plugin "cloudFullStory" is disabled.
[07:34:50.449][INFO ][plugins-service] Plugin "cloudGainsight" is disabled.
[07:34:50.458][INFO ][plugins-service] Plugin "profiling" is disabled.
[07:34:50.543][INFO ][http.server.Preboot] http server running at
http://localhost:5601
[07:34:50.597][INFO ][plugins-system.preboot] Setting up [1] plugins:
[interactiveSetup]
[07:34:50.600][INFO ][preboot] "interactiveSetup" plugin is holding setup:
Validating Elasticsearch connection configuration…
[07:34:50.649][INFO ][root] Holding setup until preboot stage is completed.
[07:36:50.754][WARN ][config.deprecation] The default mechanism for Reporting
privileges will work differently in future versions, which will affect the
behavior of this cluster. Set "xpack.reporting.roles.enabled" to "false" to
adopt the future behavior before upgrading.
...
===

But on Windows the unique link appears:
===
[07:13:59.866][INFO ][root] Holding setup until preboot stage is completed.


i Kibana has not been configured.

Go to http://localhost:5601/?code=809293 to get started.
...
===