by johnmark | Jul 17, 2021 | elk, linux
Install logstash with the steps below or just use this guide in case it won’t let you to install via apt. sudo apt-get update && sudo apt-get install logstash Create your syslog.conf file. input { tcp { port => 5000 type => syslog } udp { port...
by johnmark | Jul 12, 2021 | elk, linux
Now it is time to view and analyze the data from our nodes master-1, data-1 and data2. Filebeat Login to your kibana site https://kibana.elk/ using the user ‘elastic’ and the password you setup earlier then go to the dashboard page and look for...
by johnmark | Jul 11, 2021 | elk, linux
In our previous tutorial, we have 3 LXC containers: master-1, data-1 and data-2. Login and ssh to each of those containers and install Filebeat then install it curl -O https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.13.3-x86_64.rpm rpm...
by johnmark | Jul 11, 2021 | elk, linux
In our previous tutorial, we have 3 LXC containers: master-1, data-1 and data-2. Login and ssh to each of those containers and install Filebeat then install it curl -O https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.13.3-x86_64.rpm rpm –install...
by johnmark | Jul 11, 2021 | elk, layout
Here are the steps to install Kibana. This is a continuation of our Part 1 tutorial here Localhost MacOS hostfile 16:10:05:~ % grep kibana /private/etc/hosts 192.168.50.27 master.elk data-1.elk data-2.elk kibana.elk LXD Server: We added iptables to redirect traffic...
by johnmark | Jul 10, 2021 | elk, linux
This article I will give some steps on how to setup Elasticsearch from localhost (MacOS using multipass) that connects to an LB server using reverse proxy then connects to an LXD server that connects to its containers. This is what it looks like: master1.elk domain...