Skip to content

ahmedsamer/elastic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

alt text

Install JAVA

 sudo yum install java-1.8.0-openjdk

Install ElasticSearch

 sudo rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch
 sudo rpm -i https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.2.3.rpm

Enable elasticSearch

 sudo systemctl daemon-reload
 sudo systemctl enable elasticsearch
 sudo systemctl start elasticsearch

Install Kibana

 sudo rpm -i https://artifacts.elastic.co/downloads/kibana/kibana-6.2.3-x86_64.rpm

Enable Kibana

 sudo systemctl enable kibana
 sudo systemctl start kibana

Install FileBeat

 sudo rpm -i https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-6.2.3-x86_64.rpm
 sudo vim /etc/filebeat/modules.d/system.yml.disabled
 sudo mv /etc/filebeat/modules.d/system.yml.disabled /etc/filebeat/modules.d/system.yml
 sudo filebeat modules enable system
 sudo /usr/share/elasticsearch/bin/elasticsearch-plugin install ingest-geoip
 sudo systemctl restart elasticsearch

Enable Kibana

sudo filebeat setup
sudo systemctl enable filebeat
sudo systemctl start filebeat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published