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
The [Zscaler Private Access (ZPA)](https://help.zscaler.com/zpa/what-zscaler-private-access) data connector provides the capability to ingest [Zscaler Private Access events](https://help.zscaler.com/zpa/log-streaming-service) into Microsoft Sentinel. Refer to [Zscaler Private Access documentation](https://help.zscaler.com/zpa) for more information.
15
17
16
18
This is autogenerated content. For changes, contact the solution provider.
@@ -64,15 +66,15 @@ Zscaler Private Access logs are delivered via Log Streaming Service (LSS). Refer
64
66
1. Configure [Log Receivers](https://help.zscaler.com/zpa/configuring-log-receiver). While configuring a Log Receiver, choose **JSON** as **Log Template**.
3.Login to the server where you have installed Azure Log Analytics agent.
69
+
3.Log in to the server where you have installed Azure Log Analytics agent.
68
70
4. Copy zpa.conf to the /etc/opt/microsoft/omsagent/**workspace_id**/conf/omsagent.d/ folder.
69
71
5. Edit zpa.conf as follows:
70
72
71
73
a. specify port which you have set your Zscaler Log Receivers to forward logs to (line 4)
72
74
73
-
b. zpa.conf uses the port **22033** by default. Ensure this port is not being used by any other source on your server
75
+
b. zpa.conf uses the port **22033** by default. Ensure this port isn't being used by any other source on your server
74
76
75
-
c. If you would like to change the default port for **zpa.conf** make sure that it should not get conflict with default AMA agent ports I.e.(For example CEF uses TCP port **25226** or **25224**)
77
+
c. If you would like to change the default port for **zpa.conf** make sure that it shouldn't get conflict with default AMA agent ports I.e.(For example CEF uses TCP port **25226** or **25224**)
76
78
77
79
d. replace **workspace_id** with real value of your Workspace ID (lines 14,15,16,19)
78
80
5. Save changes and restart the Azure Log Analytics agent for Linux service with the following command:
0 commit comments