Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Feb 2021 21:50:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 253314] textproc/kibana7: fix memleak and some port improvements
Message-ID:  <bug-253314-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253314

            Bug ID: 253314
           Summary: textproc/kibana7: fix memleak and some port
                    improvements
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/elastic/kibana/issues/90274
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: elastic@FreeBSD.org
          Reporter: drtr0jan@yandex.ru
                CC: feld@FreeBSD.org
             Flags: maintainer-feedback?(elastic@FreeBSD.org)
          Assignee: elastic@FreeBSD.org

Created attachment 222228
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D222228&action=
=3Dedit
kibana7.diff

There's a memleak in Kibana ( https://github.com/elastic/kibana/issues/9027=
4 ).
I think it is involved by incorrect using parameters xpack.ml.enabled and
xpack.reporting.enabled added by ports r484109.

The options should be passing by config file or command line arguments, not=
 by
environmental variables (as a Docker).

I've passed the params by command line and memleak had fixed.

Also I've added some improvements to the rc-script:
- Added kibana_syslog_output_* options for writing daemon(8) stdout to sysl=
og.
- Moved pidfile from /var/run/kibana to /var/run directory.
- Moved daemon(8) pidfile control from child (-p) to supervisor (-P). It is
need for using -r/-R options (auto-restart after terminated, ex. after memo=
ry
exhausting).
- Added environmental variables passing for FreeBSD 11.4 compatibility.
- Added --max-http-header-size=3D65536 node option (Kibana using).

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253314-7788>