You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,8 @@ Available options:
117
117
118
118
Available options:
119
119
- `input_log_path`: File name to be read by the imfile plugin. The value should be full path. Wildcard '\*' is allowed in the path. Default to `/var/log/containers/*.log`.
120
+
`facility`: Facility to filter the inputs from the files.
121
+
`severity`: Severity to filter the inputs from the files.
120
122
121
123
#### ovirt type
122
124
@@ -246,6 +248,9 @@ Available options:
246
248
- `property_value`: Value in property-based filter; default to `error`
247
249
- `path`: Path to the output file.
248
250
251
+
logging_files_template_format: Set default template for the files output.
252
+
Allowed values are `traditional`, `syslog`, and `modern`. Default to `modern`.
253
+
249
254
**Note:** Selector options and property-based filter options are exclusive. If Property-based filter options are defined, selector options will be ignored.
250
255
251
256
**Note:** Unless the above options are given, these local file outputs are configured.
@@ -278,6 +283,10 @@ Available options:
278
283
- `tls`: Set to `true` to encrypt the connection using the default TLS implementation used by the provider. Default to `false`.
279
284
- `pki_authmode`: Specifying the default network driver authentication mode. `x509/name`, `x509/fingerprint`, or `anon` is accepted. Default to `x509/name`.
280
285
- `permitted_server`: Hostname, IP address, fingerprint(sha1) or wildcard DNS domain of the server which this client will be allowed to connect and send logs over TLS. Default to `*.{{ logging_domain }}`
286
+
- `template`: Template format for the particular forwards output. Allowed values are `traditional`, `syslog`, and `modern`. Default to `modern`.
287
+
288
+
logging_forwards_template_format: Set default template for the forwards output.
289
+
Allowed values are `traditional`, `syslog`, and `modern`. Default to `modern`.
281
290
282
291
**Note:** Selector options and property-based filter options are exclusive. If Property-based filter options are defined, selector options will be ignored.
0 commit comments