dynatrace.OpenpipelineSystemEvents
Explore with Pulumi AI
Create OpenpipelineSystemEvents Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new OpenpipelineSystemEvents(name: string, args?: OpenpipelineSystemEventsArgs, opts?: CustomResourceOptions);
@overload
def OpenpipelineSystemEvents(resource_name: str,
args: Optional[OpenpipelineSystemEventsArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def OpenpipelineSystemEvents(resource_name: str,
opts: Optional[ResourceOptions] = None,
endpoints: Optional[OpenpipelineSystemEventsEndpointsArgs] = None,
pipelines: Optional[OpenpipelineSystemEventsPipelinesArgs] = None,
routing: Optional[OpenpipelineSystemEventsRoutingArgs] = None)
func NewOpenpipelineSystemEvents(ctx *Context, name string, args *OpenpipelineSystemEventsArgs, opts ...ResourceOption) (*OpenpipelineSystemEvents, error)
public OpenpipelineSystemEvents(string name, OpenpipelineSystemEventsArgs? args = null, CustomResourceOptions? opts = null)
public OpenpipelineSystemEvents(String name, OpenpipelineSystemEventsArgs args)
public OpenpipelineSystemEvents(String name, OpenpipelineSystemEventsArgs args, CustomResourceOptions options)
type: dynatrace:OpenpipelineSystemEvents
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 OpenpipelineSystemEventsArgs
- 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 OpenpipelineSystemEventsArgs
- 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 OpenpipelineSystemEventsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OpenpipelineSystemEventsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OpenpipelineSystemEventsArgs
- 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 openpipelineSystemEventsResource = new Dynatrace.OpenpipelineSystemEvents("openpipelineSystemEventsResource", new()
{
Endpoints = new Dynatrace.Inputs.OpenpipelineSystemEventsEndpointsArgs
{
Endpoints = new[]
{
new Dynatrace.Inputs.OpenpipelineSystemEventsEndpointsEndpointArgs
{
DisplayName = "string",
Enabled = false,
Routing = new Dynatrace.Inputs.OpenpipelineSystemEventsEndpointsEndpointRoutingArgs
{
Type = "string",
PipelineId = "string",
},
Segment = "string",
DefaultBucket = "string",
Processors = new Dynatrace.Inputs.OpenpipelineSystemEventsEndpointsEndpointProcessorsArgs
{
Processors = new[]
{
new Dynatrace.Inputs.OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorArgs
{
DqlProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorDqlProcessorArgs
{
Description = "string",
DqlScript = "string",
Enabled = false,
Id = "string",
Matcher = "string",
SampleData = "string",
},
DropProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorDropProcessorArgs
{
Description = "string",
Enabled = false,
Id = "string",
Matcher = "string",
SampleData = "string",
},
FieldsAddProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorArgs
{
Description = "string",
Enabled = false,
Fields = new[]
{
new Dynatrace.Inputs.OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArgs
{
Name = "string",
Value = "string",
},
},
Id = "string",
Matcher = "string",
SampleData = "string",
},
FieldsRemoveProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessorArgs
{
Description = "string",
Enabled = false,
Fields = new[]
{
"string",
},
Id = "string",
Matcher = "string",
SampleData = "string",
},
FieldsRenameProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorArgs
{
Description = "string",
Enabled = false,
Fields = new[]
{
new Dynatrace.Inputs.OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArgs
{
FromName = "string",
ToName = "string",
},
},
Id = "string",
Matcher = "string",
SampleData = "string",
},
TechnologyProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorTechnologyProcessorArgs
{
Enabled = false,
Id = "string",
TechnologyId = "string",
CustomMatcher = "string",
SampleData = "string",
},
},
},
},
},
},
},
Pipelines = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesArgs
{
Pipelines = new[]
{
new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineArgs
{
DisplayName = "string",
Enabled = false,
Id = "string",
CostAllocation = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineCostAllocationArgs
{
Processors = new[]
{
new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineCostAllocationProcessorArgs
{
CostAllocationProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineCostAllocationProcessorCostAllocationProcessorArgs
{
Description = "string",
Enabled = false,
Id = "string",
Matcher = "string",
Value = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineCostAllocationProcessorCostAllocationProcessorValueArgs
{
Type = "string",
Constant = "string",
Field = "string",
MultiValueConstants = new[]
{
"string",
},
},
SampleData = "string",
},
},
},
},
DataExtraction = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineDataExtractionArgs
{
Processors = new[]
{
new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorArgs
{
AzureLogForwardingProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorAzureLogForwardingProcessorArgs
{
Description = "string",
Enabled = false,
ForwarderConfigId = "string",
Id = "string",
Matcher = "string",
FieldExtraction = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorAzureLogForwardingProcessorFieldExtractionArgs
{
Semantic = "string",
Fields = new[]
{
"string",
},
},
SampleData = "string",
},
BizeventExtractionProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorArgs
{
Description = "string",
Enabled = false,
EventProvider = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProviderArgs
{
Type = "string",
Constant = "string",
Field = "string",
MultiValueConstants = new[]
{
"string",
},
},
EventType = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventTypeArgs
{
Type = "string",
Constant = "string",
Field = "string",
MultiValueConstants = new[]
{
"string",
},
},
Id = "string",
Matcher = "string",
FieldExtraction = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtractionArgs
{
Semantic = "string",
Fields = new[]
{
"string",
},
},
SampleData = "string",
},
DavisEventExtractionProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorArgs
{
Description = "string",
Enabled = false,
Id = "string",
Matcher = "string",
Properties = new[]
{
new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArgs
{
Key = "string",
Value = "string",
},
},
SampleData = "string",
},
SecurityEventExtractionProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorSecurityEventExtractionProcessorArgs
{
Description = "string",
Enabled = false,
Id = "string",
Matcher = "string",
FieldExtraction = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorSecurityEventExtractionProcessorFieldExtractionArgs
{
Semantic = "string",
Fields = new[]
{
"string",
},
},
SampleData = "string",
},
},
},
},
MetricExtraction = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineMetricExtractionArgs
{
Processors = new[]
{
new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorArgs
{
CounterMetricExtractionProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessorArgs
{
Description = "string",
Enabled = false,
Id = "string",
Matcher = "string",
MetricKey = "string",
Dimensions = new[]
{
"string",
},
SampleData = "string",
},
SamplingAwareCounterMetricExtractionProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorSamplingAwareCounterMetricExtractionProcessorArgs
{
Description = "string",
Enabled = false,
Id = "string",
Matcher = "string",
MetricKey = "string",
Aggregation = "string",
Dimensions = new[]
{
"string",
},
SampleData = "string",
Sampling = "string",
},
SamplingAwareValueMetricExtractionProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorSamplingAwareValueMetricExtractionProcessorArgs
{
Description = "string",
Enabled = false,
Id = "string",
Matcher = "string",
Measurement = "string",
MetricKey = "string",
Aggregation = "string",
DefaultValue = "string",
Dimensions = new[]
{
"string",
},
Field = "string",
SampleData = "string",
Sampling = "string",
},
ValueMetricExtractionProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessorArgs
{
Description = "string",
Enabled = false,
Field = "string",
Id = "string",
Matcher = "string",
MetricKey = "string",
Dimensions = new[]
{
"string",
},
SampleData = "string",
},
},
},
},
Processing = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineProcessingArgs
{
Processors = new[]
{
new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorArgs
{
DqlProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorDqlProcessorArgs
{
Description = "string",
DqlScript = "string",
Enabled = false,
Id = "string",
Matcher = "string",
SampleData = "string",
},
DropProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorDropProcessorArgs
{
Description = "string",
Enabled = false,
Id = "string",
Matcher = "string",
SampleData = "string",
},
FieldsAddProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorArgs
{
Description = "string",
Enabled = false,
Fields = new[]
{
new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArgs
{
Name = "string",
Value = "string",
},
},
Id = "string",
Matcher = "string",
SampleData = "string",
},
FieldsRemoveProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsRemoveProcessorArgs
{
Description = "string",
Enabled = false,
Fields = new[]
{
"string",
},
Id = "string",
Matcher = "string",
SampleData = "string",
},
FieldsRenameProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorArgs
{
Description = "string",
Enabled = false,
Fields = new[]
{
new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArgs
{
FromName = "string",
ToName = "string",
},
},
Id = "string",
Matcher = "string",
SampleData = "string",
},
TechnologyProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorTechnologyProcessorArgs
{
Enabled = false,
Id = "string",
TechnologyId = "string",
CustomMatcher = "string",
SampleData = "string",
},
},
},
},
ProductAllocation = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineProductAllocationArgs
{
Processors = new[]
{
new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineProductAllocationProcessorArgs
{
ProductAllocationProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineProductAllocationProcessorProductAllocationProcessorArgs
{
Description = "string",
Enabled = false,
Id = "string",
Matcher = "string",
Value = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineProductAllocationProcessorProductAllocationProcessorValueArgs
{
Type = "string",
Constant = "string",
Field = "string",
MultiValueConstants = new[]
{
"string",
},
},
SampleData = "string",
},
},
},
},
SecurityContext = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineSecurityContextArgs
{
Processors = new[]
{
new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineSecurityContextProcessorArgs
{
SecurityContextProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorArgs
{
Description = "string",
Enabled = false,
Id = "string",
Matcher = "string",
Value = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValueArgs
{
Type = "string",
Constant = "string",
Field = "string",
MultiValueConstants = new[]
{
"string",
},
},
SampleData = "string",
},
},
},
},
Storage = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineStorageArgs
{
CatchAllBucketName = "string",
Processors = new[]
{
new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineStorageProcessorArgs
{
BucketAssignmentProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineStorageProcessorBucketAssignmentProcessorArgs
{
BucketName = "string",
Description = "string",
Enabled = false,
Id = "string",
Matcher = "string",
SampleData = "string",
},
NoStorageProcessor = new Dynatrace.Inputs.OpenpipelineSystemEventsPipelinesPipelineStorageProcessorNoStorageProcessorArgs
{
Description = "string",
Enabled = false,
Id = "string",
Matcher = "string",
SampleData = "string",
},
},
},
},
},
},
},
Routing = new Dynatrace.Inputs.OpenpipelineSystemEventsRoutingArgs
{
Entries = new[]
{
new Dynatrace.Inputs.OpenpipelineSystemEventsRoutingEntryArgs
{
Enabled = false,
Matcher = "string",
Note = "string",
PipelineId = "string",
},
},
},
});
example, err := dynatrace.NewOpenpipelineSystemEvents(ctx, "openpipelineSystemEventsResource", &dynatrace.OpenpipelineSystemEventsArgs{
Endpoints: &dynatrace.OpenpipelineSystemEventsEndpointsArgs{
Endpoints: dynatrace.OpenpipelineSystemEventsEndpointsEndpointArray{
&dynatrace.OpenpipelineSystemEventsEndpointsEndpointArgs{
DisplayName: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Routing: &dynatrace.OpenpipelineSystemEventsEndpointsEndpointRoutingArgs{
Type: pulumi.String("string"),
PipelineId: pulumi.String("string"),
},
Segment: pulumi.String("string"),
DefaultBucket: pulumi.String("string"),
Processors: &dynatrace.OpenpipelineSystemEventsEndpointsEndpointProcessorsArgs{
Processors: dynatrace.OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorArray{
&dynatrace.OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorArgs{
DqlProcessor: &dynatrace.OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorDqlProcessorArgs{
Description: pulumi.String("string"),
DqlScript: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
SampleData: pulumi.String("string"),
},
DropProcessor: &dynatrace.OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorDropProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
SampleData: pulumi.String("string"),
},
FieldsAddProcessor: &dynatrace.OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Fields: dynatrace.OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArray{
&dynatrace.OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArgs{
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
SampleData: pulumi.String("string"),
},
FieldsRemoveProcessor: &dynatrace.OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessorArgs{
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.OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Fields: dynatrace.OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArray{
&dynatrace.OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArgs{
FromName: pulumi.String("string"),
ToName: pulumi.String("string"),
},
},
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
SampleData: pulumi.String("string"),
},
TechnologyProcessor: &dynatrace.OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorTechnologyProcessorArgs{
Enabled: pulumi.Bool(false),
Id: pulumi.String("string"),
TechnologyId: pulumi.String("string"),
CustomMatcher: pulumi.String("string"),
SampleData: pulumi.String("string"),
},
},
},
},
},
},
},
Pipelines: &dynatrace.OpenpipelineSystemEventsPipelinesArgs{
Pipelines: dynatrace.OpenpipelineSystemEventsPipelinesPipelineArray{
&dynatrace.OpenpipelineSystemEventsPipelinesPipelineArgs{
DisplayName: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Id: pulumi.String("string"),
CostAllocation: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineCostAllocationArgs{
Processors: dynatrace.OpenpipelineSystemEventsPipelinesPipelineCostAllocationProcessorArray{
&dynatrace.OpenpipelineSystemEventsPipelinesPipelineCostAllocationProcessorArgs{
CostAllocationProcessor: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineCostAllocationProcessorCostAllocationProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
Value: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineCostAllocationProcessorCostAllocationProcessorValueArgs{
Type: pulumi.String("string"),
Constant: pulumi.String("string"),
Field: pulumi.String("string"),
MultiValueConstants: pulumi.StringArray{
pulumi.String("string"),
},
},
SampleData: pulumi.String("string"),
},
},
},
},
DataExtraction: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineDataExtractionArgs{
Processors: dynatrace.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorArray{
&dynatrace.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorArgs{
AzureLogForwardingProcessor: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorAzureLogForwardingProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
ForwarderConfigId: pulumi.String("string"),
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
FieldExtraction: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorAzureLogForwardingProcessorFieldExtractionArgs{
Semantic: pulumi.String("string"),
Fields: pulumi.StringArray{
pulumi.String("string"),
},
},
SampleData: pulumi.String("string"),
},
BizeventExtractionProcessor: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
EventProvider: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProviderArgs{
Type: pulumi.String("string"),
Constant: pulumi.String("string"),
Field: pulumi.String("string"),
MultiValueConstants: pulumi.StringArray{
pulumi.String("string"),
},
},
EventType: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventTypeArgs{
Type: pulumi.String("string"),
Constant: pulumi.String("string"),
Field: pulumi.String("string"),
MultiValueConstants: pulumi.StringArray{
pulumi.String("string"),
},
},
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
FieldExtraction: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtractionArgs{
Semantic: pulumi.String("string"),
Fields: pulumi.StringArray{
pulumi.String("string"),
},
},
SampleData: pulumi.String("string"),
},
DavisEventExtractionProcessor: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
Properties: dynatrace.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArray{
&dynatrace.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArgs{
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
SampleData: pulumi.String("string"),
},
SecurityEventExtractionProcessor: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorSecurityEventExtractionProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
FieldExtraction: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorSecurityEventExtractionProcessorFieldExtractionArgs{
Semantic: pulumi.String("string"),
Fields: pulumi.StringArray{
pulumi.String("string"),
},
},
SampleData: pulumi.String("string"),
},
},
},
},
MetricExtraction: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineMetricExtractionArgs{
Processors: dynatrace.OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorArray{
&dynatrace.OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorArgs{
CounterMetricExtractionProcessor: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessorArgs{
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"),
},
SamplingAwareCounterMetricExtractionProcessor: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorSamplingAwareCounterMetricExtractionProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
MetricKey: pulumi.String("string"),
Aggregation: pulumi.String("string"),
Dimensions: pulumi.StringArray{
pulumi.String("string"),
},
SampleData: pulumi.String("string"),
Sampling: pulumi.String("string"),
},
SamplingAwareValueMetricExtractionProcessor: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorSamplingAwareValueMetricExtractionProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
Measurement: pulumi.String("string"),
MetricKey: pulumi.String("string"),
Aggregation: pulumi.String("string"),
DefaultValue: pulumi.String("string"),
Dimensions: pulumi.StringArray{
pulumi.String("string"),
},
Field: pulumi.String("string"),
SampleData: pulumi.String("string"),
Sampling: pulumi.String("string"),
},
ValueMetricExtractionProcessor: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessorArgs{
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.OpenpipelineSystemEventsPipelinesPipelineProcessingArgs{
Processors: dynatrace.OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorArray{
&dynatrace.OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorArgs{
DqlProcessor: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorDqlProcessorArgs{
Description: pulumi.String("string"),
DqlScript: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
SampleData: pulumi.String("string"),
},
DropProcessor: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorDropProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
SampleData: pulumi.String("string"),
},
FieldsAddProcessor: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Fields: dynatrace.OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArray{
&dynatrace.OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArgs{
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
SampleData: pulumi.String("string"),
},
FieldsRemoveProcessor: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsRemoveProcessorArgs{
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.OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Fields: dynatrace.OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArray{
&dynatrace.OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArgs{
FromName: pulumi.String("string"),
ToName: pulumi.String("string"),
},
},
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
SampleData: pulumi.String("string"),
},
TechnologyProcessor: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorTechnologyProcessorArgs{
Enabled: pulumi.Bool(false),
Id: pulumi.String("string"),
TechnologyId: pulumi.String("string"),
CustomMatcher: pulumi.String("string"),
SampleData: pulumi.String("string"),
},
},
},
},
ProductAllocation: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineProductAllocationArgs{
Processors: dynatrace.OpenpipelineSystemEventsPipelinesPipelineProductAllocationProcessorArray{
&dynatrace.OpenpipelineSystemEventsPipelinesPipelineProductAllocationProcessorArgs{
ProductAllocationProcessor: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineProductAllocationProcessorProductAllocationProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
Value: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineProductAllocationProcessorProductAllocationProcessorValueArgs{
Type: pulumi.String("string"),
Constant: pulumi.String("string"),
Field: pulumi.String("string"),
MultiValueConstants: pulumi.StringArray{
pulumi.String("string"),
},
},
SampleData: pulumi.String("string"),
},
},
},
},
SecurityContext: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineSecurityContextArgs{
Processors: dynatrace.OpenpipelineSystemEventsPipelinesPipelineSecurityContextProcessorArray{
&dynatrace.OpenpipelineSystemEventsPipelinesPipelineSecurityContextProcessorArgs{
SecurityContextProcessor: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
Value: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValueArgs{
Type: pulumi.String("string"),
Constant: pulumi.String("string"),
Field: pulumi.String("string"),
MultiValueConstants: pulumi.StringArray{
pulumi.String("string"),
},
},
SampleData: pulumi.String("string"),
},
},
},
},
Storage: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineStorageArgs{
CatchAllBucketName: pulumi.String("string"),
Processors: dynatrace.OpenpipelineSystemEventsPipelinesPipelineStorageProcessorArray{
&dynatrace.OpenpipelineSystemEventsPipelinesPipelineStorageProcessorArgs{
BucketAssignmentProcessor: &dynatrace.OpenpipelineSystemEventsPipelinesPipelineStorageProcessorBucketAssignmentProcessorArgs{
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.OpenpipelineSystemEventsPipelinesPipelineStorageProcessorNoStorageProcessorArgs{
Description: pulumi.String("string"),
Enabled: pulumi.Bool(false),
Id: pulumi.String("string"),
Matcher: pulumi.String("string"),
SampleData: pulumi.String("string"),
},
},
},
},
},
},
},
Routing: &dynatrace.OpenpipelineSystemEventsRoutingArgs{
Entries: dynatrace.OpenpipelineSystemEventsRoutingEntryArray{
&dynatrace.OpenpipelineSystemEventsRoutingEntryArgs{
Enabled: pulumi.Bool(false),
Matcher: pulumi.String("string"),
Note: pulumi.String("string"),
PipelineId: pulumi.String("string"),
},
},
},
})
var openpipelineSystemEventsResource = new OpenpipelineSystemEvents("openpipelineSystemEventsResource", OpenpipelineSystemEventsArgs.builder()
.endpoints(OpenpipelineSystemEventsEndpointsArgs.builder()
.endpoints(OpenpipelineSystemEventsEndpointsEndpointArgs.builder()
.displayName("string")
.enabled(false)
.routing(OpenpipelineSystemEventsEndpointsEndpointRoutingArgs.builder()
.type("string")
.pipelineId("string")
.build())
.segment("string")
.defaultBucket("string")
.processors(OpenpipelineSystemEventsEndpointsEndpointProcessorsArgs.builder()
.processors(OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorArgs.builder()
.dqlProcessor(OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorDqlProcessorArgs.builder()
.description("string")
.dqlScript("string")
.enabled(false)
.id("string")
.matcher("string")
.sampleData("string")
.build())
.dropProcessor(OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorDropProcessorArgs.builder()
.description("string")
.enabled(false)
.id("string")
.matcher("string")
.sampleData("string")
.build())
.fieldsAddProcessor(OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorArgs.builder()
.description("string")
.enabled(false)
.fields(OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArgs.builder()
.name("string")
.value("string")
.build())
.id("string")
.matcher("string")
.sampleData("string")
.build())
.fieldsRemoveProcessor(OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessorArgs.builder()
.description("string")
.enabled(false)
.fields("string")
.id("string")
.matcher("string")
.sampleData("string")
.build())
.fieldsRenameProcessor(OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorArgs.builder()
.description("string")
.enabled(false)
.fields(OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArgs.builder()
.fromName("string")
.toName("string")
.build())
.id("string")
.matcher("string")
.sampleData("string")
.build())
.technologyProcessor(OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorTechnologyProcessorArgs.builder()
.enabled(false)
.id("string")
.technologyId("string")
.customMatcher("string")
.sampleData("string")
.build())
.build())
.build())
.build())
.build())
.pipelines(OpenpipelineSystemEventsPipelinesArgs.builder()
.pipelines(OpenpipelineSystemEventsPipelinesPipelineArgs.builder()
.displayName("string")
.enabled(false)
.id("string")
.costAllocation(OpenpipelineSystemEventsPipelinesPipelineCostAllocationArgs.builder()
.processors(OpenpipelineSystemEventsPipelinesPipelineCostAllocationProcessorArgs.builder()
.costAllocationProcessor(OpenpipelineSystemEventsPipelinesPipelineCostAllocationProcessorCostAllocationProcessorArgs.builder()
.description("string")
.enabled(false)
.id("string")
.matcher("string")
.value(OpenpipelineSystemEventsPipelinesPipelineCostAllocationProcessorCostAllocationProcessorValueArgs.builder()
.type("string")
.constant("string")
.field("string")
.multiValueConstants("string")
.build())
.sampleData("string")
.build())
.build())
.build())
.dataExtraction(OpenpipelineSystemEventsPipelinesPipelineDataExtractionArgs.builder()
.processors(OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorArgs.builder()
.azureLogForwardingProcessor(OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorAzureLogForwardingProcessorArgs.builder()
.description("string")
.enabled(false)
.forwarderConfigId("string")
.id("string")
.matcher("string")
.fieldExtraction(OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorAzureLogForwardingProcessorFieldExtractionArgs.builder()
.semantic("string")
.fields("string")
.build())
.sampleData("string")
.build())
.bizeventExtractionProcessor(OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorArgs.builder()
.description("string")
.enabled(false)
.eventProvider(OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProviderArgs.builder()
.type("string")
.constant("string")
.field("string")
.multiValueConstants("string")
.build())
.eventType(OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventTypeArgs.builder()
.type("string")
.constant("string")
.field("string")
.multiValueConstants("string")
.build())
.id("string")
.matcher("string")
.fieldExtraction(OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtractionArgs.builder()
.semantic("string")
.fields("string")
.build())
.sampleData("string")
.build())
.davisEventExtractionProcessor(OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorArgs.builder()
.description("string")
.enabled(false)
.id("string")
.matcher("string")
.properties(OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArgs.builder()
.key("string")
.value("string")
.build())
.sampleData("string")
.build())
.securityEventExtractionProcessor(OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorSecurityEventExtractionProcessorArgs.builder()
.description("string")
.enabled(false)
.id("string")
.matcher("string")
.fieldExtraction(OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorSecurityEventExtractionProcessorFieldExtractionArgs.builder()
.semantic("string")
.fields("string")
.build())
.sampleData("string")
.build())
.build())
.build())
.metricExtraction(OpenpipelineSystemEventsPipelinesPipelineMetricExtractionArgs.builder()
.processors(OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorArgs.builder()
.counterMetricExtractionProcessor(OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessorArgs.builder()
.description("string")
.enabled(false)
.id("string")
.matcher("string")
.metricKey("string")
.dimensions("string")
.sampleData("string")
.build())
.samplingAwareCounterMetricExtractionProcessor(OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorSamplingAwareCounterMetricExtractionProcessorArgs.builder()
.description("string")
.enabled(false)
.id("string")
.matcher("string")
.metricKey("string")
.aggregation("string")
.dimensions("string")
.sampleData("string")
.sampling("string")
.build())
.samplingAwareValueMetricExtractionProcessor(OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorSamplingAwareValueMetricExtractionProcessorArgs.builder()
.description("string")
.enabled(false)
.id("string")
.matcher("string")
.measurement("string")
.metricKey("string")
.aggregation("string")
.defaultValue("string")
.dimensions("string")
.field("string")
.sampleData("string")
.sampling("string")
.build())
.valueMetricExtractionProcessor(OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessorArgs.builder()
.description("string")
.enabled(false)
.field("string")
.id("string")
.matcher("string")
.metricKey("string")
.dimensions("string")
.sampleData("string")
.build())
.build())
.build())
.processing(OpenpipelineSystemEventsPipelinesPipelineProcessingArgs.builder()
.processors(OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorArgs.builder()
.dqlProcessor(OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorDqlProcessorArgs.builder()
.description("string")
.dqlScript("string")
.enabled(false)
.id("string")
.matcher("string")
.sampleData("string")
.build())
.dropProcessor(OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorDropProcessorArgs.builder()
.description("string")
.enabled(false)
.id("string")
.matcher("string")
.sampleData("string")
.build())
.fieldsAddProcessor(OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorArgs.builder()
.description("string")
.enabled(false)
.fields(OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArgs.builder()
.name("string")
.value("string")
.build())
.id("string")
.matcher("string")
.sampleData("string")
.build())
.fieldsRemoveProcessor(OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsRemoveProcessorArgs.builder()
.description("string")
.enabled(false)
.fields("string")
.id("string")
.matcher("string")
.sampleData("string")
.build())
.fieldsRenameProcessor(OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorArgs.builder()
.description("string")
.enabled(false)
.fields(OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArgs.builder()
.fromName("string")
.toName("string")
.build())
.id("string")
.matcher("string")
.sampleData("string")
.build())
.technologyProcessor(OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorTechnologyProcessorArgs.builder()
.enabled(false)
.id("string")
.technologyId("string")
.customMatcher("string")
.sampleData("string")
.build())
.build())
.build())
.productAllocation(OpenpipelineSystemEventsPipelinesPipelineProductAllocationArgs.builder()
.processors(OpenpipelineSystemEventsPipelinesPipelineProductAllocationProcessorArgs.builder()
.productAllocationProcessor(OpenpipelineSystemEventsPipelinesPipelineProductAllocationProcessorProductAllocationProcessorArgs.builder()
.description("string")
.enabled(false)
.id("string")
.matcher("string")
.value(OpenpipelineSystemEventsPipelinesPipelineProductAllocationProcessorProductAllocationProcessorValueArgs.builder()
.type("string")
.constant("string")
.field("string")
.multiValueConstants("string")
.build())
.sampleData("string")
.build())
.build())
.build())
.securityContext(OpenpipelineSystemEventsPipelinesPipelineSecurityContextArgs.builder()
.processors(OpenpipelineSystemEventsPipelinesPipelineSecurityContextProcessorArgs.builder()
.securityContextProcessor(OpenpipelineSystemEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorArgs.builder()
.description("string")
.enabled(false)
.id("string")
.matcher("string")
.value(OpenpipelineSystemEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValueArgs.builder()
.type("string")
.constant("string")
.field("string")
.multiValueConstants("string")
.build())
.sampleData("string")
.build())
.build())
.build())
.storage(OpenpipelineSystemEventsPipelinesPipelineStorageArgs.builder()
.catchAllBucketName("string")
.processors(OpenpipelineSystemEventsPipelinesPipelineStorageProcessorArgs.builder()
.bucketAssignmentProcessor(OpenpipelineSystemEventsPipelinesPipelineStorageProcessorBucketAssignmentProcessorArgs.builder()
.bucketName("string")
.description("string")
.enabled(false)
.id("string")
.matcher("string")
.sampleData("string")
.build())
.noStorageProcessor(OpenpipelineSystemEventsPipelinesPipelineStorageProcessorNoStorageProcessorArgs.builder()
.description("string")
.enabled(false)
.id("string")
.matcher("string")
.sampleData("string")
.build())
.build())
.build())
.build())
.build())
.routing(OpenpipelineSystemEventsRoutingArgs.builder()
.entries(OpenpipelineSystemEventsRoutingEntryArgs.builder()
.enabled(false)
.matcher("string")
.note("string")
.pipelineId("string")
.build())
.build())
.build());
openpipeline_system_events_resource = dynatrace.OpenpipelineSystemEvents("openpipelineSystemEventsResource",
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",
},
"drop_processor": {
"description": "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": {
"enabled": False,
"id": "string",
"technology_id": "string",
"custom_matcher": "string",
"sample_data": "string",
},
}],
},
}],
},
pipelines={
"pipelines": [{
"display_name": "string",
"enabled": False,
"id": "string",
"cost_allocation": {
"processors": [{
"cost_allocation_processor": {
"description": "string",
"enabled": False,
"id": "string",
"matcher": "string",
"value": {
"type": "string",
"constant": "string",
"field": "string",
"multi_value_constants": ["string"],
},
"sample_data": "string",
},
}],
},
"data_extraction": {
"processors": [{
"azure_log_forwarding_processor": {
"description": "string",
"enabled": False,
"forwarder_config_id": "string",
"id": "string",
"matcher": "string",
"field_extraction": {
"semantic": "string",
"fields": ["string"],
},
"sample_data": "string",
},
"bizevent_extraction_processor": {
"description": "string",
"enabled": False,
"event_provider": {
"type": "string",
"constant": "string",
"field": "string",
"multi_value_constants": ["string"],
},
"event_type": {
"type": "string",
"constant": "string",
"field": "string",
"multi_value_constants": ["string"],
},
"id": "string",
"matcher": "string",
"field_extraction": {
"semantic": "string",
"fields": ["string"],
},
"sample_data": "string",
},
"davis_event_extraction_processor": {
"description": "string",
"enabled": False,
"id": "string",
"matcher": "string",
"properties": [{
"key": "string",
"value": "string",
}],
"sample_data": "string",
},
"security_event_extraction_processor": {
"description": "string",
"enabled": False,
"id": "string",
"matcher": "string",
"field_extraction": {
"semantic": "string",
"fields": ["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",
},
"sampling_aware_counter_metric_extraction_processor": {
"description": "string",
"enabled": False,
"id": "string",
"matcher": "string",
"metric_key": "string",
"aggregation": "string",
"dimensions": ["string"],
"sample_data": "string",
"sampling": "string",
},
"sampling_aware_value_metric_extraction_processor": {
"description": "string",
"enabled": False,
"id": "string",
"matcher": "string",
"measurement": "string",
"metric_key": "string",
"aggregation": "string",
"default_value": "string",
"dimensions": ["string"],
"field": "string",
"sample_data": "string",
"sampling": "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",
},
"drop_processor": {
"description": "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": {
"enabled": False,
"id": "string",
"technology_id": "string",
"custom_matcher": "string",
"sample_data": "string",
},
}],
},
"product_allocation": {
"processors": [{
"product_allocation_processor": {
"description": "string",
"enabled": False,
"id": "string",
"matcher": "string",
"value": {
"type": "string",
"constant": "string",
"field": "string",
"multi_value_constants": ["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",
"multi_value_constants": ["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 openpipelineSystemEventsResource = new dynatrace.OpenpipelineSystemEvents("openpipelineSystemEventsResource", {
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",
},
dropProcessor: {
description: "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: {
enabled: false,
id: "string",
technologyId: "string",
customMatcher: "string",
sampleData: "string",
},
}],
},
}],
},
pipelines: {
pipelines: [{
displayName: "string",
enabled: false,
id: "string",
costAllocation: {
processors: [{
costAllocationProcessor: {
description: "string",
enabled: false,
id: "string",
matcher: "string",
value: {
type: "string",
constant: "string",
field: "string",
multiValueConstants: ["string"],
},
sampleData: "string",
},
}],
},
dataExtraction: {
processors: [{
azureLogForwardingProcessor: {
description: "string",
enabled: false,
forwarderConfigId: "string",
id: "string",
matcher: "string",
fieldExtraction: {
semantic: "string",
fields: ["string"],
},
sampleData: "string",
},
bizeventExtractionProcessor: {
description: "string",
enabled: false,
eventProvider: {
type: "string",
constant: "string",
field: "string",
multiValueConstants: ["string"],
},
eventType: {
type: "string",
constant: "string",
field: "string",
multiValueConstants: ["string"],
},
id: "string",
matcher: "string",
fieldExtraction: {
semantic: "string",
fields: ["string"],
},
sampleData: "string",
},
davisEventExtractionProcessor: {
description: "string",
enabled: false,
id: "string",
matcher: "string",
properties: [{
key: "string",
value: "string",
}],
sampleData: "string",
},
securityEventExtractionProcessor: {
description: "string",
enabled: false,
id: "string",
matcher: "string",
fieldExtraction: {
semantic: "string",
fields: ["string"],
},
sampleData: "string",
},
}],
},
metricExtraction: {
processors: [{
counterMetricExtractionProcessor: {
description: "string",
enabled: false,
id: "string",
matcher: "string",
metricKey: "string",
dimensions: ["string"],
sampleData: "string",
},
samplingAwareCounterMetricExtractionProcessor: {
description: "string",
enabled: false,
id: "string",
matcher: "string",
metricKey: "string",
aggregation: "string",
dimensions: ["string"],
sampleData: "string",
sampling: "string",
},
samplingAwareValueMetricExtractionProcessor: {
description: "string",
enabled: false,
id: "string",
matcher: "string",
measurement: "string",
metricKey: "string",
aggregation: "string",
defaultValue: "string",
dimensions: ["string"],
field: "string",
sampleData: "string",
sampling: "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",
},
dropProcessor: {
description: "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: {
enabled: false,
id: "string",
technologyId: "string",
customMatcher: "string",
sampleData: "string",
},
}],
},
productAllocation: {
processors: [{
productAllocationProcessor: {
description: "string",
enabled: false,
id: "string",
matcher: "string",
value: {
type: "string",
constant: "string",
field: "string",
multiValueConstants: ["string"],
},
sampleData: "string",
},
}],
},
securityContext: {
processors: [{
securityContextProcessor: {
description: "string",
enabled: false,
id: "string",
matcher: "string",
value: {
type: "string",
constant: "string",
field: "string",
multiValueConstants: ["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:OpenpipelineSystemEvents
properties:
endpoints:
endpoints:
- defaultBucket: string
displayName: string
enabled: false
processors:
processors:
- dqlProcessor:
description: string
dqlScript: string
enabled: false
id: string
matcher: string
sampleData: string
dropProcessor:
description: 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:
customMatcher: string
enabled: false
id: string
sampleData: string
technologyId: string
routing:
pipelineId: string
type: string
segment: string
pipelines:
pipelines:
- costAllocation:
processors:
- costAllocationProcessor:
description: string
enabled: false
id: string
matcher: string
sampleData: string
value:
constant: string
field: string
multiValueConstants:
- string
type: string
dataExtraction:
processors:
- azureLogForwardingProcessor:
description: string
enabled: false
fieldExtraction:
fields:
- string
semantic: string
forwarderConfigId: string
id: string
matcher: string
sampleData: string
bizeventExtractionProcessor:
description: string
enabled: false
eventProvider:
constant: string
field: string
multiValueConstants:
- string
type: string
eventType:
constant: string
field: string
multiValueConstants:
- 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
securityEventExtractionProcessor:
description: string
enabled: false
fieldExtraction:
fields:
- string
semantic: string
id: string
matcher: 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
samplingAwareCounterMetricExtractionProcessor:
aggregation: string
description: string
dimensions:
- string
enabled: false
id: string
matcher: string
metricKey: string
sampleData: string
sampling: string
samplingAwareValueMetricExtractionProcessor:
aggregation: string
defaultValue: string
description: string
dimensions:
- string
enabled: false
field: string
id: string
matcher: string
measurement: string
metricKey: string
sampleData: string
sampling: 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
dropProcessor:
description: 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:
customMatcher: string
enabled: false
id: string
sampleData: string
technologyId: string
productAllocation:
processors:
- productAllocationProcessor:
description: string
enabled: false
id: string
matcher: string
sampleData: string
value:
constant: string
field: string
multiValueConstants:
- string
type: string
securityContext:
processors:
- securityContextProcessor:
description: string
enabled: false
id: string
matcher: string
sampleData: string
value:
constant: string
field: string
multiValueConstants:
- 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
OpenpipelineSystemEvents 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 OpenpipelineSystemEvents resource accepts the following input properties:
- Endpoints
Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Endpoints - List of all ingest sources of the configuration
- Pipelines
Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Pipelines - List of all pipelines of the configuration
- Routing
Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Routing - Dynamic routing definition
- Endpoints
Openpipeline
System Events Endpoints Args - List of all ingest sources of the configuration
- Pipelines
Openpipeline
System Events Pipelines Args - List of all pipelines of the configuration
- Routing
Openpipeline
System Events Routing Args - Dynamic routing definition
- endpoints
Openpipeline
System Events Endpoints - List of all ingest sources of the configuration
- pipelines
Openpipeline
System Events Pipelines - List of all pipelines of the configuration
- routing
Openpipeline
System Events Routing - Dynamic routing definition
- endpoints
Openpipeline
System Events Endpoints - List of all ingest sources of the configuration
- pipelines
Openpipeline
System Events Pipelines - List of all pipelines of the configuration
- routing
Openpipeline
System Events Routing - Dynamic routing definition
- endpoints
Openpipeline
System Events Endpoints Args - List of all ingest sources of the configuration
- pipelines
Openpipeline
System Events Pipelines Args - List of all pipelines of the configuration
- routing
Openpipeline
System Events Routing Args - 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 OpenpipelineSystemEvents 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 OpenpipelineSystemEvents Resource
Get an existing OpenpipelineSystemEvents 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?: OpenpipelineSystemEventsState, opts?: CustomResourceOptions): OpenpipelineSystemEvents
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
endpoints: Optional[OpenpipelineSystemEventsEndpointsArgs] = None,
pipelines: Optional[OpenpipelineSystemEventsPipelinesArgs] = None,
routing: Optional[OpenpipelineSystemEventsRoutingArgs] = None) -> OpenpipelineSystemEvents
func GetOpenpipelineSystemEvents(ctx *Context, name string, id IDInput, state *OpenpipelineSystemEventsState, opts ...ResourceOption) (*OpenpipelineSystemEvents, error)
public static OpenpipelineSystemEvents Get(string name, Input<string> id, OpenpipelineSystemEventsState? state, CustomResourceOptions? opts = null)
public static OpenpipelineSystemEvents get(String name, Output<String> id, OpenpipelineSystemEventsState state, CustomResourceOptions options)
resources: _: type: dynatrace:OpenpipelineSystemEvents get: id: ${id}
- 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.
- Endpoints
Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Endpoints - List of all ingest sources of the configuration
- Pipelines
Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Pipelines - List of all pipelines of the configuration
- Routing
Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Routing - Dynamic routing definition
- Endpoints
Openpipeline
System Events Endpoints Args - List of all ingest sources of the configuration
- Pipelines
Openpipeline
System Events Pipelines Args - List of all pipelines of the configuration
- Routing
Openpipeline
System Events Routing Args - Dynamic routing definition
- endpoints
Openpipeline
System Events Endpoints - List of all ingest sources of the configuration
- pipelines
Openpipeline
System Events Pipelines - List of all pipelines of the configuration
- routing
Openpipeline
System Events Routing - Dynamic routing definition
- endpoints
Openpipeline
System Events Endpoints - List of all ingest sources of the configuration
- pipelines
Openpipeline
System Events Pipelines - List of all pipelines of the configuration
- routing
Openpipeline
System Events Routing - Dynamic routing definition
- endpoints
Openpipeline
System Events Endpoints Args - List of all ingest sources of the configuration
- pipelines
Openpipeline
System Events Pipelines Args - List of all pipelines of the configuration
- routing
Openpipeline
System Events Routing Args - 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
OpenpipelineSystemEventsEndpoints, OpenpipelineSystemEventsEndpointsArgs
- Endpoints
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Endpoints Endpoint> - Definition of a single ingest source
- Endpoints
[]Openpipeline
System Events Endpoints Endpoint - Definition of a single ingest source
- endpoints
List<Openpipeline
System Events Endpoints Endpoint> - Definition of a single ingest source
- endpoints
Openpipeline
System Events Endpoints Endpoint[] - Definition of a single ingest source
- endpoints
Sequence[Openpipeline
System Events Endpoints Endpoint] - Definition of a single ingest source
- endpoints List<Property Map>
- Definition of a single ingest source
OpenpipelineSystemEventsEndpointsEndpoint, OpenpipelineSystemEventsEndpointsEndpointArgs
- Display
Name string - Display name of the ingest source
- Enabled bool
- Indicates if the object is active
- Routing
Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Endpoints Endpoint Routing - 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."
- Default
Bucket string - The default bucket assigned to records for the ingest source
- Processors
Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Endpoints Endpoint Processors - The pre-processing done in the ingest source
- Display
Name string - Display name of the ingest source
- Enabled bool
- Indicates if the object is active
- Routing
Openpipeline
System Events Endpoints Endpoint Routing - 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."
- Default
Bucket string - The default bucket assigned to records for the ingest source
- Processors
Openpipeline
System Events Endpoints Endpoint Processors - The pre-processing done in the ingest source
- display
Name String - Display name of the ingest source
- enabled Boolean
- Indicates if the object is active
- routing
Openpipeline
System Events Endpoints Endpoint Routing - 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."
- default
Bucket String - The default bucket assigned to records for the ingest source
- processors
Openpipeline
System Events Endpoints Endpoint Processors - The pre-processing done in the ingest source
- display
Name string - Display name of the ingest source
- enabled boolean
- Indicates if the object is active
- routing
Openpipeline
System Events Endpoints Endpoint Routing - 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."
- default
Bucket string - The default bucket assigned to records for the ingest source
- processors
Openpipeline
System Events Endpoints Endpoint Processors - 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
Openpipeline
System Events Endpoints Endpoint Routing - 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
Openpipeline
System Events Endpoints Endpoint Processors - The pre-processing done in the ingest source
- display
Name 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."
- default
Bucket String - The default bucket assigned to records for the ingest source
- processors Property Map
- The pre-processing done in the ingest source
OpenpipelineSystemEventsEndpointsEndpointProcessors, OpenpipelineSystemEventsEndpointsEndpointProcessorsArgs
- Processors
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Endpoints Endpoint Processors Processor> - Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.
- Processors
[]Openpipeline
System Events Endpoints Endpoint Processors Processor - Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.
- processors
List<Openpipeline
System Events Endpoints Endpoint Processors Processor> - Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.
- processors
Openpipeline
System Events Endpoints Endpoint Processors Processor[] - Groups all processors applicable for processing in the EndpointDefinition. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor and DropProcessor.
- processors
Sequence[Openpipeline
System Events Endpoints Endpoint Processors Processor] - 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.
OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessor, OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorArgs
- Dql
Processor Pulumiverse.Dynatrace. Inputs. Openpipeline System Events Endpoints Endpoint Processors Processor Dql Processor - Processor to apply a DQL script
- Drop
Processor Pulumiverse.Dynatrace. Inputs. Openpipeline System Events Endpoints Endpoint Processors Processor Drop Processor - Processor to drop the record either during the processing stage or at the endpoint
- Fields
Add Pulumiverse.Processor Dynatrace. Inputs. Openpipeline System Events Endpoints Endpoint Processors Processor Fields Add Processor - Processor to add fields
- Fields
Remove Pulumiverse.Processor Dynatrace. Inputs. Openpipeline System Events Endpoints Endpoint Processors Processor Fields Remove Processor - Processor to remove fields
- Fields
Rename Pulumiverse.Processor Dynatrace. Inputs. Openpipeline System Events Endpoints Endpoint Processors Processor Fields Rename Processor - Processor to rename fields
- Technology
Processor Pulumiverse.Dynatrace. Inputs. Openpipeline System Events Endpoints Endpoint Processors Processor Technology Processor - Processor to apply a technology processors.
- Dql
Processor OpenpipelineSystem Events Endpoints Endpoint Processors Processor Dql Processor - Processor to apply a DQL script
- Drop
Processor OpenpipelineSystem Events Endpoints Endpoint Processors Processor Drop Processor - Processor to drop the record either during the processing stage or at the endpoint
- Fields
Add OpenpipelineProcessor System Events Endpoints Endpoint Processors Processor Fields Add Processor - Processor to add fields
- Fields
Remove OpenpipelineProcessor System Events Endpoints Endpoint Processors Processor Fields Remove Processor - Processor to remove fields
- Fields
Rename OpenpipelineProcessor System Events Endpoints Endpoint Processors Processor Fields Rename Processor - Processor to rename fields
- Technology
Processor OpenpipelineSystem Events Endpoints Endpoint Processors Processor Technology Processor - Processor to apply a technology processors.
- dql
Processor OpenpipelineSystem Events Endpoints Endpoint Processors Processor Dql Processor - Processor to apply a DQL script
- drop
Processor OpenpipelineSystem Events Endpoints Endpoint Processors Processor Drop Processor - Processor to drop the record either during the processing stage or at the endpoint
- fields
Add OpenpipelineProcessor System Events Endpoints Endpoint Processors Processor Fields Add Processor - Processor to add fields
- fields
Remove OpenpipelineProcessor System Events Endpoints Endpoint Processors Processor Fields Remove Processor - Processor to remove fields
- fields
Rename OpenpipelineProcessor System Events Endpoints Endpoint Processors Processor Fields Rename Processor - Processor to rename fields
- technology
Processor OpenpipelineSystem Events Endpoints Endpoint Processors Processor Technology Processor - Processor to apply a technology processors.
- dql
Processor OpenpipelineSystem Events Endpoints Endpoint Processors Processor Dql Processor - Processor to apply a DQL script
- drop
Processor OpenpipelineSystem Events Endpoints Endpoint Processors Processor Drop Processor - Processor to drop the record either during the processing stage or at the endpoint
- fields
Add OpenpipelineProcessor System Events Endpoints Endpoint Processors Processor Fields Add Processor - Processor to add fields
- fields
Remove OpenpipelineProcessor System Events Endpoints Endpoint Processors Processor Fields Remove Processor - Processor to remove fields
- fields
Rename OpenpipelineProcessor System Events Endpoints Endpoint Processors Processor Fields Rename Processor - Processor to rename fields
- technology
Processor OpenpipelineSystem Events Endpoints Endpoint Processors Processor Technology Processor - Processor to apply a technology processors.
- dql_
processor OpenpipelineSystem Events Endpoints Endpoint Processors Processor Dql Processor - Processor to apply a DQL script
- drop_
processor OpenpipelineSystem Events Endpoints Endpoint Processors Processor Drop Processor - Processor to drop the record either during the processing stage or at the endpoint
- fields_
add_ Openpipelineprocessor System Events Endpoints Endpoint Processors Processor Fields Add Processor - Processor to add fields
- fields_
remove_ Openpipelineprocessor System Events Endpoints Endpoint Processors Processor Fields Remove Processor - Processor to remove fields
- fields_
rename_ Openpipelineprocessor System Events Endpoints Endpoint Processors Processor Fields Rename Processor - Processor to rename fields
- technology_
processor OpenpipelineSystem Events Endpoints Endpoint Processors Processor Technology Processor - Processor to apply a technology processors.
- dql
Processor Property Map - Processor to apply a DQL script
- drop
Processor Property Map - Processor to drop the record either during the processing stage or at the endpoint
- fields
Add Property MapProcessor - Processor to add fields
- fields
Remove Property MapProcessor - Processor to remove fields
- fields
Rename Property MapProcessor - Processor to rename fields
- technology
Processor Property Map - Processor to apply a technology processors.
OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorDqlProcessor, OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorDqlProcessorArgs
- Description string
- Name or description of the processor
- Dql
Script 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
- Sample
Data string - Sample data related to the processor for documentation or testing
- Description string
- Name or description of the processor
- Dql
Script 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
- Sample
Data string - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- dql
Script 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
- sample
Data String - Sample data related to the processor for documentation or testing
- description string
- Name or description of the processor
- dql
Script 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
- sample
Data 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
- dql
Script 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
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorDropProcessor, OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorDropProcessorArgs
- 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
- Sample
Data 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
- Sample
Data 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
- sample
Data 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
- sample
Data 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
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessor, OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorArgs
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Fields
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Endpoints Endpoint Processors Processor Fields Add Processor Field> - 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
- Sample
Data 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
[]Openpipeline
System Events Endpoints Endpoint Processors Processor Fields Add Processor Field - 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
- Sample
Data 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<Openpipeline
System Events Endpoints Endpoint Processors Processor Fields Add Processor Field> - 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
- sample
Data 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
Openpipeline
System Events Endpoints Endpoint Processors Processor Fields Add Processor Field[] - 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
- sample
Data 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[Openpipeline
System Events Endpoints Endpoint Processors Processor Fields Add Processor Field] - 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
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorField, OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsAddProcessorFieldArgs
OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessor, OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsRemoveProcessorArgs
- 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
- Sample
Data 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
- Sample
Data 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
- sample
Data 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
- sample
Data 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
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessor, OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorArgs
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Fields
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Endpoints Endpoint Processors Processor Fields Rename Processor Field> - 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
- Sample
Data 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
[]Openpipeline
System Events Endpoints Endpoint Processors Processor Fields Rename Processor Field - 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
- Sample
Data 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<Openpipeline
System Events Endpoints Endpoint Processors Processor Fields Rename Processor Field> - 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
- sample
Data 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
Openpipeline
System Events Endpoints Endpoint Processors Processor Fields Rename Processor Field[] - 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
- sample
Data 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[Openpipeline
System Events Endpoints Endpoint Processors Processor Fields Rename Processor Field] - 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
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorField, OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorFieldsRenameProcessorFieldArgs
OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorTechnologyProcessor, OpenpipelineSystemEventsEndpointsEndpointProcessorsProcessorTechnologyProcessorArgs
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the processor. Must be unique within a stage.
- Technology
Id string - The reference identifier to a specific technology. This technology is applied on the record.
- Custom
Matcher string - Optional customer-defined matching condition, that is used in place of the main technology matcher.
- Sample
Data string - Sample data related to the processor for documentation or testing
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the processor. Must be unique within a stage.
- Technology
Id string - The reference identifier to a specific technology. This technology is applied on the record.
- Custom
Matcher string - Optional customer-defined matching condition, that is used in place of the main technology matcher.
- Sample
Data string - Sample data related to the processor for documentation or testing
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the processor. Must be unique within a stage.
- technology
Id String - The reference identifier to a specific technology. This technology is applied on the record.
- custom
Matcher String - Optional customer-defined matching condition, that is used in place of the main technology matcher.
- sample
Data String - Sample data related to the processor for documentation or testing
- enabled boolean
- Indicates if the object is active
- id string
- Identifier of the processor. Must be unique within a stage.
- technology
Id string - The reference identifier to a specific technology. This technology is applied on the record.
- custom
Matcher string - Optional customer-defined matching condition, that is used in place of the main technology matcher.
- sample
Data string - Sample data related to the processor for documentation or testing
- enabled bool
- Indicates if the object is active
- id str
- Identifier of the processor. Must be unique within a stage.
- technology_
id str - The reference identifier to a specific technology. This technology is applied on the record.
- custom_
matcher str - Optional customer-defined matching condition, that is used in place of the main technology matcher.
- sample_
data str - Sample data related to the processor for documentation or testing
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the processor. Must be unique within a stage.
- technology
Id String - The reference identifier to a specific technology. This technology is applied on the record.
- custom
Matcher String - Optional customer-defined matching condition, that is used in place of the main technology matcher.
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsEndpointsEndpointRouting, OpenpipelineSystemEventsEndpointsEndpointRoutingArgs
- Type string
- Type of routing, static or dynamic
- Pipeline
Id string - Pipeline ID of the static routing
- Type string
- Type of routing, static or dynamic
- Pipeline
Id string - Pipeline ID of the static routing
- type String
- Type of routing, static or dynamic
- pipeline
Id String - Pipeline ID of the static routing
- type string
- Type of routing, static or dynamic
- pipeline
Id 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
- pipeline
Id String - Pipeline ID of the static routing
OpenpipelineSystemEventsPipelines, OpenpipelineSystemEventsPipelinesArgs
- Pipelines
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline> - Definition of a single pipeline
- Pipelines
[]Openpipeline
System Events Pipelines Pipeline - Definition of a single pipeline
- pipelines
List<Openpipeline
System Events Pipelines Pipeline> - Definition of a single pipeline
- pipelines
Openpipeline
System Events Pipelines Pipeline[] - Definition of a single pipeline
- pipelines
Sequence[Openpipeline
System Events Pipelines Pipeline] - Definition of a single pipeline
- pipelines List<Property Map>
- Definition of a single pipeline
OpenpipelineSystemEventsPipelinesPipeline, OpenpipelineSystemEventsPipelinesPipelineArgs
- Display
Name string - Display name of the pipeline
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the pipeline
- Cost
Allocation Pulumiverse.Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Cost Allocation - Cost Allocation stage configuration of the pipeline
- Data
Extraction Pulumiverse.Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Data Extraction - Data extraction stage configuration of the pipeline
- Metric
Extraction Pulumiverse.Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Metric Extraction - Metric extraction stage configuration of the pipeline
- Processing
Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Processing - Processing stage configuration of the pipeline
- Product
Allocation Pulumiverse.Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Product Allocation - Product Allocation stage configuration of the pipeline
- Security
Context Pulumiverse.Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Security Context - Security context stage configuration of the pipeline
- Storage
Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Storage - Data extraction stage configuration of the pipeline
- Display
Name string - Display name of the pipeline
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the pipeline
- Cost
Allocation OpenpipelineSystem Events Pipelines Pipeline Cost Allocation - Cost Allocation stage configuration of the pipeline
- Data
Extraction OpenpipelineSystem Events Pipelines Pipeline Data Extraction - Data extraction stage configuration of the pipeline
- Metric
Extraction OpenpipelineSystem Events Pipelines Pipeline Metric Extraction - Metric extraction stage configuration of the pipeline
- Processing
Openpipeline
System Events Pipelines Pipeline Processing - Processing stage configuration of the pipeline
- Product
Allocation OpenpipelineSystem Events Pipelines Pipeline Product Allocation - Product Allocation stage configuration of the pipeline
- Security
Context OpenpipelineSystem Events Pipelines Pipeline Security Context - Security context stage configuration of the pipeline
- Storage
Openpipeline
System Events Pipelines Pipeline Storage - Data extraction stage configuration of the pipeline
- display
Name String - Display name of the pipeline
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the pipeline
- cost
Allocation OpenpipelineSystem Events Pipelines Pipeline Cost Allocation - Cost Allocation stage configuration of the pipeline
- data
Extraction OpenpipelineSystem Events Pipelines Pipeline Data Extraction - Data extraction stage configuration of the pipeline
- metric
Extraction OpenpipelineSystem Events Pipelines Pipeline Metric Extraction - Metric extraction stage configuration of the pipeline
- processing
Openpipeline
System Events Pipelines Pipeline Processing - Processing stage configuration of the pipeline
- product
Allocation OpenpipelineSystem Events Pipelines Pipeline Product Allocation - Product Allocation stage configuration of the pipeline
- security
Context OpenpipelineSystem Events Pipelines Pipeline Security Context - Security context stage configuration of the pipeline
- storage
Openpipeline
System Events Pipelines Pipeline Storage - Data extraction stage configuration of the pipeline
- display
Name string - Display name of the pipeline
- enabled boolean
- Indicates if the object is active
- id string
- Identifier of the pipeline
- cost
Allocation OpenpipelineSystem Events Pipelines Pipeline Cost Allocation - Cost Allocation stage configuration of the pipeline
- data
Extraction OpenpipelineSystem Events Pipelines Pipeline Data Extraction - Data extraction stage configuration of the pipeline
- metric
Extraction OpenpipelineSystem Events Pipelines Pipeline Metric Extraction - Metric extraction stage configuration of the pipeline
- processing
Openpipeline
System Events Pipelines Pipeline Processing - Processing stage configuration of the pipeline
- product
Allocation OpenpipelineSystem Events Pipelines Pipeline Product Allocation - Product Allocation stage configuration of the pipeline
- security
Context OpenpipelineSystem Events Pipelines Pipeline Security Context - Security context stage configuration of the pipeline
- storage
Openpipeline
System Events Pipelines Pipeline Storage - 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
- cost_
allocation OpenpipelineSystem Events Pipelines Pipeline Cost Allocation - Cost Allocation stage configuration of the pipeline
- data_
extraction OpenpipelineSystem Events Pipelines Pipeline Data Extraction - Data extraction stage configuration of the pipeline
- metric_
extraction OpenpipelineSystem Events Pipelines Pipeline Metric Extraction - Metric extraction stage configuration of the pipeline
- processing
Openpipeline
System Events Pipelines Pipeline Processing - Processing stage configuration of the pipeline
- product_
allocation OpenpipelineSystem Events Pipelines Pipeline Product Allocation - Product Allocation stage configuration of the pipeline
- security_
context OpenpipelineSystem Events Pipelines Pipeline Security Context - Security context stage configuration of the pipeline
- storage
Openpipeline
System Events Pipelines Pipeline Storage - Data extraction stage configuration of the pipeline
- display
Name String - Display name of the pipeline
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the pipeline
- cost
Allocation Property Map - Cost Allocation stage configuration of the pipeline
- data
Extraction Property Map - Data extraction stage configuration of the pipeline
- metric
Extraction Property Map - Metric extraction stage configuration of the pipeline
- processing Property Map
- Processing stage configuration of the pipeline
- product
Allocation Property Map - Product Allocation stage configuration of the pipeline
- security
Context Property Map - Security context stage configuration of the pipeline
- storage Property Map
- Data extraction stage configuration of the pipeline
OpenpipelineSystemEventsPipelinesPipelineCostAllocation, OpenpipelineSystemEventsPipelinesPipelineCostAllocationArgs
- Processors
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Cost Allocation Processor> - Cost allocation processor to use
- Processors
[]Openpipeline
System Events Pipelines Pipeline Cost Allocation Processor - Cost allocation processor to use
- processors
List<Openpipeline
System Events Pipelines Pipeline Cost Allocation Processor> - Cost allocation processor to use
- processors
Openpipeline
System Events Pipelines Pipeline Cost Allocation Processor[] - Cost allocation processor to use
- processors
Sequence[Openpipeline
System Events Pipelines Pipeline Cost Allocation Processor] - Cost allocation processor to use
- processors List<Property Map>
- Cost allocation processor to use
OpenpipelineSystemEventsPipelinesPipelineCostAllocationProcessor, OpenpipelineSystemEventsPipelinesPipelineCostAllocationProcessorArgs
- Cost
Allocation Pulumiverse.Processor Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Cost Allocation Processor Cost Allocation Processor - Processor to write the occurrences as a cost allocation
- Cost
Allocation OpenpipelineProcessor System Events Pipelines Pipeline Cost Allocation Processor Cost Allocation Processor - Processor to write the occurrences as a cost allocation
- cost
Allocation OpenpipelineProcessor System Events Pipelines Pipeline Cost Allocation Processor Cost Allocation Processor - Processor to write the occurrences as a cost allocation
- cost
Allocation OpenpipelineProcessor System Events Pipelines Pipeline Cost Allocation Processor Cost Allocation Processor - Processor to write the occurrences as a cost allocation
- cost_
allocation_ Openpipelineprocessor System Events Pipelines Pipeline Cost Allocation Processor Cost Allocation Processor - Processor to write the occurrences as a cost allocation
- cost
Allocation Property MapProcessor - Processor to write the occurrences as a cost allocation
OpenpipelineSystemEventsPipelinesPipelineCostAllocationProcessorCostAllocationProcessor, OpenpipelineSystemEventsPipelinesPipelineCostAllocationProcessorCostAllocationProcessorArgs
- 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. Openpipeline System Events Pipelines Pipeline Cost Allocation Processor Cost Allocation Processor Value - Strategy to assign a value
- Sample
Data 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
Openpipeline
System Events Pipelines Pipeline Cost Allocation Processor Cost Allocation Processor Value - Strategy to assign a value
- Sample
Data 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
Openpipeline
System Events Pipelines Pipeline Cost Allocation Processor Cost Allocation Processor Value - Strategy to assign a value
- sample
Data 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
Openpipeline
System Events Pipelines Pipeline Cost Allocation Processor Cost Allocation Processor Value - Strategy to assign a value
- sample
Data 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
Openpipeline
System Events Pipelines Pipeline Cost Allocation Processor Cost Allocation Processor Value - 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
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsPipelinesPipelineCostAllocationProcessorCostAllocationProcessorValue, OpenpipelineSystemEventsPipelinesPipelineCostAllocationProcessorCostAllocationProcessorValueArgs
- Type string
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- Constant string
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- Field string
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- Multi
Value List<string>Constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- Type string
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- Constant string
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- Field string
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- Multi
Value []stringConstants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- type String
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- constant String
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- field String
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- multi
Value List<String>Constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- type string
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- constant string
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- field string
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- multi
Value string[]Constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- type str
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- constant str
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- field str
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- multi_
value_ Sequence[str]constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- type String
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- constant String
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- field String
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- multi
Value List<String>Constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
OpenpipelineSystemEventsPipelinesPipelineDataExtraction, OpenpipelineSystemEventsPipelinesPipelineDataExtractionArgs
- Processors
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Data Extraction Processor> - Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.
- Processors
[]Openpipeline
System Events Pipelines Pipeline Data Extraction Processor - Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.
- processors
List<Openpipeline
System Events Pipelines Pipeline Data Extraction Processor> - Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.
- processors
Openpipeline
System Events Pipelines Pipeline Data Extraction Processor[] - Groups all processors applicable for the DataExtractionStage. Applicable processors are DavisEventExtractionProcessor and BizeventExtractionProcessor.
- processors
Sequence[Openpipeline
System Events Pipelines Pipeline Data Extraction Processor] - 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.
OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessor, OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorArgs
- Azure
Log Pulumiverse.Forwarding Processor Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Data Extraction Processor Azure Log Forwarding Processor - Processor to extract a Azure log.
- Bizevent
Extraction Pulumiverse.Processor Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor - Processor to extract a bizevent. Fields event.type and event.provider can only be assigned to a constant or field value. A multi-value constant is not supported for those fields.
- Davis
Event Pulumiverse.Extraction Processor Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Data Extraction Processor Davis Event Extraction Processor - Processor to apply a DQL script
- Security
Event Pulumiverse.Extraction Processor Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Data Extraction Processor Security Event Extraction Processor - Processor to extract a security event.
- Azure
Log OpenpipelineForwarding Processor System Events Pipelines Pipeline Data Extraction Processor Azure Log Forwarding Processor - Processor to extract a Azure log.
- Bizevent
Extraction OpenpipelineProcessor System Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor - Processor to extract a bizevent. Fields event.type and event.provider can only be assigned to a constant or field value. A multi-value constant is not supported for those fields.
- Davis
Event OpenpipelineExtraction Processor System Events Pipelines Pipeline Data Extraction Processor Davis Event Extraction Processor - Processor to apply a DQL script
- Security
Event OpenpipelineExtraction Processor System Events Pipelines Pipeline Data Extraction Processor Security Event Extraction Processor - Processor to extract a security event.
- azure
Log OpenpipelineForwarding Processor System Events Pipelines Pipeline Data Extraction Processor Azure Log Forwarding Processor - Processor to extract a Azure log.
- bizevent
Extraction OpenpipelineProcessor System Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor - Processor to extract a bizevent. Fields event.type and event.provider can only be assigned to a constant or field value. A multi-value constant is not supported for those fields.
- davis
Event OpenpipelineExtraction Processor System Events Pipelines Pipeline Data Extraction Processor Davis Event Extraction Processor - Processor to apply a DQL script
- security
Event OpenpipelineExtraction Processor System Events Pipelines Pipeline Data Extraction Processor Security Event Extraction Processor - Processor to extract a security event.
- azure
Log OpenpipelineForwarding Processor System Events Pipelines Pipeline Data Extraction Processor Azure Log Forwarding Processor - Processor to extract a Azure log.
- bizevent
Extraction OpenpipelineProcessor System Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor - Processor to extract a bizevent. Fields event.type and event.provider can only be assigned to a constant or field value. A multi-value constant is not supported for those fields.
- davis
Event OpenpipelineExtraction Processor System Events Pipelines Pipeline Data Extraction Processor Davis Event Extraction Processor - Processor to apply a DQL script
- security
Event OpenpipelineExtraction Processor System Events Pipelines Pipeline Data Extraction Processor Security Event Extraction Processor - Processor to extract a security event.
- azure_
log_ Openpipelineforwarding_ processor System Events Pipelines Pipeline Data Extraction Processor Azure Log Forwarding Processor - Processor to extract a Azure log.
- bizevent_
extraction_ Openpipelineprocessor System Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor - Processor to extract a bizevent. Fields event.type and event.provider can only be assigned to a constant or field value. A multi-value constant is not supported for those fields.
- davis_
event_ Openpipelineextraction_ processor System Events Pipelines Pipeline Data Extraction Processor Davis Event Extraction Processor - Processor to apply a DQL script
- security_
event_ Openpipelineextraction_ processor System Events Pipelines Pipeline Data Extraction Processor Security Event Extraction Processor - Processor to extract a security event.
- azure
Log Property MapForwarding Processor - Processor to extract a Azure log.
- bizevent
Extraction Property MapProcessor - Processor to extract a bizevent. Fields event.type and event.provider can only be assigned to a constant or field value. A multi-value constant is not supported for those fields.
- davis
Event Property MapExtraction Processor - Processor to apply a DQL script
- security
Event Property MapExtraction Processor - Processor to extract a security event.
OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorAzureLogForwardingProcessor, OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorAzureLogForwardingProcessorArgs
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Forwarder
Config stringId - Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Field
Extraction Pulumiverse.Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Data Extraction Processor Azure Log Forwarding Processor Field Extraction - Definition of the field extraction
- Sample
Data 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
- Forwarder
Config stringId - Id string
- Identifier of the processor. Must be unique within a stage.
- Matcher string
- Matching condition to apply on incoming records
- Field
Extraction OpenpipelineSystem Events Pipelines Pipeline Data Extraction Processor Azure Log Forwarding Processor Field Extraction - Definition of the field extraction
- Sample
Data 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
- forwarder
Config StringId - id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- field
Extraction OpenpipelineSystem Events Pipelines Pipeline Data Extraction Processor Azure Log Forwarding Processor Field Extraction - Definition of the field extraction
- sample
Data 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
- forwarder
Config stringId - id string
- Identifier of the processor. Must be unique within a stage.
- matcher string
- Matching condition to apply on incoming records
- field
Extraction OpenpipelineSystem Events Pipelines Pipeline Data Extraction Processor Azure Log Forwarding Processor Field Extraction - Definition of the field extraction
- sample
Data 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
- forwarder_
config_ strid - id str
- Identifier of the processor. Must be unique within a stage.
- matcher str
- Matching condition to apply on incoming records
- field_
extraction OpenpipelineSystem Events Pipelines Pipeline Data Extraction Processor Azure Log Forwarding Processor Field Extraction - Definition of the field extraction
- 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
- forwarder
Config StringId - id String
- Identifier of the processor. Must be unique within a stage.
- matcher String
- Matching condition to apply on incoming records
- field
Extraction Property Map - Definition of the field extraction
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorAzureLogForwardingProcessorFieldExtraction, OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorAzureLogForwardingProcessorFieldExtractionArgs
OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessor, OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorArgs
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Event
Provider Pulumiverse.Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Event Provider - Strategy to assign a value
- Event
Type Pulumiverse.Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Event Type - 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
- Field
Extraction Pulumiverse.Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Field Extraction - Definition of the field extraction
- Sample
Data 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
- Event
Provider OpenpipelineSystem Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Event Provider - Strategy to assign a value
- Event
Type OpenpipelineSystem Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Event Type - 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
- Field
Extraction OpenpipelineSystem Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Field Extraction - Definition of the field extraction
- Sample
Data 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
- event
Provider OpenpipelineSystem Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Event Provider - Strategy to assign a value
- event
Type OpenpipelineSystem Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Event Type - 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
- field
Extraction OpenpipelineSystem Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Field Extraction - Definition of the field extraction
- sample
Data 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
- event
Provider OpenpipelineSystem Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Event Provider - Strategy to assign a value
- event
Type OpenpipelineSystem Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Event Type - 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
- field
Extraction OpenpipelineSystem Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Field Extraction - Definition of the field extraction
- sample
Data 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 OpenpipelineSystem Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Event Provider - Strategy to assign a value
- event_
type OpenpipelineSystem Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Event Type - 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 OpenpipelineSystem Events Pipelines Pipeline Data Extraction Processor Bizevent Extraction Processor Field Extraction - Definition of the field extraction
- 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
- event
Provider Property Map - Strategy to assign a value
- event
Type 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
- field
Extraction Property Map - Definition of the field extraction
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProvider, OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventProviderArgs
- Type string
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- Constant string
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- Field string
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- Multi
Value List<string>Constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- Type string
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- Constant string
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- Field string
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- Multi
Value []stringConstants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- type String
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- constant String
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- field String
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- multi
Value List<String>Constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- type string
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- constant string
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- field string
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- multi
Value string[]Constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- type str
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- constant str
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- field str
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- multi_
value_ Sequence[str]constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- type String
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- constant String
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- field String
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- multi
Value List<String>Constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventType, OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorEventTypeArgs
- Type string
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- Constant string
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- Field string
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- Multi
Value List<string>Constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- Type string
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- Constant string
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- Field string
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- Multi
Value []stringConstants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- type String
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- constant String
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- field String
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- multi
Value List<String>Constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- type string
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- constant string
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- field string
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- multi
Value string[]Constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- type str
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- constant str
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- field str
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- multi_
value_ Sequence[str]constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- type String
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- constant String
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- field String
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- multi
Value List<String>Constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtraction, OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorBizeventExtractionProcessorFieldExtractionArgs
OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessor, OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorArgs
- 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. Openpipeline System Events Pipelines Pipeline Data Extraction Processor Davis Event Extraction Processor Property> - List of properties for the extracted davis event
- Sample
Data 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
[]Openpipeline
System Events Pipelines Pipeline Data Extraction Processor Davis Event Extraction Processor Property - List of properties for the extracted davis event
- Sample
Data 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<Openpipeline
System Events Pipelines Pipeline Data Extraction Processor Davis Event Extraction Processor Property> - List of properties for the extracted davis event
- sample
Data 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
Openpipeline
System Events Pipelines Pipeline Data Extraction Processor Davis Event Extraction Processor Property[] - List of properties for the extracted davis event
- sample
Data 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[Openpipeline
System Events Pipelines Pipeline Data Extraction Processor Davis Event Extraction Processor Property] - 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
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorProperty, OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorDavisEventExtractionProcessorPropertyArgs
OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorSecurityEventExtractionProcessor, OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorSecurityEventExtractionProcessorArgs
- 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
- Field
Extraction Pulumiverse.Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Data Extraction Processor Security Event Extraction Processor Field Extraction - Definition of the field extraction
- Sample
Data 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
- Field
Extraction OpenpipelineSystem Events Pipelines Pipeline Data Extraction Processor Security Event Extraction Processor Field Extraction - Definition of the field extraction
- Sample
Data 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
- field
Extraction OpenpipelineSystem Events Pipelines Pipeline Data Extraction Processor Security Event Extraction Processor Field Extraction - Definition of the field extraction
- sample
Data 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
- field
Extraction OpenpipelineSystem Events Pipelines Pipeline Data Extraction Processor Security Event Extraction Processor Field Extraction - Definition of the field extraction
- sample
Data 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
- field_
extraction OpenpipelineSystem Events Pipelines Pipeline Data Extraction Processor Security Event Extraction Processor Field Extraction - Definition of the field extraction
- 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
- field
Extraction Property Map - Definition of the field extraction
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorSecurityEventExtractionProcessorFieldExtraction, OpenpipelineSystemEventsPipelinesPipelineDataExtractionProcessorSecurityEventExtractionProcessorFieldExtractionArgs
OpenpipelineSystemEventsPipelinesPipelineMetricExtraction, OpenpipelineSystemEventsPipelinesPipelineMetricExtractionArgs
- Processors
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Metric Extraction Processor> - Data extraction processor to use
- Processors
[]Openpipeline
System Events Pipelines Pipeline Metric Extraction Processor - Data extraction processor to use
- processors
List<Openpipeline
System Events Pipelines Pipeline Metric Extraction Processor> - Data extraction processor to use
- processors
Openpipeline
System Events Pipelines Pipeline Metric Extraction Processor[] - Data extraction processor to use
- processors
Sequence[Openpipeline
System Events Pipelines Pipeline Metric Extraction Processor] - Data extraction processor to use
- processors List<Property Map>
- Data extraction processor to use
OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessor, OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorArgs
- Counter
Metric Pulumiverse.Extraction Processor Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Metric Extraction Processor Counter Metric Extraction Processor - Processor to write the occurrences as a metric
- Sampling
Aware Pulumiverse.Counter Metric Extraction Processor Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Metric Extraction Processor Sampling Aware Counter Metric Extraction Processor - Processor to write the occurrences as a metric
- Sampling
Aware Pulumiverse.Value Metric Extraction Processor Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Metric Extraction Processor Sampling Aware Value Metric Extraction Processor - Processor to extract a value from a field as a metric.
- Value
Metric Pulumiverse.Extraction Processor Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Metric Extraction Processor Value Metric Extraction Processor - Processor to extract a value from a field as a metric
- Counter
Metric OpenpipelineExtraction Processor System Events Pipelines Pipeline Metric Extraction Processor Counter Metric Extraction Processor - Processor to write the occurrences as a metric
- Sampling
Aware OpenpipelineCounter Metric Extraction Processor System Events Pipelines Pipeline Metric Extraction Processor Sampling Aware Counter Metric Extraction Processor - Processor to write the occurrences as a metric
- Sampling
Aware OpenpipelineValue Metric Extraction Processor System Events Pipelines Pipeline Metric Extraction Processor Sampling Aware Value Metric Extraction Processor - Processor to extract a value from a field as a metric.
- Value
Metric OpenpipelineExtraction Processor System Events Pipelines Pipeline Metric Extraction Processor Value Metric Extraction Processor - Processor to extract a value from a field as a metric
- counter
Metric OpenpipelineExtraction Processor System Events Pipelines Pipeline Metric Extraction Processor Counter Metric Extraction Processor - Processor to write the occurrences as a metric
- sampling
Aware OpenpipelineCounter Metric Extraction Processor System Events Pipelines Pipeline Metric Extraction Processor Sampling Aware Counter Metric Extraction Processor - Processor to write the occurrences as a metric
- sampling
Aware OpenpipelineValue Metric Extraction Processor System Events Pipelines Pipeline Metric Extraction Processor Sampling Aware Value Metric Extraction Processor - Processor to extract a value from a field as a metric.
- value
Metric OpenpipelineExtraction Processor System Events Pipelines Pipeline Metric Extraction Processor Value Metric Extraction Processor - Processor to extract a value from a field as a metric
- counter
Metric OpenpipelineExtraction Processor System Events Pipelines Pipeline Metric Extraction Processor Counter Metric Extraction Processor - Processor to write the occurrences as a metric
- sampling
Aware OpenpipelineCounter Metric Extraction Processor System Events Pipelines Pipeline Metric Extraction Processor Sampling Aware Counter Metric Extraction Processor - Processor to write the occurrences as a metric
- sampling
Aware OpenpipelineValue Metric Extraction Processor System Events Pipelines Pipeline Metric Extraction Processor Sampling Aware Value Metric Extraction Processor - Processor to extract a value from a field as a metric.
- value
Metric OpenpipelineExtraction Processor System Events Pipelines Pipeline Metric Extraction Processor Value Metric Extraction Processor - Processor to extract a value from a field as a metric
- counter_
metric_ Openpipelineextraction_ processor System Events Pipelines Pipeline Metric Extraction Processor Counter Metric Extraction Processor - Processor to write the occurrences as a metric
- sampling_
aware_ Openpipelinecounter_ metric_ extraction_ processor System Events Pipelines Pipeline Metric Extraction Processor Sampling Aware Counter Metric Extraction Processor - Processor to write the occurrences as a metric
- sampling_
aware_ Openpipelinevalue_ metric_ extraction_ processor System Events Pipelines Pipeline Metric Extraction Processor Sampling Aware Value Metric Extraction Processor - Processor to extract a value from a field as a metric.
- value_
metric_ Openpipelineextraction_ processor System Events Pipelines Pipeline Metric Extraction Processor Value Metric Extraction Processor - Processor to extract a value from a field as a metric
- counter
Metric Property MapExtraction Processor - Processor to write the occurrences as a metric
- sampling
Aware Property MapCounter Metric Extraction Processor - Processor to write the occurrences as a metric
- sampling
Aware Property MapValue Metric Extraction Processor - Processor to extract a value from a field as a metric.
- value
Metric Property MapExtraction Processor - Processor to extract a value from a field as a metric
OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessor, OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorCounterMetricExtractionProcessorArgs
- 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
- Metric
Key string - The key of the metric to write
- Dimensions List<string>
- List of dimensions to add to the metric
- Sample
Data 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
- Metric
Key string - The key of the metric to write
- Dimensions []string
- List of dimensions to add to the metric
- Sample
Data 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
- metric
Key String - The key of the metric to write
- dimensions List<String>
- List of dimensions to add to the metric
- sample
Data 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
- metric
Key string - The key of the metric to write
- dimensions string[]
- List of dimensions to add to the metric
- sample
Data 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
- metric
Key String - The key of the metric to write
- dimensions List<String>
- List of dimensions to add to the metric
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorSamplingAwareCounterMetricExtractionProcessor, OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorSamplingAwareCounterMetricExtractionProcessorArgs
- 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
- Metric
Key string - The key of the metric to write
- Aggregation string
- Indicates whether aggregation is considered for metric extraction
- Dimensions List<string>
- List of unique dimensions to add to the metric. Dimensions are represented in the format '({dimensionName}=)?{sourceField}'. '{dimensionName}' is optional if {sourceField} represents a valid metric dimension name. '{sourceField}' has to represent a valid DQL field accessor and it can access a nested field (for example, 'field[field2][0]')
- Sample
Data string - Sample data related to the processor for documentation or testing
- Sampling string
- Indicates whether sampling is considered for metric extraction. Possible values: 'DISABLED', 'ENABLED'
- 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
- Metric
Key string - The key of the metric to write
- Aggregation string
- Indicates whether aggregation is considered for metric extraction
- Dimensions []string
- List of unique dimensions to add to the metric. Dimensions are represented in the format '({dimensionName}=)?{sourceField}'. '{dimensionName}' is optional if {sourceField} represents a valid metric dimension name. '{sourceField}' has to represent a valid DQL field accessor and it can access a nested field (for example, 'field[field2][0]')
- Sample
Data string - Sample data related to the processor for documentation or testing
- Sampling string
- Indicates whether sampling is considered for metric extraction. Possible values: 'DISABLED', 'ENABLED'
- 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
- metric
Key String - The key of the metric to write
- aggregation String
- Indicates whether aggregation is considered for metric extraction
- dimensions List<String>
- List of unique dimensions to add to the metric. Dimensions are represented in the format '({dimensionName}=)?{sourceField}'. '{dimensionName}' is optional if {sourceField} represents a valid metric dimension name. '{sourceField}' has to represent a valid DQL field accessor and it can access a nested field (for example, 'field[field2][0]')
- sample
Data String - Sample data related to the processor for documentation or testing
- sampling String
- Indicates whether sampling is considered for metric extraction. Possible values: 'DISABLED', 'ENABLED'
- 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
- metric
Key string - The key of the metric to write
- aggregation string
- Indicates whether aggregation is considered for metric extraction
- dimensions string[]
- List of unique dimensions to add to the metric. Dimensions are represented in the format '({dimensionName}=)?{sourceField}'. '{dimensionName}' is optional if {sourceField} represents a valid metric dimension name. '{sourceField}' has to represent a valid DQL field accessor and it can access a nested field (for example, 'field[field2][0]')
- sample
Data string - Sample data related to the processor for documentation or testing
- sampling string
- Indicates whether sampling is considered for metric extraction. Possible values: 'DISABLED', 'ENABLED'
- 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
- aggregation str
- Indicates whether aggregation is considered for metric extraction
- dimensions Sequence[str]
- List of unique dimensions to add to the metric. Dimensions are represented in the format '({dimensionName}=)?{sourceField}'. '{dimensionName}' is optional if {sourceField} represents a valid metric dimension name. '{sourceField}' has to represent a valid DQL field accessor and it can access a nested field (for example, 'field[field2][0]')
- sample_
data str - Sample data related to the processor for documentation or testing
- sampling str
- Indicates whether sampling is considered for metric extraction. Possible values: 'DISABLED', 'ENABLED'
- 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
- metric
Key String - The key of the metric to write
- aggregation String
- Indicates whether aggregation is considered for metric extraction
- dimensions List<String>
- List of unique dimensions to add to the metric. Dimensions are represented in the format '({dimensionName}=)?{sourceField}'. '{dimensionName}' is optional if {sourceField} represents a valid metric dimension name. '{sourceField}' has to represent a valid DQL field accessor and it can access a nested field (for example, 'field[field2][0]')
- sample
Data String - Sample data related to the processor for documentation or testing
- sampling String
- Indicates whether sampling is considered for metric extraction. Possible values: 'DISABLED', 'ENABLED'
OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorSamplingAwareValueMetricExtractionProcessor, OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorSamplingAwareValueMetricExtractionProcessorArgs
- 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
- Measurement string
- Indicates whether the metric value should be the specified field or duration. Possible values: 'DURATION', 'FIELD'
- Metric
Key string - The key of the metric to write
- Aggregation string
- Indicates whether aggregation is considered for metric extraction. Possible values: 'DISABLED', 'ENABLED'
- Default
Value string - The default value to use if the given field value could not be extracted. String value must be a number
- Dimensions List<string>
- List of unique dimensions to add to the metric. Dimensions are represented in the format '({dimensionName}=)?{sourceField}'. '{dimensionName}' is optional if {sourceField} represents a valid metric dimension name. '{sourceField}' has to represent a valid DQL field accessor and it can access a nested field (for example, 'field[field2][0]')
- Field string
- The field from which to extract the value for the metric, or 'null' for a duration measurement
- Sample
Data string - Sample data related to the processor for documentation or testing
- Sampling string
- Indicates whether sampling is considered for metric extraction. Possible values: 'DISABLED', 'ENABLED'
- 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
- Measurement string
- Indicates whether the metric value should be the specified field or duration. Possible values: 'DURATION', 'FIELD'
- Metric
Key string - The key of the metric to write
- Aggregation string
- Indicates whether aggregation is considered for metric extraction. Possible values: 'DISABLED', 'ENABLED'
- Default
Value string - The default value to use if the given field value could not be extracted. String value must be a number
- Dimensions []string
- List of unique dimensions to add to the metric. Dimensions are represented in the format '({dimensionName}=)?{sourceField}'. '{dimensionName}' is optional if {sourceField} represents a valid metric dimension name. '{sourceField}' has to represent a valid DQL field accessor and it can access a nested field (for example, 'field[field2][0]')
- Field string
- The field from which to extract the value for the metric, or 'null' for a duration measurement
- Sample
Data string - Sample data related to the processor for documentation or testing
- Sampling string
- Indicates whether sampling is considered for metric extraction. Possible values: 'DISABLED', 'ENABLED'
- 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
- measurement String
- Indicates whether the metric value should be the specified field or duration. Possible values: 'DURATION', 'FIELD'
- metric
Key String - The key of the metric to write
- aggregation String
- Indicates whether aggregation is considered for metric extraction. Possible values: 'DISABLED', 'ENABLED'
- default
Value String - The default value to use if the given field value could not be extracted. String value must be a number
- dimensions List<String>
- List of unique dimensions to add to the metric. Dimensions are represented in the format '({dimensionName}=)?{sourceField}'. '{dimensionName}' is optional if {sourceField} represents a valid metric dimension name. '{sourceField}' has to represent a valid DQL field accessor and it can access a nested field (for example, 'field[field2][0]')
- field String
- The field from which to extract the value for the metric, or 'null' for a duration measurement
- sample
Data String - Sample data related to the processor for documentation or testing
- sampling String
- Indicates whether sampling is considered for metric extraction. Possible values: 'DISABLED', 'ENABLED'
- 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
- measurement string
- Indicates whether the metric value should be the specified field or duration. Possible values: 'DURATION', 'FIELD'
- metric
Key string - The key of the metric to write
- aggregation string
- Indicates whether aggregation is considered for metric extraction. Possible values: 'DISABLED', 'ENABLED'
- default
Value string - The default value to use if the given field value could not be extracted. String value must be a number
- dimensions string[]
- List of unique dimensions to add to the metric. Dimensions are represented in the format '({dimensionName}=)?{sourceField}'. '{dimensionName}' is optional if {sourceField} represents a valid metric dimension name. '{sourceField}' has to represent a valid DQL field accessor and it can access a nested field (for example, 'field[field2][0]')
- field string
- The field from which to extract the value for the metric, or 'null' for a duration measurement
- sample
Data string - Sample data related to the processor for documentation or testing
- sampling string
- Indicates whether sampling is considered for metric extraction. Possible values: 'DISABLED', 'ENABLED'
- 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
- measurement str
- Indicates whether the metric value should be the specified field or duration. Possible values: 'DURATION', 'FIELD'
- metric_
key str - The key of the metric to write
- aggregation str
- Indicates whether aggregation is considered for metric extraction. Possible values: 'DISABLED', 'ENABLED'
- default_
value str - The default value to use if the given field value could not be extracted. String value must be a number
- dimensions Sequence[str]
- List of unique dimensions to add to the metric. Dimensions are represented in the format '({dimensionName}=)?{sourceField}'. '{dimensionName}' is optional if {sourceField} represents a valid metric dimension name. '{sourceField}' has to represent a valid DQL field accessor and it can access a nested field (for example, 'field[field2][0]')
- field str
- The field from which to extract the value for the metric, or 'null' for a duration measurement
- sample_
data str - Sample data related to the processor for documentation or testing
- sampling str
- Indicates whether sampling is considered for metric extraction. Possible values: 'DISABLED', 'ENABLED'
- 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
- measurement String
- Indicates whether the metric value should be the specified field or duration. Possible values: 'DURATION', 'FIELD'
- metric
Key String - The key of the metric to write
- aggregation String
- Indicates whether aggregation is considered for metric extraction. Possible values: 'DISABLED', 'ENABLED'
- default
Value String - The default value to use if the given field value could not be extracted. String value must be a number
- dimensions List<String>
- List of unique dimensions to add to the metric. Dimensions are represented in the format '({dimensionName}=)?{sourceField}'. '{dimensionName}' is optional if {sourceField} represents a valid metric dimension name. '{sourceField}' has to represent a valid DQL field accessor and it can access a nested field (for example, 'field[field2][0]')
- field String
- The field from which to extract the value for the metric, or 'null' for a duration measurement
- sample
Data String - Sample data related to the processor for documentation or testing
- sampling String
- Indicates whether sampling is considered for metric extraction. Possible values: 'DISABLED', 'ENABLED'
OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessor, OpenpipelineSystemEventsPipelinesPipelineMetricExtractionProcessorValueMetricExtractionProcessorArgs
- 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
- Metric
Key string - The key of the metric to write
- Dimensions List<string>
- List of dimensions to add to the metric
- Sample
Data 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
- Metric
Key string - The key of the metric to write
- Dimensions []string
- List of dimensions to add to the metric
- Sample
Data 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
- metric
Key String - The key of the metric to write
- dimensions List<String>
- List of dimensions to add to the metric
- sample
Data 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
- metric
Key string - The key of the metric to write
- dimensions string[]
- List of dimensions to add to the metric
- sample
Data 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
- metric
Key String - The key of the metric to write
- dimensions List<String>
- List of dimensions to add to the metric
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsPipelinesPipelineProcessing, OpenpipelineSystemEventsPipelinesPipelineProcessingArgs
- Processors
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Processing Processor> - Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.
- Processors
[]Openpipeline
System Events Pipelines Pipeline Processing Processor - Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.
- processors
List<Openpipeline
System Events Pipelines Pipeline Processing Processor> - Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.
- processors
Openpipeline
System Events Pipelines Pipeline Processing Processor[] - Groups all processors applicable for the ProcessingStage. Applicable processors are DqlProcessor, FieldsAddProcessor, FieldsRemoveProcessor, FieldsRenameProcessor, TechnologyProcessor and DropProcessor.
- processors
Sequence[Openpipeline
System Events Pipelines Pipeline Processing Processor] - 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.
OpenpipelineSystemEventsPipelinesPipelineProcessingProcessor, OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorArgs
- Dql
Processor Pulumiverse.Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Processing Processor Dql Processor - Processor to apply a DQL script
- Drop
Processor Pulumiverse.Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Processing Processor Drop Processor - Processor to drop the record either during the processing stage or at the endpoint
- Fields
Add Pulumiverse.Processor Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Processing Processor Fields Add Processor - Processor to add fields
- Fields
Remove Pulumiverse.Processor Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Processing Processor Fields Remove Processor - Processor to remove fields
- Fields
Rename Pulumiverse.Processor Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Processing Processor Fields Rename Processor - Processor to rename fields
- Technology
Processor Pulumiverse.Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Processing Processor Technology Processor - Processor to apply a technology processors
- Dql
Processor OpenpipelineSystem Events Pipelines Pipeline Processing Processor Dql Processor - Processor to apply a DQL script
- Drop
Processor OpenpipelineSystem Events Pipelines Pipeline Processing Processor Drop Processor - Processor to drop the record either during the processing stage or at the endpoint
- Fields
Add OpenpipelineProcessor System Events Pipelines Pipeline Processing Processor Fields Add Processor - Processor to add fields
- Fields
Remove OpenpipelineProcessor System Events Pipelines Pipeline Processing Processor Fields Remove Processor - Processor to remove fields
- Fields
Rename OpenpipelineProcessor System Events Pipelines Pipeline Processing Processor Fields Rename Processor - Processor to rename fields
- Technology
Processor OpenpipelineSystem Events Pipelines Pipeline Processing Processor Technology Processor - Processor to apply a technology processors
- dql
Processor OpenpipelineSystem Events Pipelines Pipeline Processing Processor Dql Processor - Processor to apply a DQL script
- drop
Processor OpenpipelineSystem Events Pipelines Pipeline Processing Processor Drop Processor - Processor to drop the record either during the processing stage or at the endpoint
- fields
Add OpenpipelineProcessor System Events Pipelines Pipeline Processing Processor Fields Add Processor - Processor to add fields
- fields
Remove OpenpipelineProcessor System Events Pipelines Pipeline Processing Processor Fields Remove Processor - Processor to remove fields
- fields
Rename OpenpipelineProcessor System Events Pipelines Pipeline Processing Processor Fields Rename Processor - Processor to rename fields
- technology
Processor OpenpipelineSystem Events Pipelines Pipeline Processing Processor Technology Processor - Processor to apply a technology processors
- dql
Processor OpenpipelineSystem Events Pipelines Pipeline Processing Processor Dql Processor - Processor to apply a DQL script
- drop
Processor OpenpipelineSystem Events Pipelines Pipeline Processing Processor Drop Processor - Processor to drop the record either during the processing stage or at the endpoint
- fields
Add OpenpipelineProcessor System Events Pipelines Pipeline Processing Processor Fields Add Processor - Processor to add fields
- fields
Remove OpenpipelineProcessor System Events Pipelines Pipeline Processing Processor Fields Remove Processor - Processor to remove fields
- fields
Rename OpenpipelineProcessor System Events Pipelines Pipeline Processing Processor Fields Rename Processor - Processor to rename fields
- technology
Processor OpenpipelineSystem Events Pipelines Pipeline Processing Processor Technology Processor - Processor to apply a technology processors
- dql_
processor OpenpipelineSystem Events Pipelines Pipeline Processing Processor Dql Processor - Processor to apply a DQL script
- drop_
processor OpenpipelineSystem Events Pipelines Pipeline Processing Processor Drop Processor - Processor to drop the record either during the processing stage or at the endpoint
- fields_
add_ Openpipelineprocessor System Events Pipelines Pipeline Processing Processor Fields Add Processor - Processor to add fields
- fields_
remove_ Openpipelineprocessor System Events Pipelines Pipeline Processing Processor Fields Remove Processor - Processor to remove fields
- fields_
rename_ Openpipelineprocessor System Events Pipelines Pipeline Processing Processor Fields Rename Processor - Processor to rename fields
- technology_
processor OpenpipelineSystem Events Pipelines Pipeline Processing Processor Technology Processor - Processor to apply a technology processors
- dql
Processor Property Map - Processor to apply a DQL script
- drop
Processor Property Map - Processor to drop the record either during the processing stage or at the endpoint
- fields
Add Property MapProcessor - Processor to add fields
- fields
Remove Property MapProcessor - Processor to remove fields
- fields
Rename Property MapProcessor - Processor to rename fields
- technology
Processor Property Map - Processor to apply a technology processors
OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorDqlProcessor, OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorDqlProcessorArgs
- Description string
- Name or description of the processor
- Dql
Script 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
- Sample
Data string - Sample data related to the processor for documentation or testing
- Description string
- Name or description of the processor
- Dql
Script 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
- Sample
Data string - Sample data related to the processor for documentation or testing
- description String
- Name or description of the processor
- dql
Script 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
- sample
Data String - Sample data related to the processor for documentation or testing
- description string
- Name or description of the processor
- dql
Script 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
- sample
Data 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
- dql
Script 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
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorDropProcessor, OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorDropProcessorArgs
- 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
- Sample
Data 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
- Sample
Data 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
- sample
Data 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
- sample
Data 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
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsAddProcessor, OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorArgs
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Fields
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Processing Processor Fields Add Processor Field> - 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
- Sample
Data 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
[]Openpipeline
System Events Pipelines Pipeline Processing Processor Fields Add Processor Field - 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
- Sample
Data 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<Openpipeline
System Events Pipelines Pipeline Processing Processor Fields Add Processor Field> - 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
- sample
Data 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
Openpipeline
System Events Pipelines Pipeline Processing Processor Fields Add Processor Field[] - 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
- sample
Data 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[Openpipeline
System Events Pipelines Pipeline Processing Processor Fields Add Processor Field] - 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
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorField, OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsAddProcessorFieldArgs
OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsRemoveProcessor, OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsRemoveProcessorArgs
- 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
- Sample
Data 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
- Sample
Data 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
- sample
Data 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
- sample
Data 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
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessor, OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorArgs
- Description string
- Name or description of the processor
- Enabled bool
- Indicates if the object is active
- Fields
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Processing Processor Fields Rename Processor Field> - 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
- Sample
Data 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
[]Openpipeline
System Events Pipelines Pipeline Processing Processor Fields Rename Processor Field - 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
- Sample
Data 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<Openpipeline
System Events Pipelines Pipeline Processing Processor Fields Rename Processor Field> - 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
- sample
Data 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
Openpipeline
System Events Pipelines Pipeline Processing Processor Fields Rename Processor Field[] - 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
- sample
Data 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[Openpipeline
System Events Pipelines Pipeline Processing Processor Fields Rename Processor Field] - 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
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorField, OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorFieldsRenameProcessorFieldArgs
OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorTechnologyProcessor, OpenpipelineSystemEventsPipelinesPipelineProcessingProcessorTechnologyProcessorArgs
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the processor. Must be unique within a stage.
- Technology
Id string - The reference identifier to a specific technology. This technology is applied on the record.
- Custom
Matcher string - Optional customer-defined matching condition, that is used in place of the main technology matcher.
- Sample
Data string - Sample data related to the processor for documentation or testing
- Enabled bool
- Indicates if the object is active
- Id string
- Identifier of the processor. Must be unique within a stage.
- Technology
Id string - The reference identifier to a specific technology. This technology is applied on the record.
- Custom
Matcher string - Optional customer-defined matching condition, that is used in place of the main technology matcher.
- Sample
Data string - Sample data related to the processor for documentation or testing
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the processor. Must be unique within a stage.
- technology
Id String - The reference identifier to a specific technology. This technology is applied on the record.
- custom
Matcher String - Optional customer-defined matching condition, that is used in place of the main technology matcher.
- sample
Data String - Sample data related to the processor for documentation or testing
- enabled boolean
- Indicates if the object is active
- id string
- Identifier of the processor. Must be unique within a stage.
- technology
Id string - The reference identifier to a specific technology. This technology is applied on the record.
- custom
Matcher string - Optional customer-defined matching condition, that is used in place of the main technology matcher.
- sample
Data string - Sample data related to the processor for documentation or testing
- enabled bool
- Indicates if the object is active
- id str
- Identifier of the processor. Must be unique within a stage.
- technology_
id str - The reference identifier to a specific technology. This technology is applied on the record.
- custom_
matcher str - Optional customer-defined matching condition, that is used in place of the main technology matcher.
- sample_
data str - Sample data related to the processor for documentation or testing
- enabled Boolean
- Indicates if the object is active
- id String
- Identifier of the processor. Must be unique within a stage.
- technology
Id String - The reference identifier to a specific technology. This technology is applied on the record.
- custom
Matcher String - Optional customer-defined matching condition, that is used in place of the main technology matcher.
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsPipelinesPipelineProductAllocation, OpenpipelineSystemEventsPipelinesPipelineProductAllocationArgs
- Processors
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Product Allocation Processor> - Product allocation processor to use
- Processors
[]Openpipeline
System Events Pipelines Pipeline Product Allocation Processor - Product allocation processor to use
- processors
List<Openpipeline
System Events Pipelines Pipeline Product Allocation Processor> - Product allocation processor to use
- processors
Openpipeline
System Events Pipelines Pipeline Product Allocation Processor[] - Product allocation processor to use
- processors
Sequence[Openpipeline
System Events Pipelines Pipeline Product Allocation Processor] - Product allocation processor to use
- processors List<Property Map>
- Product allocation processor to use
OpenpipelineSystemEventsPipelinesPipelineProductAllocationProcessor, OpenpipelineSystemEventsPipelinesPipelineProductAllocationProcessorArgs
- Product
Allocation Pulumiverse.Processor Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Product Allocation Processor Product Allocation Processor - Processor to write the occurrences as a product allocation
- Product
Allocation OpenpipelineProcessor System Events Pipelines Pipeline Product Allocation Processor Product Allocation Processor - Processor to write the occurrences as a product allocation
- product
Allocation OpenpipelineProcessor System Events Pipelines Pipeline Product Allocation Processor Product Allocation Processor - Processor to write the occurrences as a product allocation
- product
Allocation OpenpipelineProcessor System Events Pipelines Pipeline Product Allocation Processor Product Allocation Processor - Processor to write the occurrences as a product allocation
- product_
allocation_ Openpipelineprocessor System Events Pipelines Pipeline Product Allocation Processor Product Allocation Processor - Processor to write the occurrences as a product allocation
- product
Allocation Property MapProcessor - Processor to write the occurrences as a product allocation
OpenpipelineSystemEventsPipelinesPipelineProductAllocationProcessorProductAllocationProcessor, OpenpipelineSystemEventsPipelinesPipelineProductAllocationProcessorProductAllocationProcessorArgs
- 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. Openpipeline System Events Pipelines Pipeline Product Allocation Processor Product Allocation Processor Value - Strategy to assign a value
- Sample
Data 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
Openpipeline
System Events Pipelines Pipeline Product Allocation Processor Product Allocation Processor Value - Strategy to assign a value
- Sample
Data 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
Openpipeline
System Events Pipelines Pipeline Product Allocation Processor Product Allocation Processor Value - Strategy to assign a value
- sample
Data 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
Openpipeline
System Events Pipelines Pipeline Product Allocation Processor Product Allocation Processor Value - Strategy to assign a value
- sample
Data 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
Openpipeline
System Events Pipelines Pipeline Product Allocation Processor Product Allocation Processor Value - 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
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsPipelinesPipelineProductAllocationProcessorProductAllocationProcessorValue, OpenpipelineSystemEventsPipelinesPipelineProductAllocationProcessorProductAllocationProcessorValueArgs
- Type string
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- Constant string
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- Field string
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- Multi
Value List<string>Constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- Type string
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- Constant string
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- Field string
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- Multi
Value []stringConstants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- type String
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- constant String
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- field String
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- multi
Value List<String>Constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- type string
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- constant string
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- field string
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- multi
Value string[]Constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- type str
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- constant str
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- field str
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- multi_
value_ Sequence[str]constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- type String
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- constant String
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- field String
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- multi
Value List<String>Constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
OpenpipelineSystemEventsPipelinesPipelineSecurityContext, OpenpipelineSystemEventsPipelinesPipelineSecurityContextArgs
- Processors
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Security Context Processor> - Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.
- Processors
[]Openpipeline
System Events Pipelines Pipeline Security Context Processor - Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.
- processors
List<Openpipeline
System Events Pipelines Pipeline Security Context Processor> - Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.
- processors
Openpipeline
System Events Pipelines Pipeline Security Context Processor[] - Groups all processors applicable for the SecurityContextStage. Applicable processor is SecurityContextProcessor.
- processors
Sequence[Openpipeline
System Events Pipelines Pipeline Security Context Processor] - 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.
OpenpipelineSystemEventsPipelinesPipelineSecurityContextProcessor, OpenpipelineSystemEventsPipelinesPipelineSecurityContextProcessorArgs
- Security
Context Pulumiverse.Processor Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Security Context Processor Security Context Processor - Processor to set the security context field
- Security
Context OpenpipelineProcessor System Events Pipelines Pipeline Security Context Processor Security Context Processor - Processor to set the security context field
- security
Context OpenpipelineProcessor System Events Pipelines Pipeline Security Context Processor Security Context Processor - Processor to set the security context field
- security
Context OpenpipelineProcessor System Events Pipelines Pipeline Security Context Processor Security Context Processor - Processor to set the security context field
- security_
context_ Openpipelineprocessor System Events Pipelines Pipeline Security Context Processor Security Context Processor - Processor to set the security context field
- security
Context Property MapProcessor - Processor to set the security context field
OpenpipelineSystemEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessor, OpenpipelineSystemEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorArgs
- 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. Openpipeline System Events Pipelines Pipeline Security Context Processor Security Context Processor Value - Strategy to assign a value
- Sample
Data 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
Openpipeline
System Events Pipelines Pipeline Security Context Processor Security Context Processor Value - Strategy to assign a value
- Sample
Data 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
Openpipeline
System Events Pipelines Pipeline Security Context Processor Security Context Processor Value - Strategy to assign a value
- sample
Data 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
Openpipeline
System Events Pipelines Pipeline Security Context Processor Security Context Processor Value - Strategy to assign a value
- sample
Data 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
Openpipeline
System Events Pipelines Pipeline Security Context Processor Security Context Processor Value - 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
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValue, OpenpipelineSystemEventsPipelinesPipelineSecurityContextProcessorSecurityContextProcessorValueArgs
- Type string
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- Constant string
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- Field string
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- Multi
Value List<string>Constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- Type string
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- Constant string
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- Field string
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- Multi
Value []stringConstants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- type String
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- constant String
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- field String
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- multi
Value List<String>Constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- type string
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- constant string
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- field string
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- multi
Value string[]Constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- type str
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- constant str
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- field str
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- multi_
value_ Sequence[str]constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
- type String
- Strategy to assign a value. Possible values: 'constant', 'field', 'multiValueConstant'
- constant String
- Assign a constant value. Can only be used if 'type' is set to 'constant'
- field String
- Assign a value extracted from a field. Can only be used if 'type' is set to 'field'
- multi
Value List<String>Constants - The constant multi value to assign. Can only be used if 'type' is set to 'multiValueConstant'
OpenpipelineSystemEventsPipelinesPipelineStorage, OpenpipelineSystemEventsPipelinesPipelineStorageArgs
- Catch
All stringBucket Name - Default bucket assigned to records which do not match any other storage processor
- Processors
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Storage Processor> - Groups all processors applicable for the StorageStage. Applicable processors are BucketAssignmentProcessor and NoStorageProcessor.
- Catch
All stringBucket Name - Default bucket assigned to records which do not match any other storage processor
- Processors
[]Openpipeline
System Events Pipelines Pipeline Storage Processor - Groups all processors applicable for the StorageStage. Applicable processors are BucketAssignmentProcessor and NoStorageProcessor.
- catch
All StringBucket Name - Default bucket assigned to records which do not match any other storage processor
- processors
List<Openpipeline
System Events Pipelines Pipeline Storage Processor> - Groups all processors applicable for the StorageStage. Applicable processors are BucketAssignmentProcessor and NoStorageProcessor.
- catch
All stringBucket Name - Default bucket assigned to records which do not match any other storage processor
- processors
Openpipeline
System Events Pipelines Pipeline Storage Processor[] - Groups all processors applicable for the StorageStage. Applicable processors are BucketAssignmentProcessor and NoStorageProcessor.
- catch_
all_ strbucket_ name - Default bucket assigned to records which do not match any other storage processor
- processors
Sequence[Openpipeline
System Events Pipelines Pipeline Storage Processor] - Groups all processors applicable for the StorageStage. Applicable processors are BucketAssignmentProcessor and NoStorageProcessor.
- catch
All StringBucket Name - 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.
OpenpipelineSystemEventsPipelinesPipelineStorageProcessor, OpenpipelineSystemEventsPipelinesPipelineStorageProcessorArgs
- Bucket
Assignment Pulumiverse.Processor Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Storage Processor Bucket Assignment Processor - Processor to assign a bucket
- No
Storage Pulumiverse.Processor Dynatrace. Inputs. Openpipeline System Events Pipelines Pipeline Storage Processor No Storage Processor - Processor to skip storage assignment
- Bucket
Assignment OpenpipelineProcessor System Events Pipelines Pipeline Storage Processor Bucket Assignment Processor - Processor to assign a bucket
- No
Storage OpenpipelineProcessor System Events Pipelines Pipeline Storage Processor No Storage Processor - Processor to skip storage assignment
- bucket
Assignment OpenpipelineProcessor System Events Pipelines Pipeline Storage Processor Bucket Assignment Processor - Processor to assign a bucket
- no
Storage OpenpipelineProcessor System Events Pipelines Pipeline Storage Processor No Storage Processor - Processor to skip storage assignment
- bucket
Assignment OpenpipelineProcessor System Events Pipelines Pipeline Storage Processor Bucket Assignment Processor - Processor to assign a bucket
- no
Storage OpenpipelineProcessor System Events Pipelines Pipeline Storage Processor No Storage Processor - Processor to skip storage assignment
- bucket_
assignment_ Openpipelineprocessor System Events Pipelines Pipeline Storage Processor Bucket Assignment Processor - Processor to assign a bucket
- no_
storage_ Openpipelineprocessor System Events Pipelines Pipeline Storage Processor No Storage Processor - Processor to skip storage assignment
- bucket
Assignment Property MapProcessor - Processor to assign a bucket
- no
Storage Property MapProcessor - Processor to skip storage assignment
OpenpipelineSystemEventsPipelinesPipelineStorageProcessorBucketAssignmentProcessor, OpenpipelineSystemEventsPipelinesPipelineStorageProcessorBucketAssignmentProcessorArgs
- Bucket
Name 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
- Sample
Data string - Sample data related to the processor for documentation or testing
- Bucket
Name 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
- Sample
Data string - Sample data related to the processor for documentation or testing
- bucket
Name 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
- sample
Data String - Sample data related to the processor for documentation or testing
- bucket
Name 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
- sample
Data 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
- bucket
Name 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
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsPipelinesPipelineStorageProcessorNoStorageProcessor, OpenpipelineSystemEventsPipelinesPipelineStorageProcessorNoStorageProcessorArgs
- 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
- Sample
Data 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
- Sample
Data 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
- sample
Data 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
- sample
Data 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
- sample
Data String - Sample data related to the processor for documentation or testing
OpenpipelineSystemEventsRouting, OpenpipelineSystemEventsRoutingArgs
- Entries
List<Pulumiverse.
Dynatrace. Inputs. Openpipeline System Events Routing Entry> - Dynamic routing entry
- Entries
[]Openpipeline
System Events Routing Entry - Dynamic routing entry
- entries
List<Openpipeline
System Events Routing Entry> - Dynamic routing entry
- entries
Openpipeline
System Events Routing Entry[] - Dynamic routing entry
- entries
Sequence[Openpipeline
System Events Routing Entry] - Dynamic routing entry
- entries List<Property Map>
- Dynamic routing entry
OpenpipelineSystemEventsRoutingEntry, OpenpipelineSystemEventsRoutingEntryArgs
- 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
- Pipeline
Id 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
- Pipeline
Id 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
- pipeline
Id 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
- pipeline
Id 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
- pipeline
Id 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.