Class LogsCustomPipelineProcessorPipelineProcessorGrokParserGetArgs
Inheritance
System.Object
LogsCustomPipelineProcessorPipelineProcessorGrokParserGetArgs
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.Inputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class LogsCustomPipelineProcessorPipelineProcessorGrokParserGetArgs : ResourceArgs
Constructors
View SourceLogsCustomPipelineProcessorPipelineProcessorGrokParserGetArgs()
Declaration
public LogsCustomPipelineProcessorPipelineProcessorGrokParserGetArgs()
Properties
View SourceGrok
Declaration
public Input<LogsCustomPipelineProcessorPipelineProcessorGrokParserGrokGetArgs> Grok { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<LogsCustomPipelineProcessorPipelineProcessorGrokParserGrokGetArgs> |
IsEnabled
If the processor is enabled or not.
Declaration
public Input<bool> IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
Name of the processor
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 InputList<string> Samples { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Source
Name of the log attribute to parse.
grok
Declaration
public Input<string> Source { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |