Skip to content

Commit 87860d4

Browse files
authored
pencil edit
1 parent 55808e9 commit 87860d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/sentinel/data-connectors/zscaler-private-access.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ Zscaler Private Access logs are delivered via Log Streaming Service (LSS). Refer
6666
1. Configure [Log Receivers](https://help.zscaler.com/zpa/configuring-log-receiver). While configuring a Log Receiver, choose **JSON** as **Log Template**.
6767
2. Download config file [zpa.conf](https://aka.ms/sentinel-ZscalerPrivateAccess-conf)
6868
wget -v https://aka.ms/sentinel-zscalerprivateaccess-conf -O zpa.conf
69-
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.
7070
4. Copy zpa.conf to the /etc/opt/microsoft/omsagent/**workspace_id**/conf/omsagent.d/ folder.
7171
5. Edit zpa.conf as follows:
7272

7373
a. specify port which you have set your Zscaler Log Receivers to forward logs to (line 4)
7474

75-
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
7676

77-
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**)
7878

7979
d. replace **workspace_id** with real value of your Workspace ID (lines 14,15,16,19)
8080
5. Save changes and restart the Azure Log Analytics agent for Linux service with the following command:

0 commit comments

Comments
 (0)