#support

Integrating Network Monitoring with SigNoz

TLDR duuZ wanted to integrate network monitoring into SigNoz. nitya-signoz suggested using packetbeat with output plugins and provided relevant resources to help.

Powered by Struct AI
3
7mo
Solved
Join the chat
Feb 22, 2023 (7 months ago)
duuZ
Photo of md5-aece7b06eda2a85a5bcfb5fd39332e2c
duuZ
11:22 AM
Hi Team, i've configured signoz internally for monitoring, But now the requirement is to have network monitoring setup for our appliction. Earlier we are using ELK setup with packetbeat where we are capturing http headers and other netwrk related logs. Need to know how we can do this here in the signoz.
Feb 27, 2023 (7 months ago)
Palash
Photo of md5-a2785b9d22ba23f3627d4bd877e95e7c
Palash
11:59 AM
nitya-signoz
nitya-signoz
Photo of md5-a52b9d6c34f193d9a1ff940024f36f77
nitya-signoz
12:38 PM
Though I haven’t worked with packetbeat, to get started you can still use packetbeat https://www.elastic.co/guide/en/beats/packetbeat/current/configuring-output.html and use some of the output plugins.

If you use console output and your packetbeat is running in k8s then the opentelemtery filelog receiver will scrape those logs. Or you can use the logstash plugin and then forward from logstash to SigNoz. https://signoz.io/docs/userguide/logstash_to_signoz/

The above solution will get you up and running,
But I would like to understand more about the architecture and what network monitoring means in your system i.e what integrations do you use with packetbeat and how are you using it.