Skip to content

Commit 936f040

Browse files
jlheardjasonheard
andauthored
[Imperva Cloud WAF] - Add "CsvEscapeMode": "NoEscape" (#14044)
* [Imperva Cloud WAF] - Add "CsvEscapeMode": "NoEscape" to prevent logs with embedded JSON from being dropped during ingestion * apply latest --------- Co-authored-by: jasonheard <jasonheard@microsoft.com>
1 parent 54e51d9 commit 936f040

File tree

5 files changed

+80
-75
lines changed

5 files changed

+80
-75
lines changed

Solutions/ImpervaCloudWAF/Data Connectors/ImpervaCloudWAFLogs_ccf/ImpervaCloudWAFLogs_PollingConfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
"dataFormat": {
1717
"CsvDelimiter": "|",
1818
"HasCsvHeader": false,
19+
"HasCsvBoundary": false,
20+
"CsvEscapeMode": "NoEscape",
1921
"Format": "csv",
2022
"IsCompressed": false
2123
},

Solutions/ImpervaCloudWAF/Data/Solution_ImpervaCloudWAF.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
],
4040
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\ImpervaCloudWAF",
4141
"Metadata": "SolutionMetadata.json",
42-
"Version": "3.1.0",
42+
"Version": "3.1.1",
4343
"TemplateSpec": true,
4444
"Is1PConnector": false
4545
}
22.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)