×
Community Blog Install Kibana 8.5 on ECS for Elasticsearch

Install Kibana 8.5 on ECS for Elasticsearch

Download and install Kibana 8.5 from archive based on your operating system. in this example is the operating system using Ubuntu 20.04.

Install Kibana

Download and install Kibana 8.5 from archive based on your operating system. in this example is the operating system using Ubuntu 20.04.

wget https://artifacts.elastic.co/downloads/kibana/kibana-8.5.3-amd64.deb
shasum -a 512 kibana-8.5.3-amd64.deb
sudo dpkg -i kibana-8.5.3-amd64.deb

Create User

Create user on Elastic Search. Goto Stack Management > Users > Create User
In this example we are using username es-kibana-user grant this roles to the user :

  • kibana-user
  • kibana_admin
  • kibana_system
  • monitoring_user
  • remote_monitoring_agent
  • enrich_user
  • editor
  • viewer
  • watcher_user
  • transform_admin
  • ingest_admin
  • machine_learning_admin
  • machine_learning_user

Install_Kibana_on_ECS

Configure Kibana

On your server installed kibana goto installation folder (i.e: /etc/kibana/) find file called kibana.yml update this parameter

39BF74BE_04EF_47cf_AF9D_4183EAC0FF21

Don’t forget to remove the hash tag in front of the parameter configuration

Install_Kibana_on_ECS

Enable kibana as a service and try to run kibana using this command

sudo /bin/systemctl daemon-reload
sudo systemctl start kibana.service
sudo systemctl status kibana.service

Allow Security group for port 5601 and go to kibana portal using
http://ECSPrivate/PublicIP:5601

0 1 0
Share on

Alibaba Cloud Indonesia

91 posts | 12 followers

You may also like

Comments

Alibaba Cloud Indonesia

91 posts | 12 followers

Related Products