Monitor network traffic
Each QBS member has an Azure Log Analytics workspace to capture logs. If you want to track incoming IP addresses connecting to your QBS member's transaction node, view the BlockchainProxyLog_CL
logs.
This can be helpful when the IP addresses of your application stack have changed and you need to identify the IP addresses to add to your firewall rules.
Access the QBS Log Analytics
To access the QBS logs for your QBS member:
Open your QBS member in the Azure Portal.
Select your managed resource group in the Overview tab.
In the working pane, open qbs-logs
View the logs
To view the QBS logs for your QBS member:
In the General section, select Logs, and expand Custom logs. This reveals the
BlockchainProxyLog_CL
log.In the query window, enter the following KQL and select Run.
BlockchainProxyLog_CL
| where Code_s contains "200"Scroll through the results window to the Remote_s column, which lists the IP addresses accessing your transaction node.
You can also specify a Time range and adjust the Display time to your local timezone to more easily track down specific IP address activity.