E
E
Eugene2019-01-10 10:07:10
linux
Eugene, 2019-01-10 10:07:10

What is the best way to collect connection statistics between 50+ servers?

there are 50+ linux servers that
need to be analyzed within 3 days, what connections between them arise,
for example, server 10.0.0.1 connected to server 10.0.0.2:80 via tcp 8000 times in 2 days
Please tell me a way to collect statistics and perform subsequent analysis

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
vlarkanov, 2019-01-10
@ZILosoft

in iptables log the facts of establishing connections (something like description_of_what_we_consider_established_connection -j LOG --log-prefix "Connection established"). Collect data from all servers using Filebeat in ELK (Elasticsearch + Logstash + Kibana) for further analysis and visualization.

M
Mikhail Khorev, 2019-01-10
@KhoreffMikhail

Set up NetFlow on the network equipment between servers.
NetFlow for three days, you can take a trial.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question