{ "additionalProperties": false, "description": "Advanced load balancer StreamingSyslogConfig object", "id": "ALBStreamingSyslogConfig", "module_id": "PolicyAdvancedLoadBalancer", "properties": { "facility": { "default": 16, "description": "Facility value, as defined in RFC5424, must be between 0 and 23 inclusive. Allowed values are 0-23. Default value when not specified in API or module is interpreted by ALB Controller as 16.", "maximum": 23, "minimum": 0, "required": false, "title": "Facility", "type": "integer" }, "filtered_log_severity": { "default": 5, "description": "Severity code, as defined in RFC5424, for filtered logs. This must be between 0 and 7 inclusive. Allowed values are 0-7. Default value when not specified in API or module is interpreted by ALB Controller as 5.", "maximum": 7, "minimum": 0, "required": false, "title": "Filtered log severity", "type": "integer" }, "hostname": { "default": "AviVantage", "description": "String to use as the hostname in the syslog messages. This string can contain only printable ASCII characters (hex 21 to hex 7E; no space allowed). Default value when not specified in API or module is interpreted by ALB Controller as AviVantage.", "required": false, "title": "Hostname", "type": "string" }, "non_significant_log_severity": { "default": 6, "description": "Severity code, as defined in RFC5424, for non-significant logs. This must be between 0 and 7 inclusive. Allowed values are 0-7. Default value when not specified in API or module is interpreted by ALB Controller as 6.", "maximum": 7, "minimum": 0, "required": false, "title": "Non significant log severity", "type": "integer" }, "significant_log_severity": { "default": 4, "description": "Severity code, as defined in RFC5424, for significant logs. This must be between 0 and 7 inclusive. Allowed values are 0-7. Default value when not specified in API or module is interpreted by ALB Controller as 4.", "maximum": 7, "minimum": 0, "required": false, "title": "Significant log severity", "type": "integer" } }, "title": "StreamingSyslogConfig", "type": "object" }