Class UnifiedAgentSyslogParser
Syslog Parser.
Inherited Members
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class UnifiedAgentSyslogParser : UnifiedAgentParserProperties
IsSupportColonlessIdent
Declaration
[JsonProperty(PropertyName = "isSupportColonlessIdent")]
public bool? IsSupportColonlessIdent { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | Specifies whether or not to support colonless ident. Corresponds to the Fluentd support_colonless_ident parameter. | 
IsWithPriority
Declaration
[JsonProperty(PropertyName = "isWithPriority")]
public bool? IsWithPriority { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | Specifies with priority or not. Corresponds to the Fluentd with_priority parameter. | 
MessageFormat
Declaration
[JsonProperty(PropertyName = "messageFormat")]
[JsonConverter(typeof(ResponseEnumConverter))]
public UnifiedAgentSyslogParser.MessageFormatEnum? MessageFormat { get; set; }Property Value
| Type | Description | 
|---|---|
| UnifiedAgentSyslogParser.MessageFormatEnum? | Syslog message format. | 
Rfc5424TimeFormat
Declaration
[JsonProperty(PropertyName = "rfc5424TimeFormat")]
public string Rfc5424TimeFormat { get; set; }Property Value
| Type | Description | 
|---|---|
| string | RFC 5424 time format. | 
SyslogParserType
Declaration
[JsonProperty(PropertyName = "syslogParserType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public UnifiedAgentSyslogParser.SyslogParserTypeEnum? SyslogParserType { get; set; }Property Value
| Type | Description | 
|---|---|
| UnifiedAgentSyslogParser.SyslogParserTypeEnum? | Syslog parser type. | 
TimeFormat
Declaration
[JsonProperty(PropertyName = "timeFormat")]
public string TimeFormat { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Time format. |