Skip to content

Commit d38b9ad

Browse files
committed
update job spec and template
1 parent fa5bbaa commit d38b9ad

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

jobs/log-cache-syslog-server/spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

jobs/log-cache-syslog-server/templates/bpm.yml.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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" %>"

0 commit comments

Comments
 (0)