Re: kibana doesn't work with current node version??

2019-06-21 Thread Aaron Bieber
I probably broke it with my latest node update. I attempted to make it be less 
strict about the node version it wants. I thought I had tested build / startup 
of kibana.. but I must have missed something.

It would be super cool to fix kibana to not need an exact version of node. I 
can see needing X.Y, but X.Y.Z is too strict.

PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE

> On Jun 20, 2019, at 11:41 PM, Pavel Korovin  wrote:
> 
> Hi Sebastian,
> 
> I'll try to update it this weekend.
> 
>> On 06/20, Sebastian Reitenbach wrote:
>> Hi,
>> 
>> just updated, or better say freshly installed,
>> my elkstack host to a snapshot as of today, and starting kibana fails with:
>> 
>> Kibana does not support the current Node.js version v10.15.3. Please use 
>> Node.js v>=10.15.0 <10.16.
> 
> -- 
> With best regards,
> Pavel Korovin


Re: kibana doesn't work with current node version??

2019-06-20 Thread Pavel Korovin
Hi Sebastian,

I'll try to update it this weekend.

On 06/20, Sebastian Reitenbach wrote:
> Hi,
> 
> just updated, or better say freshly installed,
>  my elkstack host to a snapshot as of today, and starting kibana fails with:
> 
>  Kibana does not support the current Node.js version v10.15.3. Please use 
> Node.js v>=10.15.0 <10.16.

-- 
With best regards,
Pavel Korovin



kibana doesn't work with current node version??

2019-06-20 Thread Sebastian Reitenbach
Hi,

just updated, or better say freshly installed,
 my elkstack host to a snapshot as of today, and starting kibana fails with:

 Kibana does not support the current Node.js version v10.15.3. Please use 
Node.js v>=10.15.0 <10.16.



OpenBSD 6.5-current (GENERIC) #42: Wed Jun 19 21:41:26 MDT 2019
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC


/etc/rc.d/kibana -d start  
doing _rc_parse_conf
doing _rc_quirks
kibana_flags >--config /etc/kibana/kibana.yml<
doing _rc_parse_conf /var/run/rc.d/kibana
doing _rc_quirks
doing rc_check
kibana
doing rc_start
doing _rc_wait start
No home directory /nonexistent!
Logging in with home = "/".
doing rc_check
Kibana does not support the current Node.js version v10.15.3. Please use 
Node.js v>=10.15.0 <10.16.
doing _rc_rm_runfile
(failed)
root@memory-alpha:~# pkg_info | grep -e kibana -e node  

kibana-6.6.1p0  browser based analytics/search interface to ElasticSearch
node-10.15.3V8 JavaScript for clients and servers

is it just me, or someone else sees the same?

when I manually change /usr/local/kibana/package.json the node engine version 
to "10.15.3"
it just starts, but using this range, which from my googling foo should be 
correct, I get this startup
error.



cheers,
Sebastian