Skip to content

Commit 7a39c74

Browse files
authored
Merge pull request #285611 from cwatson-cat/patch-51
SEntinel - Add include file - Update zscaler-private-access.md
2 parents 8f1016b + 87860d4 commit 7a39c74

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ title: "Zscaler Private Access connector for Microsoft Sentinel"
33
description: "Learn how to install the connector Zscaler Private Access to connect your data source to Microsoft Sentinel."
44
author: cwatson-cat
55
ms.topic: how-to
6-
ms.date: 04/26/2024
6+
ms.date: 08/27/2024
77
ms.service: microsoft-sentinel
88
ms.author: cwatson
99
ms.collection: sentinel-data-connector
1010
---
1111

1212
# Zscaler Private Access connector for Microsoft Sentinel
1313

14+
[!INCLUDE [data-connector-deprecation](../includes/data-connector-deprecation.md)]
15+
1416
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.
1517

1618
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
6466
1. Configure [Log Receivers](https://help.zscaler.com/zpa/configuring-log-receiver). While configuring a Log Receiver, choose **JSON** as **Log Template**.
6567
2. Download config file [zpa.conf](https://aka.ms/sentinel-ZscalerPrivateAccess-conf)
6668
wget -v https://aka.ms/sentinel-zscalerprivateaccess-conf -O zpa.conf
67-
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.
6870
4. Copy zpa.conf to the /etc/opt/microsoft/omsagent/**workspace_id**/conf/omsagent.d/ folder.
6971
5. Edit zpa.conf as follows:
7072

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

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
7476

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**)
7678

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

0 commit comments

Comments
 (0)