Date: Wed, 29 Aug 2018 01:35:34 +0100 From: Kernel Panic <kpnemesis@gmail.com> To: sascha@root-login.org Cc: freebsd-ports@freebsd.org Subject: Re: textproc/kibana6 not starting after upgrade to 6.3.2 Message-ID: <CAHYqR4J9QeS2Rp=4b_67h7MKi5bpg4dvEpJTX51hQs9p7WDapQ@mail.gmail.com> In-Reply-To: <0aa39a98-a6dc-0247-f176-b7454ca5bdb3@root-login.org> References: <CAHYqR4%2Bwv00-aDeV8z5g48A_VOe=eY-SF_ZstcfsnmcBQCt4FQ@mail.gmail.com> <0aa39a98-a6dc-0247-f176-b7454ca5bdb3@root-login.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Excellent, thankyou Sascha that worked. I was aware XPACK was integrated from 6.3.0 onwards and was hoping to use some of the free features but it appears XPACK doesn't yet work with FreeBSD; I think a post-install message is needed or perhaps something in /usr/ports/UPDATING On Wed, 29 Aug 2018 at 01:16, Sascha Holzleiter <sascha@root-login.org> wrote: > > On 8/28/2018 5:33 PM, Kernel Panic wrote: > > Hello all, > > > > I've upgraded all our Elasticsearch cluster components from 6.2.4 to > 6.3.2 > > > > The cluster itself seem fine but Kibana will not start; in the Kibana log > > it shows the following: > > > > > {"type":"log","@timestamp":"2018-08-28T15:17:36Z","tags":["reporting","error"],"pid":76937,"message":"Failed > > to install browser. See kibana logs for more details."} > > I had the same problem. Seems X-PACK has been integrated into the base > release and some features seem to default to on. I explicitly disabled > all X-Pack features in my kibana.yml to get it to run: > > xpack.apm.enabled: false > xpack.grokdebugger.enabled: false > xpack.searchprofiler.enabled: false > xpack.graph.enabled: false > xpack.ml.enabled: false > xpack.monitoring.enabled: false > xpack.reporting.enabled: false > xpack.security.enabled: false > > > > > > > When I enable verbose logging I don't get an error message, the last line > > just shows the following: > > > > > > > {"type":"log","@timestamp":"2018-08-28T15:31:26Z","tags":["reporting","debug","exportTypes"],"pid":77142,"message":"Found > > exportType at > > > /usr/local/www/kibana6/node_modules/x-pack/plugins/reporting/export_types/csv/server/index.js"} > > > > Any help much appreciated. > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHYqR4J9QeS2Rp=4b_67h7MKi5bpg4dvEpJTX51hQs9p7WDapQ>