We will add displaying of IP address in list of sessions in a future version.
Currently you can set debug to level 5. This could be done on the fly in Tools->Server Console
The messages that we want to see are these:
so you can grep your server log by "SocketListener/Clients"
This way we will see from where these connections are coming.
Do you have any other integrations besides Grafana (nxshell, WEB API)?
Currently you can set debug to level 5. This could be done on the fly in Tools->Server Console
Code Select
debug 5The messages that we want to see are these:
Code Select
2022.04.13 13:10:01.442 *D* [ ] SocketListener/Clients: Incoming connection from 127.0.0.1
2022.04.13 13:10:01.442 *D* [ ] SocketListener/Clients: Connection from 127.0.0.1 accepted
so you can grep your server log by "SocketListener/Clients"
This way we will see from where these connections are coming.
Do you have any other integrations besides Grafana (nxshell, WEB API)?
