Class LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor
Inheritance
System.Object
LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor
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 LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor
Fields
View SourceExpression
Arithmetic operation between one or more log attributes.
Declaration
public readonly string Expression
Field Value
| Type | Description |
|---|---|
| System.String |
IsEnabled
If the processor is enabled or not.
Declaration
public readonly bool? IsEnabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
IsReplaceMissing
If it replaces all missing attributes of template by an empty string.
- trace_id_remapper
Declaration
public readonly bool? IsReplaceMissing
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
Name of the processor
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Target
Name of the parent attribute that contains all the extracted details from the sources.
Declaration
public readonly string Target
Field Value
| Type | Description |
|---|---|
| System.String |