Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 568 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 568 Bytes

Install ELK Stack on Centos 7.5

Install Elasticsearch, Logstash, and Kibana (Elastic Stack) on CentOS 7, following this steps:

  • 1.install_and_configure_elasticsearch.yml
  • 2.install_and_configure_kibana.yml
  • 3.install_and_configure_logstash.yml
  • 4.install_and_configure_filebeat.yml

Once all playbook are completed you will be able to access at server_ip:81. With kibanaadmin as user with the same password. You can add new users on /etc/nginx/htpasswd.users with:

echo "new_user_name_here:`openssl passwd -apr1`" | sudo tee -a /etc/nginx/htpasswd.users