Class LogsCustomPipelineProcessorGrokParser
Inheritance
System.Object
LogsCustomPipelineProcessorGrokParser
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Datadog.Outputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class LogsCustomPipelineProcessorGrokParser
Fields
View SourceGrok
Declaration
public readonly LogsCustomPipelineProcessorGrokParserGrok Grok
Field Value
| Type | Description |
|---|---|
| LogsCustomPipelineProcessorGrokParserGrok |
IsEnabled
If the processor is enabled or not.
Declaration
public readonly bool? IsEnabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
Name of the processor
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Samples
List of sample logs for this parser. It can save up to 5 samples. Each sample takes up to 5000 characters.
Declaration
public readonly ImmutableArray<string> Samples
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Source
Name of the log attribute to parse.
grok
Declaration
public readonly string Source
Field Value
| Type | Description |
|---|---|
| System.String |