Show / Hide Table of Contents

Class UnifiedAgentTailLogSource

Tail log source object.

Inheritance
object
UnifiedAgentLoggingSource
UnifiedAgentTailLogSource
Inherited Members
UnifiedAgentLoggingSource.Name
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoggingService.Models
Assembly: OCI.DotNetSDK.Logging.dll
Syntax
public class UnifiedAgentTailLogSource : UnifiedAgentLoggingSource

Properties

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

In this article
Back to top