Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/zscaler_zia/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ECS fields where applicable and the remaining fields are written under
- Verify that the state of the NSS Server is healthy.
- In the ZIA Admin Portal, go to Administration > Nanolog Streaming Service > NSS Servers.
- In the State column, confirm that the state of the NSS server is healthy.
![NSS server setup image](../../../img/nss_server.png?raw=true)
![NSS server setup image](../img/nss_server.png?raw=true)
- In the ZIA Admin Portal, add an NSS Feed.
- Refer to [_Add NSS Feeds_](https://help.zscaler.com/zia/adding-nss-feeds) and select the type of feed you want to configure. The following fields require specific inputs:
- **SIEM IP Address**: Enter the IP address of the [_Elastic agent_](https://www.elastic.co/guide/en/fleet/current/fleet-overview.html) you’ll be assigning the Zscaler integration to.
Expand All @@ -28,7 +28,7 @@ ECS fields where applicable and the remaining fields are written under
- **Tunnel**: 9013
- **Web**: 9014
- **Feed Output Type**: Select Custom paste the appropriate response format as follows:
![NSS feeds setup image](../../../img/nss_feeds.png?raw=true)
![NSS feeds setup image](../img/nss_feeds.png?raw=true)

3. *Please make sure to use the given response formats.*

Expand Down Expand Up @@ -120,7 +120,7 @@ Sample Response:
Default port: _9014_
Add characters **"** and **\\** in **feed escape character** while configuring Web Log.

![Escape feed setup image](../../../img/escape_feed.png?raw=true)
![Escape feed setup image](../img/escape_feed.png?raw=true)
Vendor documentation: https://help.zscaler.com/zia/nss-feed-output-format-web-logs

Zscaler response format:
Expand Down
5 changes: 5 additions & 0 deletions packages/zscaler_zia/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "0.1.3"
changes:
- description: Updated the image file reference in README file
type: enhancement
link: https://github.com/elastic/integrations/pull/3038
- version: "0.1.2"
changes:
- description: Add documentation for multi-fields
Expand Down
6 changes: 3 additions & 3 deletions packages/zscaler_zia/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ECS fields where applicable and the remaining fields are written under
- Verify that the state of the NSS Server is healthy.
- In the ZIA Admin Portal, go to Administration > Nanolog Streaming Service > NSS Servers.
- In the State column, confirm that the state of the NSS server is healthy.
![NSS server setup image](../../../img/nss_server.png?raw=true)
![NSS server setup image](../img/nss_server.png?raw=true)
- In the ZIA Admin Portal, add an NSS Feed.
- Refer to [_Add NSS Feeds_](https://help.zscaler.com/zia/adding-nss-feeds) and select the type of feed you want to configure. The following fields require specific inputs:
- **SIEM IP Address**: Enter the IP address of the [_Elastic agent_](https://www.elastic.co/guide/en/fleet/current/fleet-overview.html) you’ll be assigning the Zscaler integration to.
Expand All @@ -28,7 +28,7 @@ ECS fields where applicable and the remaining fields are written under
- **Tunnel**: 9013
- **Web**: 9014
- **Feed Output Type**: Select Custom paste the appropriate response format as follows:
![NSS feeds setup image](../../../img/nss_feeds.png?raw=true)
![NSS feeds setup image](../img/nss_feeds.png?raw=true)

3. *Please make sure to use the given response formats.*

Expand Down Expand Up @@ -120,7 +120,7 @@ Sample Response:
Default port: _9014_
Add characters **"** and **\\** in **feed escape character** while configuring Web Log.

![Escape feed setup image](../../../img/escape_feed.png?raw=true)
![Escape feed setup image](../img/escape_feed.png?raw=true)
Vendor documentation: https://help.zscaler.com/zia/nss-feed-output-format-web-logs

Zscaler response format:
Expand Down
2 changes: 1 addition & 1 deletion packages/zscaler_zia/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: zscaler_zia
title: "Zscaler Internet Access"
version: 0.1.2
version: 0.1.3
license: basic
description: Collect logs from Zscaler Internet Access (ZIA) with Elastic Agent.
type: integration
Expand Down