{
"operation-name" : "add",
"description" : "Add the audit logger resource.",
"request-properties" : {
"format" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The format to use to record the audit event.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "SIMPLE",
"min-length" : 1,
"max-length" : 2147483647,
"allowed" : [
"SIMPLE",
"JSON"
],
"stability" : "default"
},
"host-name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The host name to embed withing all events sent to the remote syslog server.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"port" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The listening port on the syslog server.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"stability" : "default"
},
"reconnect-attempts" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The maximum amount of failed reconnect attempts that should be made for sending messages to a syslog server before the endpoint is closed.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 0,
"min" : -1,
"max" : 2147483647,
"stability" : "default"
},
"server-address" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The server address of the syslog server the events should be sent to.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"ssl-context" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The SSLContext to use to connect to the syslog server when SSL_TCP transport is used.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.security.ssl-context",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"syslog-format" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The RFC format to be used for describing the audit event.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "RFC5424",
"min-length" : 1,
"max-length" : 2147483647,
"allowed" : [
"RFC3164",
"RFC5424"
],
"stability" : "default"
},
"transport" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The transport to use to connect to the syslog server.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "TCP",
"min-length" : 1,
"max-length" : 2147483647,
"allowed" : [
"TCP",
"UDP",
"SSL_TCP"
],
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"restart-required" : "resource-services",
"runtime-only" : false
}