Page 1 of 1
Question: Network traffic meter
Posted: Tue Apr 04, 2017 2:08 pm
by TEWLS
Is there a way to measure the network traffic to the NLS cluster from within the application?
I am trying to come up with a solution to show outside people the traffic going to the cluster while still being as lazy as possible. Right now I have a separate system with wireshark scanning the network.
Re: Question: Network traffic meter
Posted: Tue Apr 04, 2017 3:55 pm
by mcapra
Not currently. I'm not entirely sure how you could go about that in a relatively hands-off way without Wireshark or something like Nagios Network Analyzer. Logstash doesn't really have a concept of what sort of throughput it's handling.
Re: Question: Network traffic meter
Posted: Wed Apr 05, 2017 2:06 am
by Box293
One solution is to enable SNMP on your log servers and then monitor them using the Nagios XI Network Switch/Router wizard. Yes this does require you to have a Nagios XI installation but it's a somewhat simple solution.
Re: Question: Network traffic meter
Posted: Wed Apr 05, 2017 9:28 am
by TEWLS
I had a feeling that would be the case. I might just move wireshark to a STIG'd system and create a webpage that people can access. Thanks for the assist guys; this can be closed up.