#!/bin/sh
set -e

#
# This script is executed in the post-installation phase
#

# Sets the default values for kibana variables used in this script
KIBANA_USER="kibana"
KIBANA_GROUP="kibana"

chown -R ${KIBANA_USER}:${KIBANA_GROUP} /opt/kibana/
