October 2019
Beginner
186 pages
5h 39m
English
Using Packetbeat, we can analyze network packets in real time. Packetbeat data can be pushed into Elasticsearch, where it can be stored. We can configure Kibana to use the Metricbeat data from Elasticsearch for real-time application monitoring. Packetbeat is very effective at diagnosing network-related issues because it captures the network traffic between our application servers and it decodes the application layer protocols, such as HTTP, Redis, and MySQL. Packetbeat supports many different protocols; some of these are as follows:
We can configure Packetbeat to send our network packet data directly to Elasticsearch or to Logstash. We just need to install and configure it ...
Read now
Unlock full access