Open michalpristas opened 8 months ago
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself.
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers
. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself.
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers
. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself.
Component(s)
pkg/ottl
Is your feature request related to a problem? Please describe.
as we discussed with @evan-bradley at KubeCon we'd like to contribute to OTTL and identified some features which are missing from our point of view and we'd like to contribute them.
i'm bringing here (hopefully) a descriptive task list with these items to discuss and find agreement which of these fit and which do not fit upstream
for those we agree to work on upstream I'd create a separate issues where we can talk specifics
Describe the solution you'd like
*checked are things we agreed on
Converters
Time
converterAppend
converter appending one or more items into an arrayset
:ExtractGrokPatterns
alternative toExtractPatterns
for better user experiencefail
conflict strategy formerge_maps
(fail fails with error in case target field is present)MurmurHash3
SHA-512
MD5
ParseKeyValue
Allow regex for delimitersuser_agent
)join
: Accept field array for Concat or provide ConcatFieldNetworkDirection
converter providing inbound/outbound direction based on source, dest and internal network fieldsSort
converter sorting array value asc or descTranslate
converter that converts a field to a string value based on a predefined mappingFilter
converter to parse the PRI field from the front of a Syslog (RFC3164) messageExtractGrokPattern
converter returning a map of values fitting parsed patternsProcessors
Describe alternatives you've considered
No response
Additional context
No response