File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
jobs/log-cache-syslog-server Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ properties:
3838 syslog_trim_message_whitespace:
3939 description: "Defines if the leading and trailing whitespace in the Syslog log messages should be trimmed"
4040 default: true
41+ syslog_non_transparent_framing:
42+ description: "Defines if the non-transparent framing technique should be used for parsing the Syslog messages"
43+ default: false
4144
4245 syslog_client_ca_cert:
4346 description: The CA certificate for key/cert verification.
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ processes:
1717 SYSLOG_PORT: "<%= p('syslog_port') %> "
1818 SYSLOG_IDLE_TIMEOUT: "<%= p('syslog_idle_timeout') %> "
1919 SYSLOG_TRIM_MESSAGE_WHITESPACE: "<%= p('syslog_trim_message_whitespace') %> "
20+ SYSLOG_NON_TRANSPARENT_FRAMING: "<%= p('syslog_non_transparent_framing') %> "
2021
2122 SYSLOG_TLS_CERT_PATH: "<%= "#{certDir}/syslog.crt" %> "
2223 SYSLOG_TLS_KEY_PATH: "<%= "#{certDir}/syslog.key" %> "
You can’t perform that action at this time.
0 commit comments