Class UnifiedAgentGrokParser
Grok parser.
Inherited Members
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class UnifiedAgentGrokParser : UnifiedAgentParserProperties
GrokFailureKey
Declaration
[JsonProperty(PropertyName = "grokFailureKey")]
public string GrokFailureKey { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Grok failure key. | 
GrokNameKey
Declaration
[JsonProperty(PropertyName = "grokNameKey")]
public string GrokNameKey { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Grok name key. | 
Patterns
Declaration
[Required(ErrorMessage = "Patterns is required.")]
[JsonProperty(PropertyName = "patterns")]
public List<GrokPattern> Patterns { get; set; }Property Value
| Type | Description | 
|---|---|
| List<GrokPattern> | Grok pattern object. | 
Remarks
Required