You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a former user of the nsx-alb solution, I stumbled across your gem. A magnificent piece of work and a flawless solution.
Regarding the traffic analysis, I think it’s missing the analysis of source IPs and HAProxy logs to see if we’re being scanned, as well as response times for requests by URL... Using AI (as I’m not a developer), I’ve created a web page with Python in the backend that triggers an API for this web page.
I think it would be interesting (it’s up to you) to integrate this into your solution.
That’s my idea – I don’t know what you think of it?
I’ve attached the scripts
in /opt/log-analyzer with a service to be set up and a path_beg ACL in the frontend, and a backend pointing to ip:8765
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
As a former user of the nsx-alb solution, I stumbled across your gem. A magnificent piece of work and a flawless solution.
Regarding the traffic analysis, I think it’s missing the analysis of source IPs and HAProxy logs to see if we’re being scanned, as well as response times for requests by URL... Using AI (as I’m not a developer), I’ve created a web page with Python in the backend that triggers an API for this web page.
I think it would be interesting (it’s up to you) to integrate this into your solution.
That’s my idea – I don’t know what you think of it?
I’ve attached the scripts
in /opt/log-analyzer with a service to be set up and a path_beg ACL in the frontend, and a backend pointing to ip:8765
Thx

index.html
server.py
service_log-analyzer.txt
All reactions