diff --git a/core/modules/syslog/config/syslog.schema.yml b/core/modules/syslog/config/syslog.schema.yml new file mode 100644 index 0000000..8cb2bd1 --- /dev/null +++ b/core/modules/syslog/config/syslog.schema.yml @@ -0,0 +1,11 @@ +# Module settings +update.settings: + type: mapping + label: 'Update settings' + mapping: + "identity": + type: string + "facility": + type: string + "format": + type: string