Overview
This input type allows you to specify a set of ports and protocols for the agent to listen on for incoming traffic.
Review Parameters
Review the following parameters that you can configure in the Edge Delta App:
Visual Editor | YAML | Description |
OTLP Input Labels | labels |
Enter a descriptive name for this input. When you create a workflow, you will use this label to enter your input into the workflow. This parameter is required. Review the following example: labels: "my-otlp-traces,error" |
OTLP Port Number | port |
Enter the port to connect to OTLP. This parameter is required. Review the following example: port: 8585 |
OTLP Data Type | data_type |
Mark (or enter) trace. This parameter is required. Review the following example: data_type: "trace" |
Filters | filters |
Select an existing filter to add to this input. To learn how to create a filter, see Filters. This parameter is optional. Review the following example: filters: |
Not applicable |
enrichments |
You can use this parameter to enrich data with specified extracted fields. To learn how to enrich data from inputs, see Enrich Input Data. This parameter is optional. Review the following example: - labels: k8s_log path: /var/logs/anyDir/MyApp/users/MyPodID/transaction.log enrichments: from_path: field_mappings: - field_name: application pattern: /var/logs/anyDir/(?:(.+)/)?users/.* |
Review Sample Configuration
Review the following sample configuration:
otlp: - labels: "my-otlp-traces,error" port: 8585 data_type: "trace"