openbsd-ports/www/kibana/pkg
2018-12-02 20:21:53 +00:00
..
DESCR
kibana.rc Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d 2018-01-11 19:27:01 +00:00
PLIST Update kibana 6.4.3 -> 6.5.1 2018-12-02 20:21:53 +00:00
README Update kibana 6.2.4 -> 6.4.1 2018-09-25 09:01:52 +00:00

$OpenBSD: README,v 1.5 2018/09/25 09:01:52 pvk Exp $

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

OpenBSD-specific Limitations
============================
OpenBSD is not on the list of supported platforms:
https://www.elastic.co/support/matrix

Running Kibana
==============
On OpenBSD Kibana is installed in ${TRUEPREFIX}/kibana and runs as dedicated
user _kibana.

Kibana log file is located at /var/log/kibana. Kibana currently does not
support log rotation, please consider using newsyslog(8) for this purpose.

Kibana Plugins Management
=========================
Kibana plugins management tasks must be run as _kibana user, please use
doas(1), sudo(1) or su(1), e.g.

    $ doas -u _kibana ${TRUEPREFIX}/kibana/bin/kibana-plugin install \
	<plugin>
    $ doas -u _kibana ${TRUEPREFIX}/kibana/bin/kibana-plugin remove \
	<plugin>