Class UnifiedAgentTailLogSource
Tail log source object.
Inherited Members
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class UnifiedAgentTailLogSource : UnifiedAgentLoggingSourceProperties
AdvancedOptions
Declaration
[JsonProperty(PropertyName = "advancedOptions")]
public UnifiedAgentTailSourceAdvancedOptions AdvancedOptions { get; set; }Property Value
| Type | Description | 
|---|---|
| UnifiedAgentTailSourceAdvancedOptions | 
Parser
Declaration
[JsonProperty(PropertyName = "parser")]
public UnifiedAgentParser Parser { get; set; }Property Value
| Type | Description | 
|---|---|
| UnifiedAgentParser | 
Paths
Declaration
[Required(ErrorMessage = "Paths is required.")]
[JsonProperty(PropertyName = "paths")]
public List<string> Paths { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | Absolute paths for log source files. Wildcards can be used. | 
Remarks
Required