Skip to content

Commit

Permalink
fix-issue-434 To add proxy related settings to splunk connector
Browse files Browse the repository at this point in the history
Signed-off-by: Wang, Shu <[email protected]>
  • Loading branch information
wangshu3000 committed May 28, 2024
1 parent ff4ff91 commit 2498574
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ public String toString() {
+ "headerCustom:" + headerCustom + ", "
+ "httpKeepAlive:" + httpKeepAlive + ", "
+ "httpProxyHost:" + httpProxyHost + ", "
+ "httpProxyPort:" + httpProxyPort
+ "httpProxyPort:" + httpProxyPort + ", "
+ "validateCertificates:" + validateCertificates + ", "
+ "trustStorePath:" + trustStorePath + ", "
+ "trustStoreType:" + trustStoreType + ", "
Expand Down

0 comments on commit 2498574

Please sign in to comment.