Skip to content

Commit a45802d

Browse files
authored
Merge pull request #41138 from chinmayi-chandrasekar/NE768_syslog_message_length
NE768: Document syslog maxLength parameter support for an Ingress Controller
2 parents e1218d6 + e270083 commit a45802d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/nw-ingress-controller-configuration-parameters.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Module included in the following assemblies:
22
//
33
// * ingress/configure-ingress-operator.adoc
4-
4+
:_content-type: REFERENCE
55
[id="nw-ingress-controller-configuration-parameters_{context}"]
66
= Ingress Controller configuration parameters
77

@@ -138,6 +138,7 @@ The `AllowedSubjectPatterns` is an optional value that specifies a list of regul
138138
*** `syslog` describes parameters for the `Syslog` logging destination type:
139139
**** `address` is the IP address of the syslog endpoint that receives log messages.
140140
**** `port` is the UDP port number of the syslog endpoint that receives log messages.
141+
**** `maxLength` is the maximum length of the syslog message. It must be between `480` and `4096` bytes. If this field is empty, the maximum length is set to the default value of `1024` bytes.
141142
**** `facility` specifies the syslog facility of log messages. If this field is empty, the facility is `local1`. Otherwise, it must specify a valid syslog facility: `kern`, `user`, `mail`, `daemon`, `auth`, `syslog`, `lpr`, `news`, `uucp`, `cron`, `auth2`, `ftp`, `ntp`, `audit`, `alert`, `cron2`, `local0`, `local1`, `local2`, `local3`. `local4`, `local5`, `local6`, or `local7`.
142143
** `httpLogFormat` specifies the format of the log message for an HTTP request. If this field is empty, log messages use the implementation's default HTTP log format. For HAProxy's default HTTP log format, see link:http://cbonte.github.io/haproxy-dconv/2.0/configuration.html#8.2.3[the HAProxy documentation].
143144

0 commit comments

Comments
 (0)