TABLE OF CONTENTS
Overview
Zscaler Nanolog Streaming Service (NSS) enables forwarding of web and firewall logs to an external syslog server. By integrating NSS with ADR SIEM, you gain centralized visibility into Zscaler traffic, security events, and policy actions for proactive threat detection.
Prerequisites
-
Administrative access to Zscaler Admin Console.
-
NSS subscription enabled (Web NSS or Firewall NSS).
-
Deployed and running NSS VM (on-premises, Azure, AWS, or GCP).
-
ADR CCE IP address reachable from NSS.
-
UDP port 514 open for syslog traffic (or TCP/TLS if configured).
Configuration Steps
Step 1 – Deploy NSS
-
Download and deploy the NSS virtual machine from Zscaler Admin Portal (OVA/VHD/AMI).
-
Assign management IP, gateway, and DNS settings.
-
Confirm NSS can reach the ADR CCE IP.
Step 2 – Configure NSS for Web Logs
-
Log in to the Zscaler Admin Console.
-
Navigate to: Administration → Nanolog Streaming Service → NSS Feeds.
-
Select Add NSS Feed → Choose Web Logs.
-
Fill in the details:
-
Name →
Seceon-Web-Logs. -
Format →
CEF(recommended for ADR). -
Syslog Server → Enter ADR CCE IP.
-
Port →
514(UDP). -
Facility → Default or as per policy.
-
Log Types → Choose categories (URL filtering, Malware, DLP, Sandbox, etc.).
-
-
Save and commit changes.
Step 3 – Configure NSS for Firewall Logs
-
Again in NSS Feeds, click Add NSS Feed → Choose Firewall Logs.
-
Provide details:
-
Name →
Seceon-Firewall-Logs. -
Format →
CEF. -
Syslog Server → ADR CCE IP.
-
Port →
514(UDP). -
Facility → Default.
-
Log Types → Allow/Block traffic, Threats, VPN events.
-
-
Save and commit changes.
Step 4 – Validate NSS Status
-
In Admin Console → NSS Dashboard, ensure feeds show Connected/Running.
-
Generate some test traffic (web browsing, firewall rule hits) to confirm logs flow.
Verification (MSSP Only)
On CCE Server
Run tcpdump to confirm incoming logs:
sudo tcpdump -i any port 514 and host <NSS_IP> -s0 -AAA
On ADR UI
-
Log in with administrative rights.
-
Navigate to: System → Logs and Flows Collection Status.
-
Verify that the NSS source IP appears under Source Device IP.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article