Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ To send logs to Sumo Logic using Cloud NSS, add a feed in ZIA using the followin
1. **Log Type**. Select **Web Log**.
1. **Feed Output Type**. Select **JSON**.
1. **JSON Array Notation**. Disable so that logs ingest as individual JSON objects instead of a JSON array.
1. **Feed Escape Character**. Leave this field blank for Web, Firewall, and Tunnel. Set as **,\"** for DNS.
1. **Feed Escape Character**. Add **,\\"** as the character under the Feed Name **Zscaler Web**.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@amee-sumo , wanted to double-check this is how you wanted it to render? Wasn't sure if it was meant to look like ,\\"

Screenshot 2025-08-08 at 1 07 08 PM

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes @kimsauce
You're right. Using a single slash gave an invalid output, that's why. Is there another way?

Copy link
Collaborator

@kimsauce kimsauce Aug 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @amee-sumo! Yes, you just need to surround the characters in single backticks rather than asterisks.

So if you use this...

`,\\"`

It'll render as... ,\\"

1. **Feed Output Format**. The JSON format is displayed. (Leave the default setting.)
1. **Timezone**. Set to GMT by default.
1. **Web Log Filters**. Choose filters you would like to have.
Expand Down