jasper 4c387b5a0e update to kibana-5.1.1
please refer to the release notes [1] and list of breaking changes between
kibana 4 and 5 [2]

1: https://www.elastic.co/blog/kibana-5-1-1-released
2: https://www.elastic.co/guide/en/kibana/current/breaking-changes-5.0.html

from Pavel Korovin (MAINTAINER)
additional testing by sebastia@
2016-12-17 12:13:21 +00:00

22 lines
806 B
Plaintext

$OpenBSD: README,v 1.2 2016/12/17 12:13:22 jasper Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------
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>