Skip to main content

Posts

Showing posts from 2022

Apm with elastic and kibana ( a nodejs example)

This project requires having an elk stack up and running. For our project, we have 3 servers  The elk server with elasticsearch and kibana install with IP address ( 192.168.208.132) The fleet server  with IP address (192.168.208.134) The web server where we gonna run our nodejs app For our demonstration, we use elk version 8.5.2. In our journey, we will show you how to monitor a simple nodejs app with the elk apm. To monitore your application, you have to create a fleet server in kibana. we will follow the steps below. 1) we have to create the fleet server, so we need to go into our kibana and in the menu on the left, click on fleet. 2) On the fleet page we have to click on settings and create hosts. this will allow us to configure the fleet server. In our case, it is an ubuntu server with the fleet server IP address 192.169.208.134. 3) We have to configure the ip address for our fleet server like below 4) For the output part we have to configure our elk IP address and ...

Apm and elk

  This project requires having an elk stack up and running. For our project, we have 2 servers  The elk server with elasticsearch and kibana install with IP address ( 192.168.208.132) The fleet server  with IP address (192.168.208.134) For our demonstration, we use elk version 8.5.2. In our journey, we will show you how to monitor a simple nodejs app with the elk APM. To monitor your application, you have to create a fleet server in kibana. we will follow the steps below. 1) we have to create the fleet server, so we need to go into our kibana and in the menu on the left, click on fleet. 2) On the fleet page we have to click on settings and create hosts. this will allow us to configure the fleet server. In our case, it is an ubuntu server with the IP address 192.169.208.134. 3) We have to configure the IP address for our fleet server like below 4) For the output part we have to configure our elk ip address and because we do not use our own certificate, we have to add ...