File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Modular Scripts/File Monitoring Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ write21ConfFileContents() {
405405 \$ ActionSendStreamDriverPermittedPeer *.loggly.com
406406
407407 #RsyslogGnuTLS
408- \$ DefaultNetstreamDriverCAFile /etc/rsyslog.d/keys/ca.d/logs-01.loggly.com_sha12.crt
408+ \$ DefaultNetstreamDriverCAFile $CA_FILE_PATH
409409
410410 # File access file:
411411 \$ InputFileName $FILE_TO_MONITOR
@@ -445,7 +445,7 @@ write21ConfFileContents() {
445445 module(load=\" imfile\" )
446446
447447 #RsyslogGnuTLS
448- \$ DefaultNetstreamDriverCAFile /etc/rsyslog.d/keys/ca.d/logs-01.loggly.com_sha12.crt
448+ \$ DefaultNetstreamDriverCAFile $CA_FILE_PATH
449449
450450 # Input for FILE1
451451 input(type=\" imfile\" tag=\" $LOGGLY_FILE_TO_MONITOR_ALIAS \" ruleset=\" filelog\" file=\" $FILE_TO_MONITOR \" ) #wildcard is allowed at file level only
You can’t perform that action at this time.
0 commit comments