Class UnifiedAgentCriParser
CRI parser.
Inherited Members
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class UnifiedAgentCriParser : UnifiedAgentParserProperties
IsMergeCriFields
Declaration
[JsonProperty(PropertyName = "isMergeCriFields")]
public bool? IsMergeCriFields { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | If you don't need stream or logtag fields, set this to false. | 
NestedParser
Declaration
[JsonProperty(PropertyName = "nestedParser")]
public UnifiedJSONParser NestedParser { get; set; }Property Value
| Type | Description | 
|---|---|
| UnifiedJSONParser | Optional nested JSON Parser for CRI. Supported fields are fieldTimeKey, timeFormat, and isKeepTimeKey. |