mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update kibana-install.sh
tweak
This commit is contained in:
parent
10135712f1
commit
5c2c072dae
1 changed files with 1 additions and 5 deletions
|
@ -30,14 +30,10 @@ msg_ok "Set up Elastic Repository"
|
|||
msg_info "Installing Kibana"
|
||||
$STD apt-get update
|
||||
$STD apt-get install -y kibana
|
||||
|
||||
echo 'export PATH=/usr/share/kibana/bin:$PATH' >>~/.bashrc
|
||||
export PATH=/usr/share/kibana/bin:$PATH
|
||||
msg_ok "Installed Kibana"
|
||||
|
||||
msg_info "Configuring hostname"
|
||||
sed -i -E "s/#server.host: \"localhost\"/server.host: \"0.0.0.0\"/" /etc/kibana/kibana.yml
|
||||
msg_ok "Configured hostname"
|
||||
msg_ok "Installed Kibana"
|
||||
|
||||
msg_info "Creating Service"
|
||||
cat <<EOF >/etc/systemd/system/Kibana.service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue