1. Packages
  2. Dynatrace
  3. API Docs
  4. OpenpipelineLogs
Dynatrace v0.21.0 published on Sunday, Nov 17, 2024 by Pulumiverse

dynatrace.OpenpipelineLogs

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.21.0 published on Sunday, Nov 17, 2024 by Pulumiverse

    Create OpenpipelineLogs Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new OpenpipelineLogs(name: string, args?: OpenpipelineLogsArgs, opts?: CustomResourceOptions);
    @overload
    def OpenpipelineLogs(resource_name: str,
                         args: Optional[OpenpipelineLogsArgs] = None,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def OpenpipelineLogs(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         endpoints: Optional[OpenpipelineLogsEndpointsArgs] = None,
                         pipelines: Optional[OpenpipelineLogsPipelinesArgs] = None,
                         routing: Optional[OpenpipelineLogsRoutingArgs] = None)
    func NewOpenpipelineLogs(ctx *Context, name string, args *OpenpipelineLogsArgs, opts ...ResourceOption) (*OpenpipelineLogs, error)
    public OpenpipelineLogs(string name, OpenpipelineLogsArgs? args = null, CustomResourceOptions? opts = null)
    public OpenpipelineLogs(String name, OpenpipelineLogsArgs args)
    public OpenpipelineLogs(String name, OpenpipelineLogsArgs args, CustomResourceOptions options)
    
    type: dynatrace:OpenpipelineLogs
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args OpenpipelineLogsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args OpenpipelineLogsArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args OpenpipelineLogsArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args OpenpipelineLogsArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args OpenpipelineLogsArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var openpipelineLogsResource = new Dynatrace.OpenpipelineLogs("openpipelineLogsResource", new()
    {
        Endpoints = new Dynatrace.Inputs.OpenpipelineLogsEndpointsArgs
        {
            Endpoints = new[]
            {
                new Dynatrace.Inputs.OpenpipelineLogsEndpointsEndpointArgs
                {
                    DisplayName = "string",
                    Enabled = false,
                    Routing = new Dynatrace.Inputs.OpenpipelineLogsEndpointsEndpointRoutingArgs
                    {
                        Type = "string",
                        PipelineId = "string",
                    },
                    Segment = "string",
                    DefaultBucket = "string",
                    Processors = new Dynatrace.Inputs.OpenpipelineLogsEndpointsEndpointProcessorsArgs
                    {
                        Processors = new[]
                        {
                            new Dynatrace.Inputs.OpenpipelineLogsEndpointsEndpointProcessorsProcessorArgs
                            {
                                DqlProcessor = new Dynatrace.Inputs.OpenpipelineLogsEndpointsEndpointProcessorsProcessorDqlProcessorArgs
                                {
                                    Description = "string",
                                    DqlScript = "string",
                                    Enabled = false,
                                    Id = "string",
                                    Matcher = "string",
                                    SampleData = "string",
                                },
                                FieldsAddProcessor = new Dynatrace.Inputs.OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsAddProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Fields = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArgs
                                        {
                                            Name = "string",
                                            Value = "string",
                                        },
                                    },
                                    Id = "string",
                                    Matcher = "string",
                                    SampleData = "string",
                                },
                                FieldsRemoveProcessor = new Dynatrace.Inputs.OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Fields = new[]
                                    {
                                        "string",
                                    },
                                    Id = "string",
                                    Matcher = "string",
                                    SampleData = "string",
                                },
                                FieldsRenameProcessor = new Dynatrace.Inputs.OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Fields = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArgs
                                        {
                                            FromName = "string",
                                            ToName = "string",
                                        },
                                    },
                                    Id = "string",
                                    Matcher = "string",
                                    SampleData = "string",
                                },
                            },
                        },
                    },
                },
            },
        },
        Pipelines = new Dynatrace.Inputs.OpenpipelineLogsPipelinesArgs
        {
            Pipelines = new[]
            {
                new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineArgs
                {
                    DisplayName = "string",
                    Enabled = false,
                    Id = "string",
                    DataExtraction = new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineDataExtractionArgs
                    {
                        Processors = new[]
                        {
                            new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineDataExtractionProcessorArgs
                            {
                                BizeventExtractionProcessor = new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    EventProvider = new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProviderArgs
                                    {
                                        Type = "string",
                                        Constant = "string",
                                        Field = "string",
                                    },
                                    EventType = new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventTypeArgs
                                    {
                                        Type = "string",
                                        Constant = "string",
                                        Field = "string",
                                    },
                                    Id = "string",
                                    Matcher = "string",
                                    FieldExtraction = new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtractionArgs
                                    {
                                        Fields = new[]
                                        {
                                            "string",
                                        },
                                        Semantic = "string",
                                    },
                                    SampleData = "string",
                                },
                                DavisEventExtractionProcessor = new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Id = "string",
                                    Matcher = "string",
                                    Properties = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArgs
                                        {
                                            Key = "string",
                                            Value = "string",
                                        },
                                    },
                                    SampleData = "string",
                                },
                            },
                        },
                    },
                    MetricExtraction = new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineMetricExtractionArgs
                    {
                        Processors = new[]
                        {
                            new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineMetricExtractionProcessorArgs
                            {
                                CounterMetricExtractionProcessor = new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Id = "string",
                                    Matcher = "string",
                                    MetricKey = "string",
                                    Dimensions = new[]
                                    {
                                        "string",
                                    },
                                    SampleData = "string",
                                },
                                ValueMetricExtractionProcessor = new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Field = "string",
                                    Id = "string",
                                    Matcher = "string",
                                    MetricKey = "string",
                                    Dimensions = new[]
                                    {
                                        "string",
                                    },
                                    SampleData = "string",
                                },
                            },
                        },
                    },
                    Processing = new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineProcessingArgs
                    {
                        Processors = new[]
                        {
                            new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineProcessingProcessorArgs
                            {
                                DqlProcessor = new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineProcessingProcessorDqlProcessorArgs
                                {
                                    Description = "string",
                                    DqlScript = "string",
                                    Enabled = false,
                                    Id = "string",
                                    Matcher = "string",
                                    SampleData = "string",
                                },
                                FieldsAddProcessor = new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsAddProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Fields = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArgs
                                        {
                                            Name = "string",
                                            Value = "string",
                                        },
                                    },
                                    Id = "string",
                                    Matcher = "string",
                                    SampleData = "string",
                                },
                                FieldsRemoveProcessor = new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsRemoveProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Fields = new[]
                                    {
                                        "string",
                                    },
                                    Id = "string",
                                    Matcher = "string",
                                    SampleData = "string",
                                },
                                FieldsRenameProcessor = new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsRenameProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Fields = new[]
                                    {
                                        new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArgs
                                        {
                                            FromName = "string",
                                            ToName = "string",
                                        },
                                    },
                                    Id = "string",
                                    Matcher = "string",
                                    SampleData = "string",
                                },
                                TechnologyProcessor = new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineProcessingProcessorTechnologyProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Id = "string",
                                    Matcher = "string",
                                    TechnologyId = "string",
                                    SampleData = "string",
                                },
                            },
                        },
                    },
                    SecurityContext = new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineSecurityContextArgs
                    {
                        Processors = new[]
                        {
                            new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineSecurityContextProcessorArgs
                            {
                                SecurityContextProcessor = new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Id = "string",
                                    Matcher = "string",
                                    Value = new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValueArgs
                                    {
                                        Type = "string",
                                        Constant = "string",
                                        Field = "string",
                                    },
                                    SampleData = "string",
                                },
                            },
                        },
                    },
                    Storage = new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineStorageArgs
                    {
                        CatchAllBucketName = "string",
                        Processors = new[]
                        {
                            new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineStorageProcessorArgs
                            {
                                BucketAssignmentProcessor = new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineStorageProcessorBucketAssignmentProcessorArgs
                                {
                                    BucketName = "string",
                                    Description = "string",
                                    Enabled = false,
                                    Id = "string",
                                    Matcher = "string",
                                    SampleData = "string",
                                },
                                NoStorageProcessor = new Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineStorageProcessorNoStorageProcessorArgs
                                {
                                    Description = "string",
                                    Enabled = false,
                                    Id = "string",
                                    Matcher = "string",
                                    SampleData = "string",
                                },
                            },
                        },
                    },
                },
            },
        },
        Routing = new Dynatrace.Inputs.OpenpipelineLogsRoutingArgs
        {
            Entries = new[]
            {
                new Dynatrace.Inputs.OpenpipelineLogsRoutingEntryArgs
                {
                    Enabled = false,
                    Matcher = "string",
                    Note = "string",
                    PipelineId = "string",
                },
            },
        },
    });
    
    example, err := dynatrace.NewOpenpipelineLogs(ctx, "openpipelineLogsResource", &dynatrace.OpenpipelineLogsArgs{
    	Endpoints: &dynatrace.OpenpipelineLogsEndpointsArgs{
    		Endpoints: dynatrace.OpenpipelineLogsEndpointsEndpointArray{
    			&dynatrace.OpenpipelineLogsEndpointsEndpointArgs{
    				DisplayName: pulumi.String("string"),
    				Enabled:     pulumi.Bool(false),
    				Routing: &dynatrace.OpenpipelineLogsEndpointsEndpointRoutingArgs{
    					Type:       pulumi.String("string"),
    					PipelineId: pulumi.String("string"),
    				},
    				Segment:       pulumi.String("string"),
    				DefaultBucket: pulumi.String("string"),
    				Processors: &dynatrace.OpenpipelineLogsEndpointsEndpointProcessorsArgs{
    					Processors: dynatrace.OpenpipelineLogsEndpointsEndpointProcessorsProcessorArray{
    						&dynatrace.OpenpipelineLogsEndpointsEndpointProcessorsProcessorArgs{
    							DqlProcessor: &dynatrace.OpenpipelineLogsEndpointsEndpointProcessorsProcessorDqlProcessorArgs{
    								Description: pulumi.String("string"),
    								DqlScript:   pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Id:          pulumi.String("string"),
    								Matcher:     pulumi.String("string"),
    								SampleData:  pulumi.String("string"),
    							},
    							FieldsAddProcessor: &dynatrace.OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsAddProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Fields: dynatrace.OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArray{
    									&dynatrace.OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArgs{
    										Name:  pulumi.String("string"),
    										Value: pulumi.String("string"),
    									},
    								},
    								Id:         pulumi.String("string"),
    								Matcher:    pulumi.String("string"),
    								SampleData: pulumi.String("string"),
    							},
    							FieldsRemoveProcessor: &dynatrace.OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Fields: pulumi.StringArray{
    									pulumi.String("string"),
    								},
    								Id:         pulumi.String("string"),
    								Matcher:    pulumi.String("string"),
    								SampleData: pulumi.String("string"),
    							},
    							FieldsRenameProcessor: &dynatrace.OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Fields: dynatrace.OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArray{
    									&dynatrace.OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArgs{
    										FromName: pulumi.String("string"),
    										ToName:   pulumi.String("string"),
    									},
    								},
    								Id:         pulumi.String("string"),
    								Matcher:    pulumi.String("string"),
    								SampleData: pulumi.String("string"),
    							},
    						},
    					},
    				},
    			},
    		},
    	},
    	Pipelines: &dynatrace.OpenpipelineLogsPipelinesArgs{
    		Pipelines: dynatrace.OpenpipelineLogsPipelinesPipelineArray{
    			&dynatrace.OpenpipelineLogsPipelinesPipelineArgs{
    				DisplayName: pulumi.String("string"),
    				Enabled:     pulumi.Bool(false),
    				Id:          pulumi.String("string"),
    				DataExtraction: &dynatrace.OpenpipelineLogsPipelinesPipelineDataExtractionArgs{
    					Processors: dynatrace.OpenpipelineLogsPipelinesPipelineDataExtractionProcessorArray{
    						&dynatrace.OpenpipelineLogsPipelinesPipelineDataExtractionProcessorArgs{
    							BizeventExtractionProcessor: &dynatrace.OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								EventProvider: &dynatrace.OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProviderArgs{
    									Type:     pulumi.String("string"),
    									Constant: pulumi.String("string"),
    									Field:    pulumi.String("string"),
    								},
    								EventType: &dynatrace.OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventTypeArgs{
    									Type:     pulumi.String("string"),
    									Constant: pulumi.String("string"),
    									Field:    pulumi.String("string"),
    								},
    								Id:      pulumi.String("string"),
    								Matcher: pulumi.String("string"),
    								FieldExtraction: &dynatrace.OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtractionArgs{
    									Fields: pulumi.StringArray{
    										pulumi.String("string"),
    									},
    									Semantic: pulumi.String("string"),
    								},
    								SampleData: pulumi.String("string"),
    							},
    							DavisEventExtractionProcessor: &dynatrace.OpenpipelineLogsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Id:          pulumi.String("string"),
    								Matcher:     pulumi.String("string"),
    								Properties: dynatrace.OpenpipelineLogsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArray{
    									&dynatrace.OpenpipelineLogsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArgs{
    										Key:   pulumi.String("string"),
    										Value: pulumi.String("string"),
    									},
    								},
    								SampleData: pulumi.String("string"),
    							},
    						},
    					},
    				},
    				MetricExtraction: &dynatrace.OpenpipelineLogsPipelinesPipelineMetricExtractionArgs{
    					Processors: dynatrace.OpenpipelineLogsPipelinesPipelineMetricExtractionProcessorArray{
    						&dynatrace.OpenpipelineLogsPipelinesPipelineMetricExtractionProcessorArgs{
    							CounterMetricExtractionProcessor: &dynatrace.OpenpipelineLogsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Id:          pulumi.String("string"),
    								Matcher:     pulumi.String("string"),
    								MetricKey:   pulumi.String("string"),
    								Dimensions: pulumi.StringArray{
    									pulumi.String("string"),
    								},
    								SampleData: pulumi.String("string"),
    							},
    							ValueMetricExtractionProcessor: &dynatrace.OpenpipelineLogsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Field:       pulumi.String("string"),
    								Id:          pulumi.String("string"),
    								Matcher:     pulumi.String("string"),
    								MetricKey:   pulumi.String("string"),
    								Dimensions: pulumi.StringArray{
    									pulumi.String("string"),
    								},
    								SampleData: pulumi.String("string"),
    							},
    						},
    					},
    				},
    				Processing: &dynatrace.OpenpipelineLogsPipelinesPipelineProcessingArgs{
    					Processors: dynatrace.OpenpipelineLogsPipelinesPipelineProcessingProcessorArray{
    						&dynatrace.OpenpipelineLogsPipelinesPipelineProcessingProcessorArgs{
    							DqlProcessor: &dynatrace.OpenpipelineLogsPipelinesPipelineProcessingProcessorDqlProcessorArgs{
    								Description: pulumi.String("string"),
    								DqlScript:   pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Id:          pulumi.String("string"),
    								Matcher:     pulumi.String("string"),
    								SampleData:  pulumi.String("string"),
    							},
    							FieldsAddProcessor: &dynatrace.OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsAddProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Fields: dynatrace.OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArray{
    									&dynatrace.OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArgs{
    										Name:  pulumi.String("string"),
    										Value: pulumi.String("string"),
    									},
    								},
    								Id:         pulumi.String("string"),
    								Matcher:    pulumi.String("string"),
    								SampleData: pulumi.String("string"),
    							},
    							FieldsRemoveProcessor: &dynatrace.OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsRemoveProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Fields: pulumi.StringArray{
    									pulumi.String("string"),
    								},
    								Id:         pulumi.String("string"),
    								Matcher:    pulumi.String("string"),
    								SampleData: pulumi.String("string"),
    							},
    							FieldsRenameProcessor: &dynatrace.OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsRenameProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Fields: dynatrace.OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArray{
    									&dynatrace.OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArgs{
    										FromName: pulumi.String("string"),
    										ToName:   pulumi.String("string"),
    									},
    								},
    								Id:         pulumi.String("string"),
    								Matcher:    pulumi.String("string"),
    								SampleData: pulumi.String("string"),
    							},
    							TechnologyProcessor: &dynatrace.OpenpipelineLogsPipelinesPipelineProcessingProcessorTechnologyProcessorArgs{
    								Description:  pulumi.String("string"),
    								Enabled:      pulumi.Bool(false),
    								Id:           pulumi.String("string"),
    								Matcher:      pulumi.String("string"),
    								TechnologyId: pulumi.String("string"),
    								SampleData:   pulumi.String("string"),
    							},
    						},
    					},
    				},
    				SecurityContext: &dynatrace.OpenpipelineLogsPipelinesPipelineSecurityContextArgs{
    					Processors: dynatrace.OpenpipelineLogsPipelinesPipelineSecurityContextProcessorArray{
    						&dynatrace.OpenpipelineLogsPipelinesPipelineSecurityContextProcessorArgs{
    							SecurityContextProcessor: &dynatrace.OpenpipelineLogsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Id:          pulumi.String("string"),
    								Matcher:     pulumi.String("string"),
    								Value: &dynatrace.OpenpipelineLogsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValueArgs{
    									Type:     pulumi.String("string"),
    									Constant: pulumi.String("string"),
    									Field:    pulumi.String("string"),
    								},
    								SampleData: pulumi.String("string"),
    							},
    						},
    					},
    				},
    				Storage: &dynatrace.OpenpipelineLogsPipelinesPipelineStorageArgs{
    					CatchAllBucketName: pulumi.String("string"),
    					Processors: dynatrace.OpenpipelineLogsPipelinesPipelineStorageProcessorArray{
    						&dynatrace.OpenpipelineLogsPipelinesPipelineStorageProcessorArgs{
    							BucketAssignmentProcessor: &dynatrace.OpenpipelineLogsPipelinesPipelineStorageProcessorBucketAssignmentProcessorArgs{
    								BucketName:  pulumi.String("string"),
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Id:          pulumi.String("string"),
    								Matcher:     pulumi.String("string"),
    								SampleData:  pulumi.String("string"),
    							},
    							NoStorageProcessor: &dynatrace.OpenpipelineLogsPipelinesPipelineStorageProcessorNoStorageProcessorArgs{
    								Description: pulumi.String("string"),
    								Enabled:     pulumi.Bool(false),
    								Id:          pulumi.String("string"),
    								Matcher:     pulumi.String("string"),
    								SampleData:  pulumi.String("string"),
    							},
    						},
    					},
    				},
    			},
    		},
    	},
    	Routing: &dynatrace.OpenpipelineLogsRoutingArgs{
    		Entries: dynatrace.OpenpipelineLogsRoutingEntryArray{
    			&dynatrace.OpenpipelineLogsRoutingEntryArgs{
    				Enabled:    pulumi.Bool(false),
    				Matcher:    pulumi.String("string"),
    				Note:       pulumi.String("string"),
    				PipelineId: pulumi.String("string"),
    			},
    		},
    	},
    })
    
    var openpipelineLogsResource = new OpenpipelineLogs("openpipelineLogsResource", OpenpipelineLogsArgs.builder()
        .endpoints(OpenpipelineLogsEndpointsArgs.builder()
            .endpoints(OpenpipelineLogsEndpointsEndpointArgs.builder()
                .displayName("string")
                .enabled(false)
                .routing(OpenpipelineLogsEndpointsEndpointRoutingArgs.builder()
                    .type("string")
                    .pipelineId("string")
                    .build())
                .segment("string")
                .defaultBucket("string")
                .processors(OpenpipelineLogsEndpointsEndpointProcessorsArgs.builder()
                    .processors(OpenpipelineLogsEndpointsEndpointProcessorsProcessorArgs.builder()
                        .dqlProcessor(OpenpipelineLogsEndpointsEndpointProcessorsProcessorDqlProcessorArgs.builder()
                            .description("string")
                            .dqlScript("string")
                            .enabled(false)
                            .id("string")
                            .matcher("string")
                            .sampleData("string")
                            .build())
                        .fieldsAddProcessor(OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsAddProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .fields(OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArgs.builder()
                                .name("string")
                                .value("string")
                                .build())
                            .id("string")
                            .matcher("string")
                            .sampleData("string")
                            .build())
                        .fieldsRemoveProcessor(OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .fields("string")
                            .id("string")
                            .matcher("string")
                            .sampleData("string")
                            .build())
                        .fieldsRenameProcessor(OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .fields(OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArgs.builder()
                                .fromName("string")
                                .toName("string")
                                .build())
                            .id("string")
                            .matcher("string")
                            .sampleData("string")
                            .build())
                        .build())
                    .build())
                .build())
            .build())
        .pipelines(OpenpipelineLogsPipelinesArgs.builder()
            .pipelines(OpenpipelineLogsPipelinesPipelineArgs.builder()
                .displayName("string")
                .enabled(false)
                .id("string")
                .dataExtraction(OpenpipelineLogsPipelinesPipelineDataExtractionArgs.builder()
                    .processors(OpenpipelineLogsPipelinesPipelineDataExtractionProcessorArgs.builder()
                        .bizeventExtractionProcessor(OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .eventProvider(OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProviderArgs.builder()
                                .type("string")
                                .constant("string")
                                .field("string")
                                .build())
                            .eventType(OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventTypeArgs.builder()
                                .type("string")
                                .constant("string")
                                .field("string")
                                .build())
                            .id("string")
                            .matcher("string")
                            .fieldExtraction(OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtractionArgs.builder()
                                .fields("string")
                                .semantic("string")
                                .build())
                            .sampleData("string")
                            .build())
                        .davisEventExtractionProcessor(OpenpipelineLogsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .id("string")
                            .matcher("string")
                            .properties(OpenpipelineLogsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArgs.builder()
                                .key("string")
                                .value("string")
                                .build())
                            .sampleData("string")
                            .build())
                        .build())
                    .build())
                .metricExtraction(OpenpipelineLogsPipelinesPipelineMetricExtractionArgs.builder()
                    .processors(OpenpipelineLogsPipelinesPipelineMetricExtractionProcessorArgs.builder()
                        .counterMetricExtractionProcessor(OpenpipelineLogsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .id("string")
                            .matcher("string")
                            .metricKey("string")
                            .dimensions("string")
                            .sampleData("string")
                            .build())
                        .valueMetricExtractionProcessor(OpenpipelineLogsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .field("string")
                            .id("string")
                            .matcher("string")
                            .metricKey("string")
                            .dimensions("string")
                            .sampleData("string")
                            .build())
                        .build())
                    .build())
                .processing(OpenpipelineLogsPipelinesPipelineProcessingArgs.builder()
                    .processors(OpenpipelineLogsPipelinesPipelineProcessingProcessorArgs.builder()
                        .dqlProcessor(OpenpipelineLogsPipelinesPipelineProcessingProcessorDqlProcessorArgs.builder()
                            .description("string")
                            .dqlScript("string")
                            .enabled(false)
                            .id("string")
                            .matcher("string")
                            .sampleData("string")
                            .build())
                        .fieldsAddProcessor(OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsAddProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .fields(OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArgs.builder()
                                .name("string")
                                .value("string")
                                .build())
                            .id("string")
                            .matcher("string")
                            .sampleData("string")
                            .build())
                        .fieldsRemoveProcessor(OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsRemoveProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .fields("string")
                            .id("string")
                            .matcher("string")
                            .sampleData("string")
                            .build())
                        .fieldsRenameProcessor(OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsRenameProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .fields(OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArgs.builder()
                                .fromName("string")
                                .toName("string")
                                .build())
                            .id("string")
                            .matcher("string")
                            .sampleData("string")
                            .build())
                        .technologyProcessor(OpenpipelineLogsPipelinesPipelineProcessingProcessorTechnologyProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .id("string")
                            .matcher("string")
                            .technologyId("string")
                            .sampleData("string")
                            .build())
                        .build())
                    .build())
                .securityContext(OpenpipelineLogsPipelinesPipelineSecurityContextArgs.builder()
                    .processors(OpenpipelineLogsPipelinesPipelineSecurityContextProcessorArgs.builder()
                        .securityContextProcessor(OpenpipelineLogsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .id("string")
                            .matcher("string")
                            .value(OpenpipelineLogsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValueArgs.builder()
                                .type("string")
                                .constant("string")
                                .field("string")
                                .build())
                            .sampleData("string")
                            .build())
                        .build())
                    .build())
                .storage(OpenpipelineLogsPipelinesPipelineStorageArgs.builder()
                    .catchAllBucketName("string")
                    .processors(OpenpipelineLogsPipelinesPipelineStorageProcessorArgs.builder()
                        .bucketAssignmentProcessor(OpenpipelineLogsPipelinesPipelineStorageProcessorBucketAssignmentProcessorArgs.builder()
                            .bucketName("string")
                            .description("string")
                            .enabled(false)
                            .id("string")
                            .matcher("string")
                            .sampleData("string")
                            .build())
                        .noStorageProcessor(OpenpipelineLogsPipelinesPipelineStorageProcessorNoStorageProcessorArgs.builder()
                            .description("string")
                            .enabled(false)
                            .id("string")
                            .matcher("string")
                            .sampleData("string")
                            .build())
                        .build())
                    .build())
                .build())
            .build())
        .routing(OpenpipelineLogsRoutingArgs.builder()
            .entries(OpenpipelineLogsRoutingEntryArgs.builder()
                .enabled(false)
                .matcher("string")
                .note("string")
                .pipelineId("string")
                .build())
            .build())
        .build());
    
    openpipeline_logs_resource = dynatrace.OpenpipelineLogs("openpipelineLogsResource",
        endpoints={
            "endpoints": [{
                "display_name": "string",
                "enabled": False,
                "routing": {
                    "type": "string",
                    "pipeline_id": "string",
                },
                "segment": "string",
                "default_bucket": "string",
                "processors": {
                    "processors": [{
                        "dql_processor": {
                            "description": "string",
                            "dql_script": "string",
                            "enabled": False,
                            "id": "string",
                            "matcher": "string",
                            "sample_data": "string",
                        },
                        "fields_add_processor": {
                            "description": "string",
                            "enabled": False,
                            "fields": [{
                                "name": "string",
                                "value": "string",
                            }],
                            "id": "string",
                            "matcher": "string",
                            "sample_data": "string",
                        },
                        "fields_remove_processor": {
                            "description": "string",
                            "enabled": False,
                            "fields": ["string"],
                            "id": "string",
                            "matcher": "string",
                            "sample_data": "string",
                        },
                        "fields_rename_processor": {
                            "description": "string",
                            "enabled": False,
                            "fields": [{
                                "from_name": "string",
                                "to_name": "string",
                            }],
                            "id": "string",
                            "matcher": "string",
                            "sample_data": "string",
                        },
                    }],
                },
            }],
        },
        pipelines={
            "pipelines": [{
                "display_name": "string",
                "enabled": False,
                "id": "string",
                "data_extraction": {
                    "processors": [{
                        "bizevent_extraction_processor": {
                            "description": "string",
                            "enabled": False,
                            "event_provider": {
                                "type": "string",
                                "constant": "string",
                                "field": "string",
                            },
                            "event_type": {
                                "type": "string",
                                "constant": "string",
                                "field": "string",
                            },
                            "id": "string",
                            "matcher": "string",
                            "field_extraction": {
                                "fields": ["string"],
                                "semantic": "string",
                            },
                            "sample_data": "string",
                        },
                        "davis_event_extraction_processor": {
                            "description": "string",
                            "enabled": False,
                            "id": "string",
                            "matcher": "string",
                            "properties": [{
                                "key": "string",
                                "value": "string",
                            }],
                            "sample_data": "string",
                        },
                    }],
                },
                "metric_extraction": {
                    "processors": [{
                        "counter_metric_extraction_processor": {
                            "description": "string",
                            "enabled": False,
                            "id": "string",
                            "matcher": "string",
                            "metric_key": "string",
                            "dimensions": ["string"],
                            "sample_data": "string",
                        },
                        "value_metric_extraction_processor": {
                            "description": "string",
                            "enabled": False,
                            "field": "string",
                            "id": "string",
                            "matcher": "string",
                            "metric_key": "string",
                            "dimensions": ["string"],
                            "sample_data": "string",
                        },
                    }],
                },
                "processing": {
                    "processors": [{
                        "dql_processor": {
                            "description": "string",
                            "dql_script": "string",
                            "enabled": False,
                            "id": "string",
                            "matcher": "string",
                            "sample_data": "string",
                        },
                        "fields_add_processor": {
                            "description": "string",
                            "enabled": False,
                            "fields": [{
                                "name": "string",
                                "value": "string",
                            }],
                            "id": "string",
                            "matcher": "string",
                            "sample_data": "string",
                        },
                        "fields_remove_processor": {
                            "description": "string",
                            "enabled": False,
                            "fields": ["string"],
                            "id": "string",
                            "matcher": "string",
                            "sample_data": "string",
                        },
                        "fields_rename_processor": {
                            "description": "string",
                            "enabled": False,
                            "fields": [{
                                "from_name": "string",
                                "to_name": "string",
                            }],
                            "id": "string",
                            "matcher": "string",
                            "sample_data": "string",
                        },
                        "technology_processor": {
                            "description": "string",
                            "enabled": False,
                            "id": "string",
                            "matcher": "string",
                            "technology_id": "string",
                            "sample_data": "string",
                        },
                    }],
                },
                "security_context": {
                    "processors": [{
                        "security_context_processor": {
                            "description": "string",
                            "enabled": False,
                            "id": "string",
                            "matcher": "string",
                            "value": {
                                "type": "string",
                                "constant": "string",
                                "field": "string",
                            },
                            "sample_data": "string",
                        },
                    }],
                },
                "storage": {
                    "catch_all_bucket_name": "string",
                    "processors": [{
                        "bucket_assignment_processor": {
                            "bucket_name": "string",
                            "description": "string",
                            "enabled": False,
                            "id": "string",
                            "matcher": "string",
                            "sample_data": "string",
                        },
                        "no_storage_processor": {
                            "description": "string",
                            "enabled": False,
                            "id": "string",
                            "matcher": "string",
                            "sample_data": "string",
                        },
                    }],
                },
            }],
        },
        routing={
            "entries": [{
                "enabled": False,
                "matcher": "string",
                "note": "string",
                "pipeline_id": "string",
            }],
        })
    
    const openpipelineLogsResource = new dynatrace.OpenpipelineLogs("openpipelineLogsResource", {
        endpoints: {
            endpoints: [{
                displayName: "string",
                enabled: false,
                routing: {
                    type: "string",
                    pipelineId: "string",
                },
                segment: "string",
                defaultBucket: "string",
                processors: {
                    processors: [{
                        dqlProcessor: {
                            description: "string",
                            dqlScript: "string",
                            enabled: false,
                            id: "string",
                            matcher: "string",
                            sampleData: "string",
                        },
                        fieldsAddProcessor: {
                            description: "string",
                            enabled: false,
                            fields: [{
                                name: "string",
                                value: "string",
                            }],
                            id: "string",
                            matcher: "string",
                            sampleData: "string",
                        },
                        fieldsRemoveProcessor: {
                            description: "string",
                            enabled: false,
                            fields: ["string"],
                            id: "string",
                            matcher: "string",
                            sampleData: "string",
                        },
                        fieldsRenameProcessor: {
                            description: "string",
                            enabled: false,
                            fields: [{
                                fromName: "string",
                                toName: "string",
                            }],
                            id: "string",
                            matcher: "string",
                            sampleData: "string",
                        },
                    }],
                },
            }],
        },
        pipelines: {
            pipelines: [{
                displayName: "string",
                enabled: false,
                id: "string",
                dataExtraction: {
                    processors: [{
                        bizeventExtractionProcessor: {
                            description: "string",
                            enabled: false,
                            eventProvider: {
                                type: "string",
                                constant: "string",
                                field: "string",
                            },
                            eventType: {
                                type: "string",
                                constant: "string",
                                field: "string",
                            },
                            id: "string",
                            matcher: "string",
                            fieldExtraction: {
                                fields: ["string"],
                                semantic: "string",
                            },
                            sampleData: "string",
                        },
                        davisEventExtractionProcessor: {
                            description: "string",
                            enabled: false,
                            id: "string",
                            matcher: "string",
                            properties: [{
                                key: "string",
                                value: "string",
                            }],
                            sampleData: "string",
                        },
                    }],
                },
                metricExtraction: {
                    processors: [{
                        counterMetricExtractionProcessor: {
                            description: "string",
                            enabled: false,
                            id: "string",
                            matcher: "string",
                            metricKey: "string",
                            dimensions: ["string"],
                            sampleData: "string",
                        },
                        valueMetricExtractionProcessor: {
                            description: "string",
                            enabled: false,
                            field: "string",
                            id: "string",
                            matcher: "string",
                            metricKey: "string",
                            dimensions: ["string"],
                            sampleData: "string",
                        },
                    }],
                },
                processing: {
                    processors: [{
                        dqlProcessor: {
                            description: "string",
                            dqlScript: "string",
                            enabled: false,
                            id: "string",
                            matcher: "string",
                            sampleData: "string",
                        },
                        fieldsAddProcessor: {
                            description: "string",
                            enabled: false,
                            fields: [{
                                name: "string",
                                value: "string",
                            }],
                            id: "string",
                            matcher: "string",
                            sampleData: "string",
                        },
                        fieldsRemoveProcessor: {
                            description: "string",
                            enabled: false,
                            fields: ["string"],
                            id: "string",
                            matcher: "string",
                            sampleData: "string",
                        },
                        fieldsRenameProcessor: {
                            description: "string",
                            enabled: false,
                            fields: [{
                                fromName: "string",
                                toName: "string",
                            }],
                            id: "string",
                            matcher: "string",
                            sampleData: "string",
                        },
                        technologyProcessor: {
                            description: "string",
                            enabled: false,
                            id: "string",
                            matcher: "string",
                            technologyId: "string",
                            sampleData: "string",
                        },
                    }],
                },
                securityContext: {
                    processors: [{
                        securityContextProcessor: {
                            description: "string",
                            enabled: false,
                            id: "string",
                            matcher: "string",
                            value: {
                                type: "string",
                                constant: "string",
                                field: "string",
                            },
                            sampleData: "string",
                        },
                    }],
                },
                storage: {
                    catchAllBucketName: "string",
                    processors: [{
                        bucketAssignmentProcessor: {
                            bucketName: "string",
                            description: "string",
                            enabled: false,
                            id: "string",
                            matcher: "string",
                            sampleData: "string",
                        },
                        noStorageProcessor: {
                            description: "string",
                            enabled: false,
                            id: "string",
                            matcher: "string",
                            sampleData: "string",
                        },
                    }],
                },
            }],
        },
        routing: {
            entries: [{
                enabled: false,
                matcher: "string",
                note: "string",
                pipelineId: "string",
            }],
        },
    });
    
    type: dynatrace:OpenpipelineLogs
    properties:
        endpoints:
            endpoints:
                - defaultBucket: string
                  displayName: string
                  enabled: false
                  processors:
                    processors:
                        - dqlProcessor:
                            description: string
                            dqlScript: string
                            enabled: false
                            id: string
                            matcher: string
                            sampleData: string
                          fieldsAddProcessor:
                            description: string
                            enabled: false
                            fields:
                                - name: string
                                  value: string
                            id: string
                            matcher: string
                            sampleData: string
                          fieldsRemoveProcessor:
                            description: string
                            enabled: false
                            fields:
                                - string
                            id: string
                            matcher: string
                            sampleData: string
                          fieldsRenameProcessor:
                            description: string
                            enabled: false
                            fields:
                                - fromName: string
                                  toName: string
                            id: string
                            matcher: string
                            sampleData: string
                  routing:
                    pipelineId: string
                    type: string
                  segment: string
        pipelines:
            pipelines:
                - dataExtraction:
                    processors:
                        - bizeventExtractionProcessor:
                            description: string
                            enabled: false
                            eventProvider:
                                constant: string
                                field: string
                                type: string
                            eventType:
                                constant: string
                                field: string
                                type: string
                            fieldExtraction:
                                fields:
                                    - string
                                semantic: string
                            id: string
                            matcher: string
                            sampleData: string
                          davisEventExtractionProcessor:
                            description: string
                            enabled: false
                            id: string
                            matcher: string
                            properties:
                                - key: string
                                  value: string
                            sampleData: string
                  displayName: string
                  enabled: false
                  id: string
                  metricExtraction:
                    processors:
                        - counterMetricExtractionProcessor:
                            description: string
                            dimensions:
                                - string
                            enabled: false
                            id: string
                            matcher: string
                            metricKey: string
                            sampleData: string
                          valueMetricExtractionProcessor:
                            description: string
                            dimensions:
                                - string
                            enabled: false
                            field: string
                            id: string
                            matcher: string
                            metricKey: string
                            sampleData: string
                  processing:
                    processors:
                        - dqlProcessor:
                            description: string
                            dqlScript: string
                            enabled: false
                            id: string
                            matcher: string
                            sampleData: string
                          fieldsAddProcessor:
                            description: string
                            enabled: false
                            fields:
                                - name: string
                                  value: string
                            id: string
                            matcher: string
                            sampleData: string
                          fieldsRemoveProcessor:
                            description: string
                            enabled: false
                            fields:
                                - string
                            id: string
                            matcher: string
                            sampleData: string
                          fieldsRenameProcessor:
                            description: string
                            enabled: false
                            fields:
                                - fromName: string
                                  toName: string
                            id: string
                            matcher: string
                            sampleData: string
                          technologyProcessor:
                            description: string
                            enabled: false
                            id: string
                            matcher: string
                            sampleData: string
                            technologyId: string
                  securityContext:
                    processors:
                        - securityContextProcessor:
                            description: string
                            enabled: false
                            id: string
                            matcher: string
                            sampleData: string
                            value:
                                constant: string
                                field: string
                                type: string
                  storage:
                    catchAllBucketName: string
                    processors:
                        - bucketAssignmentProcessor:
                            bucketName: string
                            description: string
                            enabled: false
                            id: string
                            matcher: string
                            sampleData: string
                          noStorageProcessor:
                            description: string
                            enabled: false
                            id: string
                            matcher: string
                            sampleData: string
        routing:
            entries:
                - enabled: false
                  matcher: string
                  note: string
                  pipelineId: string
    

    OpenpipelineLogs Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The OpenpipelineLogs resource accepts the following input properties:

    Endpoints OpenpipelineLogsEndpointsArgs
    List of all ingest sources of the configuration
    Pipelines OpenpipelineLogsPipelinesArgs
    List of all pipelines of the configuration
    Routing OpenpipelineLogsRoutingArgs
    Dynamic routing definition
    endpoints OpenpipelineLogsEndpoints
    List of all ingest sources of the configuration
    pipelines OpenpipelineLogsPipelines
    List of all pipelines of the configuration
    routing OpenpipelineLogsRouting
    Dynamic routing definition
    endpoints OpenpipelineLogsEndpoints
    List of all ingest sources of the configuration
    pipelines OpenpipelineLogsPipelines
    List of all pipelines of the configuration
    routing OpenpipelineLogsRouting
    Dynamic routing definition
    endpoints OpenpipelineLogsEndpointsArgs
    List of all ingest sources of the configuration
    pipelines OpenpipelineLogsPipelinesArgs
    List of all pipelines of the configuration
    routing OpenpipelineLogsRoutingArgs
    Dynamic routing definition
    endpoints Property Map
    List of all ingest sources of the configuration
    pipelines Property Map
    List of all pipelines of the configuration
    routing Property Map
    Dynamic routing definition

    Outputs

    All input properties are implicitly available as output properties. Additionally, the OpenpipelineLogs resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing OpenpipelineLogs Resource

    Get an existing OpenpipelineLogs resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: OpenpipelineLogsState, opts?: CustomResourceOptions): OpenpipelineLogs
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            endpoints: Optional[OpenpipelineLogsEndpointsArgs] = None,
            pipelines: Optional[OpenpipelineLogsPipelinesArgs] = None,
            routing: Optional[OpenpipelineLogsRoutingArgs] = None) -> OpenpipelineLogs
    func GetOpenpipelineLogs(ctx *Context, name string, id IDInput, state *OpenpipelineLogsState, opts ...ResourceOption) (*OpenpipelineLogs, error)
    public static OpenpipelineLogs Get(string name, Input<string> id, OpenpipelineLogsState? state, CustomResourceOptions? opts = null)
    public static OpenpipelineLogs get(String name, Output<String> id, OpenpipelineLogsState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Endpoints OpenpipelineLogsEndpointsArgs
    List of all ingest sources of the configuration
    Pipelines OpenpipelineLogsPipelinesArgs
    List of all pipelines of the configuration
    Routing OpenpipelineLogsRoutingArgs
    Dynamic routing definition
    endpoints OpenpipelineLogsEndpoints
    List of all ingest sources of the configuration
    pipelines OpenpipelineLogsPipelines
    List of all pipelines of the configuration
    routing OpenpipelineLogsRouting
    Dynamic routing definition
    endpoints OpenpipelineLogsEndpoints
    List of all ingest sources of the configuration
    pipelines OpenpipelineLogsPipelines
    List of all pipelines of the configuration
    routing OpenpipelineLogsRouting
    Dynamic routing definition
    endpoints OpenpipelineLogsEndpointsArgs
    List of all ingest sources of the configuration
    pipelines OpenpipelineLogsPipelinesArgs
    List of all pipelines of the configuration
    routing OpenpipelineLogsRoutingArgs
    Dynamic routing definition
    endpoints Property Map
    List of all ingest sources of the configuration
    pipelines Property Map
    List of all pipelines of the configuration
    routing Property Map
    Dynamic routing definition

    Supporting Types

    OpenpipelineLogsEndpoints, OpenpipelineLogsEndpointsArgs

    Endpoints []OpenpipelineLogsEndpointsEndpoint
    Definition of a single ingest source
    endpoints List<OpenpipelineLogsEndpointsEndpoint>
    Definition of a single ingest source
    endpoints OpenpipelineLogsEndpointsEndpoint[]
    Definition of a single ingest source
    endpoints Sequence[OpenpipelineLogsEndpointsEndpoint]
    Definition of a single ingest source
    endpoints List<Property Map>
    Definition of a single ingest source

    OpenpipelineLogsEndpointsEndpoint, OpenpipelineLogsEndpointsEndpointArgs

    DisplayName string
    Display name of the ingest source
    Enabled bool
    Indicates if the object is active
    Routing Pulumiverse.Dynatrace.Inputs.OpenpipelineLogsEndpointsEndpointRouting
    Routing strategy, either dynamic or static
    Segment string
    The segment of the ingest source, which is applied to the base path. Must be unique within a configuration."
    DefaultBucket string
    The default bucket assigned to records for the ingest source
    Processors Pulumiverse.Dynatrace.Inputs.OpenpipelineLogsEndpointsEndpointProcessors
    The pre-processing done in the ingest source
    DisplayName string
    Display name of the ingest source
    Enabled bool
    Indicates if the object is active
    Routing OpenpipelineLogsEndpointsEndpointRouting
    Routing strategy, either dynamic or static
    Segment string
    The segment of the ingest source, which is applied to the base path. Must be unique within a configuration."
    DefaultBucket string
    The default bucket assigned to records for the ingest source
    Processors OpenpipelineLogsEndpointsEndpointProcessors
    The pre-processing done in the ingest source
    displayName String
    Display name of the ingest source
    enabled Boolean
    Indicates if the object is active
    routing OpenpipelineLogsEndpointsEndpointRouting
    Routing strategy, either dynamic or static
    segment String
    The segment of the ingest source, which is applied to the base path. Must be unique within a configuration."
    defaultBucket String
    The default bucket assigned to records for the ingest source
    processors OpenpipelineLogsEndpointsEndpointProcessors
    The pre-processing done in the ingest source
    displayName string
    Display name of the ingest source
    enabled boolean
    Indicates if the object is active
    routing OpenpipelineLogsEndpointsEndpointRouting
    Routing strategy, either dynamic or static
    segment string
    The segment of the ingest source, which is applied to the base path. Must be unique within a configuration."
    defaultBucket string
    The default bucket assigned to records for the ingest source
    processors OpenpipelineLogsEndpointsEndpointProcessors
    The pre-processing done in the ingest source
    display_name str
    Display name of the ingest source
    enabled bool
    Indicates if the object is active
    routing OpenpipelineLogsEndpointsEndpointRouting
    Routing strategy, either dynamic or static
    segment str
    The segment of the ingest source, which is applied to the base path. Must be unique within a configuration."
    default_bucket str
    The default bucket assigned to records for the ingest source
    processors OpenpipelineLogsEndpointsEndpointProcessors
    The pre-processing done in the ingest source
    displayName String
    Display name of the ingest source
    enabled Boolean
    Indicates if the object is active
    routing Property Map
    Routing strategy, either dynamic or static
    segment String
    The segment of the ingest source, which is applied to the base path. Must be unique within a configuration."
    defaultBucket String
    The default bucket assigned to records for the ingest source
    processors Property Map
    The pre-processing done in the ingest source

    OpenpipelineLogsEndpointsEndpointProcessors, OpenpipelineLogsEndpointsEndpointProcessorsArgs

    Processors List<Pulumiverse.Dynatrace.Inputs.OpenpipelineLogsEndpointsEndpointProcessorsProcessor>
    Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.
    Processors []OpenpipelineLogsEndpointsEndpointProcessorsProcessor
    Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.
    processors List<OpenpipelineLogsEndpointsEndpointProcessorsProcessor>
    Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.
    processors OpenpipelineLogsEndpointsEndpointProcessorsProcessor[]
    Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.
    processors Sequence[OpenpipelineLogsEndpointsEndpointProcessorsProcessor]
    Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.
    processors List<Property Map>
    Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.

    OpenpipelineLogsEndpointsEndpointProcessorsProcessor, OpenpipelineLogsEndpointsEndpointProcessorsProcessorArgs

    dqlProcessor Property Map
    Processor to apply a DQL script
    fieldsAddProcessor Property Map
    Processor to add fields
    fieldsRemoveProcessor Property Map
    Processor to remove fields
    fieldsRenameProcessor Property Map
    Processor to rename fields

    OpenpipelineLogsEndpointsEndpointProcessorsProcessorDqlProcessor, OpenpipelineLogsEndpointsEndpointProcessorsProcessorDqlProcessorArgs

    Description string
    Name or description of the processor
    DqlScript string
    The DQL script to apply on the record
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    DqlScript string
    The DQL script to apply on the record
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    dqlScript String
    The DQL script to apply on the record
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    dqlScript string
    The DQL script to apply on the record
    enabled boolean
    Indicates if the object is active
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    dql_script str
    The DQL script to apply on the record
    enabled bool
    Indicates if the object is active
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    dqlScript String
    The DQL script to apply on the record
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsAddProcessor, OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsAddProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields List<Pulumiverse.Dynatrace.Inputs.OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsAddProcessorField>
    Field to add to the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields []OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsAddProcessorField
    Field to add to the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsAddProcessorField>
    Field to add to the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    fields OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsAddProcessorField[]
    Field to add to the record
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    fields Sequence[OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsAddProcessorField]
    Field to add to the record
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<Property Map>
    Field to add to the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsAddProcessorField, OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArgs

    Name string
    Name of the field
    Value string
    Value to assign to the field
    Name string
    Name of the field
    Value string
    Value to assign to the field
    name String
    Name of the field
    value String
    Value to assign to the field
    name string
    Name of the field
    value string
    Value to assign to the field
    name str
    Name of the field
    value str
    Value to assign to the field
    name String
    Name of the field
    value String
    Value to assign to the field

    OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessor, OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields List<string>
    Field to add to the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields []string
    Field to add to the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<String>
    Field to add to the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    fields string[]
    Field to add to the record
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    fields Sequence[str]
    Field to add to the record
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<String>
    Field to add to the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsRenameProcessor, OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields List<Pulumiverse.Dynatrace.Inputs.OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorField>
    Field to rename on the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields []OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorField
    Field to rename on the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorField>
    Field to rename on the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    fields OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorField[]
    Field to rename on the record
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    fields Sequence[OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorField]
    Field to rename on the record
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<Property Map>
    Field to rename on the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorField, OpenpipelineLogsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArgs

    FromName string
    The field to rename
    ToName string
    The new field name
    FromName string
    The field to rename
    ToName string
    The new field name
    fromName String
    The field to rename
    toName String
    The new field name
    fromName string
    The field to rename
    toName string
    The new field name
    from_name str
    The field to rename
    to_name str
    The new field name
    fromName String
    The field to rename
    toName String
    The new field name

    OpenpipelineLogsEndpointsEndpointRouting, OpenpipelineLogsEndpointsEndpointRoutingArgs

    Type string
    Type of routing, static or dynamic
    PipelineId string
    Pipeline ID of the static routing
    Type string
    Type of routing, static or dynamic
    PipelineId string
    Pipeline ID of the static routing
    type String
    Type of routing, static or dynamic
    pipelineId String
    Pipeline ID of the static routing
    type string
    Type of routing, static or dynamic
    pipelineId string
    Pipeline ID of the static routing
    type str
    Type of routing, static or dynamic
    pipeline_id str
    Pipeline ID of the static routing
    type String
    Type of routing, static or dynamic
    pipelineId String
    Pipeline ID of the static routing

    OpenpipelineLogsPipelines, OpenpipelineLogsPipelinesArgs

    Pipelines []OpenpipelineLogsPipelinesPipeline
    Definition of a single pipeline
    pipelines List<OpenpipelineLogsPipelinesPipeline>
    Definition of a single pipeline
    pipelines OpenpipelineLogsPipelinesPipeline[]
    Definition of a single pipeline
    pipelines List<Property Map>
    Definition of a single pipeline

    OpenpipelineLogsPipelinesPipeline, OpenpipelineLogsPipelinesPipelineArgs

    DisplayName string
    Display name of the pipeline
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the pipeline
    DataExtraction Pulumiverse.Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineDataExtraction
    Data extraction stage configuration of the pipeline
    MetricExtraction Pulumiverse.Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineMetricExtraction
    Metric extraction stage configuration of the pipeline
    Processing Pulumiverse.Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineProcessing
    Processing stage configuration of the pipeline
    SecurityContext Pulumiverse.Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineSecurityContext
    Security context stage configuration of the pipeline
    Storage Pulumiverse.Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineStorage
    Data extraction stage configuration of the pipeline
    DisplayName string
    Display name of the pipeline
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the pipeline
    DataExtraction OpenpipelineLogsPipelinesPipelineDataExtraction
    Data extraction stage configuration of the pipeline
    MetricExtraction OpenpipelineLogsPipelinesPipelineMetricExtraction
    Metric extraction stage configuration of the pipeline
    Processing OpenpipelineLogsPipelinesPipelineProcessing
    Processing stage configuration of the pipeline
    SecurityContext OpenpipelineLogsPipelinesPipelineSecurityContext
    Security context stage configuration of the pipeline
    Storage OpenpipelineLogsPipelinesPipelineStorage
    Data extraction stage configuration of the pipeline
    displayName String
    Display name of the pipeline
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the pipeline
    dataExtraction OpenpipelineLogsPipelinesPipelineDataExtraction
    Data extraction stage configuration of the pipeline
    metricExtraction OpenpipelineLogsPipelinesPipelineMetricExtraction
    Metric extraction stage configuration of the pipeline
    processing OpenpipelineLogsPipelinesPipelineProcessing
    Processing stage configuration of the pipeline
    securityContext OpenpipelineLogsPipelinesPipelineSecurityContext
    Security context stage configuration of the pipeline
    storage OpenpipelineLogsPipelinesPipelineStorage
    Data extraction stage configuration of the pipeline
    displayName string
    Display name of the pipeline
    enabled boolean
    Indicates if the object is active
    id string
    Identifier of the pipeline
    dataExtraction OpenpipelineLogsPipelinesPipelineDataExtraction
    Data extraction stage configuration of the pipeline
    metricExtraction OpenpipelineLogsPipelinesPipelineMetricExtraction
    Metric extraction stage configuration of the pipeline
    processing OpenpipelineLogsPipelinesPipelineProcessing
    Processing stage configuration of the pipeline
    securityContext OpenpipelineLogsPipelinesPipelineSecurityContext
    Security context stage configuration of the pipeline
    storage OpenpipelineLogsPipelinesPipelineStorage
    Data extraction stage configuration of the pipeline
    display_name str
    Display name of the pipeline
    enabled bool
    Indicates if the object is active
    id str
    Identifier of the pipeline
    data_extraction OpenpipelineLogsPipelinesPipelineDataExtraction
    Data extraction stage configuration of the pipeline
    metric_extraction OpenpipelineLogsPipelinesPipelineMetricExtraction
    Metric extraction stage configuration of the pipeline
    processing OpenpipelineLogsPipelinesPipelineProcessing
    Processing stage configuration of the pipeline
    security_context OpenpipelineLogsPipelinesPipelineSecurityContext
    Security context stage configuration of the pipeline
    storage OpenpipelineLogsPipelinesPipelineStorage
    Data extraction stage configuration of the pipeline
    displayName String
    Display name of the pipeline
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the pipeline
    dataExtraction Property Map
    Data extraction stage configuration of the pipeline
    metricExtraction Property Map
    Metric extraction stage configuration of the pipeline
    processing Property Map
    Processing stage configuration of the pipeline
    securityContext Property Map
    Security context stage configuration of the pipeline
    storage Property Map
    Data extraction stage configuration of the pipeline

    OpenpipelineLogsPipelinesPipelineDataExtraction, OpenpipelineLogsPipelinesPipelineDataExtractionArgs

    Processors List<Pulumiverse.Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineDataExtractionProcessor>
    Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.
    Processors []OpenpipelineLogsPipelinesPipelineDataExtractionProcessor
    Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.
    processors List<OpenpipelineLogsPipelinesPipelineDataExtractionProcessor>
    Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.
    processors OpenpipelineLogsPipelinesPipelineDataExtractionProcessor[]
    Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.
    processors Sequence[OpenpipelineLogsPipelinesPipelineDataExtractionProcessor]
    Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.
    processors List<Property Map>
    Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.

    OpenpipelineLogsPipelinesPipelineDataExtractionProcessor, OpenpipelineLogsPipelinesPipelineDataExtractionProcessorArgs

    OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessor, OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    EventProvider Pulumiverse.Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProvider
    Strategy to assign a value
    EventType Pulumiverse.Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventType
    Strategy to assign a value
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    FieldExtraction Pulumiverse.Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtraction
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    EventProvider OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProvider
    Strategy to assign a value
    EventType OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventType
    Strategy to assign a value
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    FieldExtraction OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtraction
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    eventProvider OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProvider
    Strategy to assign a value
    eventType OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventType
    Strategy to assign a value
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    fieldExtraction OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtraction
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    eventProvider OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProvider
    Strategy to assign a value
    eventType OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventType
    Strategy to assign a value
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    fieldExtraction OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtraction
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    event_provider OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProvider
    Strategy to assign a value
    event_type OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventType
    Strategy to assign a value
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    field_extraction OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtraction
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    eventProvider Property Map
    Strategy to assign a value
    eventType Property Map
    Strategy to assign a value
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    fieldExtraction Property Map
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProvider, OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProviderArgs

    Type string
    Strategy to assign a value
    Constant string
    Strategy to assign a value
    Field string
    Strategy to assign a value
    Type string
    Strategy to assign a value
    Constant string
    Strategy to assign a value
    Field string
    Strategy to assign a value
    type String
    Strategy to assign a value
    constant String
    Strategy to assign a value
    field String
    Strategy to assign a value
    type string
    Strategy to assign a value
    constant string
    Strategy to assign a value
    field string
    Strategy to assign a value
    type str
    Strategy to assign a value
    constant str
    Strategy to assign a value
    field str
    Strategy to assign a value
    type String
    Strategy to assign a value
    constant String
    Strategy to assign a value
    field String
    Strategy to assign a value

    OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventType, OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventTypeArgs

    Type string
    Strategy to assign a value
    Constant string
    Strategy to assign a value
    Field string
    Strategy to assign a value
    Type string
    Strategy to assign a value
    Constant string
    Strategy to assign a value
    Field string
    Strategy to assign a value
    type String
    Strategy to assign a value
    constant String
    Strategy to assign a value
    field String
    Strategy to assign a value
    type string
    Strategy to assign a value
    constant string
    Strategy to assign a value
    field string
    Strategy to assign a value
    type str
    Strategy to assign a value
    constant str
    Strategy to assign a value
    field str
    Strategy to assign a value
    type String
    Strategy to assign a value
    constant String
    Strategy to assign a value
    field String
    Strategy to assign a value

    OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtraction, OpenpipelineLogsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtractionArgs

    Fields List<string>
    Semantic string
    Fields []string
    Semantic string
    fields List<String>
    semantic String
    fields string[]
    semantic string
    fields Sequence[str]
    semantic str
    fields List<String>
    semantic String

    OpenpipelineLogsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessor, OpenpipelineLogsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    Properties List<Pulumiverse.Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorProperty>
    List of properties for the extracted davis event
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    Properties []OpenpipelineLogsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorProperty
    List of properties for the extracted davis event
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    properties List<OpenpipelineLogsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorProperty>
    List of properties for the extracted davis event
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    properties OpenpipelineLogsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorProperty[]
    List of properties for the extracted davis event
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    properties Sequence[OpenpipelineLogsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorProperty]
    List of properties for the extracted davis event
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    properties List<Property Map>
    List of properties for the extracted davis event
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineLogsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorProperty, OpenpipelineLogsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArgs

    Key string
    The key to set on the davis event
    Value string
    The value assigned to the key
    Key string
    The key to set on the davis event
    Value string
    The value assigned to the key
    key String
    The key to set on the davis event
    value String
    The value assigned to the key
    key string
    The key to set on the davis event
    value string
    The value assigned to the key
    key str
    The key to set on the davis event
    value str
    The value assigned to the key
    key String
    The key to set on the davis event
    value String
    The value assigned to the key

    OpenpipelineLogsPipelinesPipelineMetricExtraction, OpenpipelineLogsPipelinesPipelineMetricExtractionArgs

    processors List<Property Map>
    Data extraction processor to use

    OpenpipelineLogsPipelinesPipelineMetricExtractionProcessor, OpenpipelineLogsPipelinesPipelineMetricExtractionProcessorArgs

    counterMetricExtractionProcessor Property Map
    Processor to write the occurrences as a metric
    valueMetricExtractionProcessor Property Map
    Processor to extract a value from a field as a metric

    OpenpipelineLogsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessor, OpenpipelineLogsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    MetricKey string
    The key of the metric to write
    Dimensions List<string>
    List of dimensions to add to the metric
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    MetricKey string
    The key of the metric to write
    Dimensions []string
    List of dimensions to add to the metric
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    metricKey String
    The key of the metric to write
    dimensions List<String>
    List of dimensions to add to the metric
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    metricKey string
    The key of the metric to write
    dimensions string[]
    List of dimensions to add to the metric
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    metric_key str
    The key of the metric to write
    dimensions Sequence[str]
    List of dimensions to add to the metric
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    metricKey String
    The key of the metric to write
    dimensions List<String>
    List of dimensions to add to the metric
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineLogsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessor, OpenpipelineLogsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Field string
    The field to extract the value for the metric
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    MetricKey string
    The key of the metric to write
    Dimensions List<string>
    List of dimensions to add to the metric
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Field string
    The field to extract the value for the metric
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    MetricKey string
    The key of the metric to write
    Dimensions []string
    List of dimensions to add to the metric
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    field String
    The field to extract the value for the metric
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    metricKey String
    The key of the metric to write
    dimensions List<String>
    List of dimensions to add to the metric
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    field string
    The field to extract the value for the metric
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    metricKey string
    The key of the metric to write
    dimensions string[]
    List of dimensions to add to the metric
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    field str
    The field to extract the value for the metric
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    metric_key str
    The key of the metric to write
    dimensions Sequence[str]
    List of dimensions to add to the metric
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    field String
    The field to extract the value for the metric
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    metricKey String
    The key of the metric to write
    dimensions List<String>
    List of dimensions to add to the metric
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineLogsPipelinesPipelineProcessing, OpenpipelineLogsPipelinesPipelineProcessingArgs

    Processors List<Pulumiverse.Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineProcessingProcessor>
    Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.
    Processors []OpenpipelineLogsPipelinesPipelineProcessingProcessor
    Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.
    processors List<OpenpipelineLogsPipelinesPipelineProcessingProcessor>
    Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.
    processors OpenpipelineLogsPipelinesPipelineProcessingProcessor[]
    Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.
    processors Sequence[OpenpipelineLogsPipelinesPipelineProcessingProcessor]
    Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.
    processors List<Property Map>
    Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.

    OpenpipelineLogsPipelinesPipelineProcessingProcessor, OpenpipelineLogsPipelinesPipelineProcessingProcessorArgs

    dqlProcessor Property Map
    Processor to apply a DQL script
    fieldsAddProcessor Property Map
    Processor to add fields
    fieldsRemoveProcessor Property Map
    Processor to remove fields
    fieldsRenameProcessor Property Map
    Processor to rename fields
    technologyProcessor Property Map
    Processor to apply a technology processors

    OpenpipelineLogsPipelinesPipelineProcessingProcessorDqlProcessor, OpenpipelineLogsPipelinesPipelineProcessingProcessorDqlProcessorArgs

    Description string
    Name or description of the processor
    DqlScript string
    The DQL script to apply on the record
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    DqlScript string
    The DQL script to apply on the record
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    dqlScript String
    The DQL script to apply on the record
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    dqlScript string
    The DQL script to apply on the record
    enabled boolean
    Indicates if the object is active
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    dql_script str
    The DQL script to apply on the record
    enabled bool
    Indicates if the object is active
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    dqlScript String
    The DQL script to apply on the record
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsAddProcessor, OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsAddProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields List<Pulumiverse.Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsAddProcessorField>
    Field to add to the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields []OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsAddProcessorField
    Field to add to the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsAddProcessorField>
    Field to add to the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    fields OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsAddProcessorField[]
    Field to add to the record
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    fields Sequence[OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsAddProcessorField]
    Field to add to the record
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<Property Map>
    Field to add to the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsAddProcessorField, OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArgs

    Name string
    Name of the field
    Value string
    Value to assign to the field
    Name string
    Name of the field
    Value string
    Value to assign to the field
    name String
    Name of the field
    value String
    Value to assign to the field
    name string
    Name of the field
    value string
    Value to assign to the field
    name str
    Name of the field
    value str
    Value to assign to the field
    name String
    Name of the field
    value String
    Value to assign to the field

    OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsRemoveProcessor, OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsRemoveProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields List<string>
    Field to add to the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields []string
    Field to add to the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<String>
    Field to add to the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    fields string[]
    Field to add to the record
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    fields Sequence[str]
    Field to add to the record
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<String>
    Field to add to the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsRenameProcessor, OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsRenameProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields List<Pulumiverse.Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsRenameProcessorField>
    Field to rename on the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Fields []OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsRenameProcessorField
    Field to rename on the record
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsRenameProcessorField>
    Field to rename on the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    fields OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsRenameProcessorField[]
    Field to rename on the record
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    fields Sequence[OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsRenameProcessorField]
    Field to rename on the record
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    fields List<Property Map>
    Field to rename on the record
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsRenameProcessorField, OpenpipelineLogsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArgs

    FromName string
    The field to rename
    ToName string
    The new field name
    FromName string
    The field to rename
    ToName string
    The new field name
    fromName String
    The field to rename
    toName String
    The new field name
    fromName string
    The field to rename
    toName string
    The new field name
    from_name str
    The field to rename
    to_name str
    The new field name
    fromName String
    The field to rename
    toName String
    The new field name

    OpenpipelineLogsPipelinesPipelineProcessingProcessorTechnologyProcessor, OpenpipelineLogsPipelinesPipelineProcessingProcessorTechnologyProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    TechnologyId string
    Identifier of the processor. Must be unique within a stage.
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    TechnologyId string
    Identifier of the processor. Must be unique within a stage.
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    technologyId String
    Identifier of the processor. Must be unique within a stage.
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    technologyId string
    Identifier of the processor. Must be unique within a stage.
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    technology_id str
    Identifier of the processor. Must be unique within a stage.
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    technologyId String
    Identifier of the processor. Must be unique within a stage.
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineLogsPipelinesPipelineSecurityContext, OpenpipelineLogsPipelinesPipelineSecurityContextArgs

    Processors List<Pulumiverse.Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineSecurityContextProcessor>
    Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.
    Processors []OpenpipelineLogsPipelinesPipelineSecurityContextProcessor
    Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.
    processors List<OpenpipelineLogsPipelinesPipelineSecurityContextProcessor>
    Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.
    processors OpenpipelineLogsPipelinesPipelineSecurityContextProcessor[]
    Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.
    processors Sequence[OpenpipelineLogsPipelinesPipelineSecurityContextProcessor]
    Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.
    processors List<Property Map>
    Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.

    OpenpipelineLogsPipelinesPipelineSecurityContextProcessor, OpenpipelineLogsPipelinesPipelineSecurityContextProcessorArgs

    securityContextProcessor Property Map
    Processor to set the security context field

    OpenpipelineLogsPipelinesPipelineSecurityContextProcessorSecurityContextProcessor, OpenpipelineLogsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    Value Pulumiverse.Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValue
    Strategy to assign a value
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    Value OpenpipelineLogsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValue
    Strategy to assign a value
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    value OpenpipelineLogsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValue
    Strategy to assign a value
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    value OpenpipelineLogsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValue
    Strategy to assign a value
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    value OpenpipelineLogsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValue
    Strategy to assign a value
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    value Property Map
    Strategy to assign a value
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineLogsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValue, OpenpipelineLogsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValueArgs

    Type string
    Strategy to assign a value
    Constant string
    Strategy to assign a value
    Field string
    Strategy to assign a value
    Type string
    Strategy to assign a value
    Constant string
    Strategy to assign a value
    Field string
    Strategy to assign a value
    type String
    Strategy to assign a value
    constant String
    Strategy to assign a value
    field String
    Strategy to assign a value
    type string
    Strategy to assign a value
    constant string
    Strategy to assign a value
    field string
    Strategy to assign a value
    type str
    Strategy to assign a value
    constant str
    Strategy to assign a value
    field str
    Strategy to assign a value
    type String
    Strategy to assign a value
    constant String
    Strategy to assign a value
    field String
    Strategy to assign a value

    OpenpipelineLogsPipelinesPipelineStorage, OpenpipelineLogsPipelinesPipelineStorageArgs

    CatchAllBucketName string
    Default bucket assigned to records which do not match any other storage processor
    Processors List<Pulumiverse.Dynatrace.Inputs.OpenpipelineLogsPipelinesPipelineStorageProcessor>
    Groups all processors applicable for the StorageStage. Applicable processors are BucketAssignmentProcessor and NoStorageProcessor.
    CatchAllBucketName string
    Default bucket assigned to records which do not match any other storage processor
    Processors []OpenpipelineLogsPipelinesPipelineStorageProcessor
    Groups all processors applicable for the StorageStage. Applicable processors are BucketAssignmentProcessor and NoStorageProcessor.
    catchAllBucketName String
    Default bucket assigned to records which do not match any other storage processor
    processors List<OpenpipelineLogsPipelinesPipelineStorageProcessor>
    Groups all processors applicable for the StorageStage. Applicable processors are BucketAssignmentProcessor and NoStorageProcessor.
    catchAllBucketName string
    Default bucket assigned to records which do not match any other storage processor
    processors OpenpipelineLogsPipelinesPipelineStorageProcessor[]
    Groups all processors applicable for the StorageStage. Applicable processors are BucketAssignmentProcessor and NoStorageProcessor.
    catch_all_bucket_name str
    Default bucket assigned to records which do not match any other storage processor
    processors Sequence[OpenpipelineLogsPipelinesPipelineStorageProcessor]
    Groups all processors applicable for the StorageStage. Applicable processors are BucketAssignmentProcessor and NoStorageProcessor.
    catchAllBucketName String
    Default bucket assigned to records which do not match any other storage processor
    processors List<Property Map>
    Groups all processors applicable for the StorageStage. Applicable processors are BucketAssignmentProcessor and NoStorageProcessor.

    OpenpipelineLogsPipelinesPipelineStorageProcessor, OpenpipelineLogsPipelinesPipelineStorageProcessorArgs

    bucketAssignmentProcessor Property Map
    Processor to assign a bucket
    noStorageProcessor Property Map
    Processor to skip storage assignment

    OpenpipelineLogsPipelinesPipelineStorageProcessorBucketAssignmentProcessor, OpenpipelineLogsPipelinesPipelineStorageProcessorBucketAssignmentProcessorArgs

    BucketName string
    Bucket that is assigned when the record is matched
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    BucketName string
    Bucket that is assigned when the record is matched
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    bucketName String
    Bucket that is assigned when the record is matched
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing
    bucketName string
    Bucket that is assigned when the record is matched
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    sampleData string
    Sample data related to the processor for documentation or testing
    bucket_name str
    Bucket that is assigned when the record is matched
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    sample_data str
    Sample data related to the processor for documentation or testing
    bucketName String
    Bucket that is assigned when the record is matched
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineLogsPipelinesPipelineStorageProcessorNoStorageProcessor, OpenpipelineLogsPipelinesPipelineStorageProcessorNoStorageProcessorArgs

    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    Description string
    Name or description of the processor
    Enabled bool
    Indicates if the object is active
    Id string
    Identifier of the processor. Must be unique within a stage.
    Matcher string
    Matching condition to apply on incoming records
    SampleData string
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing
    description string
    Name or description of the processor
    enabled boolean
    Indicates if the object is active
    id string
    Identifier of the processor. Must be unique within a stage.
    matcher string
    Matching condition to apply on incoming records
    sampleData string
    Sample data related to the processor for documentation or testing
    description str
    Name or description of the processor
    enabled bool
    Indicates if the object is active
    id str
    Identifier of the processor. Must be unique within a stage.
    matcher str
    Matching condition to apply on incoming records
    sample_data str
    Sample data related to the processor for documentation or testing
    description String
    Name or description of the processor
    enabled Boolean
    Indicates if the object is active
    id String
    Identifier of the processor. Must be unique within a stage.
    matcher String
    Matching condition to apply on incoming records
    sampleData String
    Sample data related to the processor for documentation or testing

    OpenpipelineLogsRouting, OpenpipelineLogsRoutingArgs

    entries List<Property Map>
    Dynamic routing entry

    OpenpipelineLogsRoutingEntry, OpenpipelineLogsRoutingEntryArgs

    Enabled bool
    Indicates if the object is active
    Matcher string
    Matching condition to apply on incoming records
    Note string
    Unique note describing the dynamic route
    PipelineId string
    Identifier of the pipeline the record is routed into
    Enabled bool
    Indicates if the object is active
    Matcher string
    Matching condition to apply on incoming records
    Note string
    Unique note describing the dynamic route
    PipelineId string
    Identifier of the pipeline the record is routed into
    enabled Boolean
    Indicates if the object is active
    matcher String
    Matching condition to apply on incoming records
    note String
    Unique note describing the dynamic route
    pipelineId String
    Identifier of the pipeline the record is routed into
    enabled boolean
    Indicates if the object is active
    matcher string
    Matching condition to apply on incoming records
    note string
    Unique note describing the dynamic route
    pipelineId string
    Identifier of the pipeline the record is routed into
    enabled bool
    Indicates if the object is active
    matcher str
    Matching condition to apply on incoming records
    note str
    Unique note describing the dynamic route
    pipeline_id str
    Identifier of the pipeline the record is routed into
    enabled Boolean
    Indicates if the object is active
    matcher String
    Matching condition to apply on incoming records
    note String
    Unique note describing the dynamic route
    pipelineId String
    Identifier of the pipeline the record is routed into

    Package Details

    Repository
    dynatrace pulumiverse/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.21.0 published on Sunday, Nov 17, 2024 by Pulumiverse