ELK Installation - lyonwang/TechNotes GitHub Wiki

Elasticsearch

  1. wget https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.3.noarch.rpm
  2. sudo rpm -ivh elasticsearch-1.7.3.noarch.rpm
  3. This results in Elasticsearch being installed in /usr/share/elasticsearch/ with its configuration files placed in /etc/elasticsearch and its init script added in /etc/init.d/elasticsearch.
  4. Start/Enable service
sudo systemctl start elasticsearch
sudo systemctl enable elasticsearch.service
  1. How To Install and Configure Elasticsearch on CentOS 7
  2. ELASTICSEARCH: LISTEN ALL NETWORK INTERFACES ON CENTOS 7

Logstash

Kibana